blob: f18adab6fdcdcc17da2e2ec9342a1d4e1c1eb0e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page studio-use-cases.html
\previouspage studio-projects.html
\nextpage studio-terms.html
\title Use cases
The following table summarizes the main use cases of \QDS with links to
more information:
\table
\row
\li \image qds-front-ui.png
\li \image studio-flow.png
\li \image qds-studio-3d-scenes.png
\li \image qds-front-projects.png
\row
\li \b {Creating UI wireframes}
\li \b {Creating UI prototypes}
\li \b {Combining 2D and 3D assets}
\li \b {Cooperating with developers}
\row
\li Create a UI concept by using preset and custom 2D and 3D
components and designing application flows. Create scalable
layouts with all your screens and controls in place.
\li Create an animated UI prototype with functioning UI controls
and logic and validate it on the desktop or mobile or embedded
devices.
\li Create 2D and 3D assets and design UIs in imaging and design
tools. Then bring your designs over to \QDS where you can
combine them into one UI.
\li Use visual editors that generate the code for you and deliver
the code to developers for adding more code and preparing the
application for production. You can use version control to
pass changes back and forth when necessary.
\row
\li \l{Wireframing}
\li \l{Prototyping}
\li \l{Asset creation with other tools}
\li \l{Implementing applications}
\endtable
*/
|