aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc
blob: f6fe5a970a7fcb7e54e069afde8cecb57d643652 (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
//! [conf]
\table
    \header
        \li Variable
        \li Description
    \row
        \li \c Path
        \li Specifies the \l {imagine-path-attached-prop}{path} to the directory that contains
        the Imagine style assets. If not specified, the built-in assets are used.

        For example, to specify a path to a directory stored in the
        \l {The Qt Resource System}{resource system}:

        \badcode
        [Imagine]
        Path=:/imagine-assets
        \endcode

        To specify a relative path to a local directory:

        \badcode
        [Imagine]
        Path=imagine-assets
        \endcode

        \note Due to a technical limitation, the path should not be named
              \e "imagine" if it is relative to the \c qtquickcontrols2.conf file.
\endtable
//! [conf]

//! [env]
\table
    \header
        \li Variable
        \li Description
    \row
        \li \c QT_QUICK_CONTROLS_IMAGINE_PATH
        \li Specifies the path to the directory that contains the Imagine style assets.
            If not specified, the built-in assets are used.

            For example, to specify a path to a directory stored in the
            \l {The Qt Resource System}{resource system}:

            \badcode
            QT_QUICK_CONTROLS_IMAGINE_PATH=:/imagine-assets
            \endcode

            To specify a relative path to a local directory:

            \badcode
            QT_QUICK_CONTROLS_IMAGINE_PATH=imagine-assets
            \endcode

            \note Due to a technical limitation, the path should not be named
                  \e "imagine" if it is relative to the \c qtquickcontrols2.conf file.
\endtable
//! [env]