aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/src/qtdesignstudio-use-cases.qdoc
blob: dac2526ed0af92b7b744117728bfafde99491f79 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Design Studio documentation.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
**
****************************************************************************/

/*!
    \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 \inlineimage front-ui.png
            \li \inlineimage studio-flow.png
            \li \inlineimage studio-3d-scenes.png
            \li \inlineimage 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
*/