aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/src/overviews/qtquick-prototyping.qdoc
blob: a2edfa13c14ee05d972422d7d01f1feb90af25c1 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtquick-prototyping.html
    \if defined(qtdesignstudio)
    \previouspage qtquick-annotations.html
    \else
    \previouspage creator-quick-ui-forms.html
    \endif
    \nextpage qtquick-creating-ui-logic.html

    \title Prototyping

    \table
        \row
            \li \image studio-3d-scenes.png
            \li After your UI wireframe has been approved, you can turn it
                into an interactive prototype to ensure that you and the
                developers share a common vision about the UI appearance
                and functionality. You can create the UI logic to simulate
                complex experiences and add dynamic behavior. You can then
                validate your design on desktop, embedded, and mobile device
                platforms. In the prototyping phase, you can also import
                assets from 2D and 3D content creation tools to bring your
                prototype closer to the final UI.
    \endtable

    \list

        \li \l {Creating UI Logic}

            You can turn your wireframe into an interactive prototype by
            adding the logic that enables your components to apply actions
            or react to mock data from backend systems to simulate complex
            experiences.
        \li \l{Simulating Complex Experiences}

            You can connect UIs to different forms of data from various
            sources, such as QML-based data models, JavaScript files, and
            backend services.
            \if defined(qtdesignstudio)
            You can also connect your UI to Simulink to load live data from
            a Simulink simulation.
            \endif

        \li \l {Dynamic Behaviors}

            You can create connections between components to enable them to
            communicate with each other. The connections can be triggered by
            changes in component property values or in UI states.

        \if defined(qtdesignstudio)
        \li \l {Validating with Target Hardware}

            You can use the live preview feature to preview a UI file or the
            entire UI on the desktop, as well as on Android and embedded Linux
            devices. The changes you make to the UI are instantly visible
            to you in the preview.

        \li \l {Asset Creation with Other Tools}

            Describes how to export designs containing 2D and 3D assets into
            files that you can import to projects in \QDS, how to import them,
            and how to export them from \QDS back to the metadata format.

        \else
        \li \l {Exporting 3D Assets}

            You can export assets from 3D graphics applications into several
            widely-used formats, such as .blend, .dae, .fbx, .glb, .gltf, .obj,
            .uia, or .uip.

        \li \l {Importing 3D Assets}

            You can import exported assets into \QC. For a list of formats
            supported by each \l{Qt Quick 3D} version, see the module
            documentation.

        \li \l {Exporting Components}

            You can export components contained in \l{UI Files}{UI files}
            (.ui.qml) to JSON metadata format and PNG assets.
        \endif

    \endlist
*/