aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/qtquick/creator-projects-settings-run-qtquick.qdocinc
blob: 1781b442494a4f1a43c18596b45b49617a15376f (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
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
//! [run settings qt quick ui]

    \section1 Specifying Run Settings for Qt Quick UI Projects

    You can specify run settings for \l{glossary-buildandrun-kit}{kits}
    with \uicontrol Desktop device type:

    \list

        \li In the \uicontrol {QML Viewer} field, specify the \QQV to use.

        \li In the \uicontrol {Command line arguments} field, specify arguments
            to be passed to the executable.

        \li In the \uicontrol {Main QML file}, select the file that \QQV will be
            started with.

    \endlist

    \image qmldesigner-run-settings.png "Run settings for Qt Quick UI projects"

//! [run settings qt quick ui]
*/