aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/doc/src/includes/qquickuniversalstyle.qdocinc
blob: a7ecbaef095e8aa5c4d0612d5abe41ac7772cc50 (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
//! [conf]
\table
    \header
        \li Variable
        \li Description
    \row
        \li \c Theme
        \li Specifies the default \l {universal-theme-attached-prop}{Universal theme}.
            The value can be one of the available themes, for example \c "Dark".
    \row
        \li \c Accent
        \li Specifies the default \l {universal-accent-attached-prop}{Universal accent color}.
            The value can be any \l {colorbasictypedocs}{color}, but it is recommended to use
            one of the \l {pre-defined Universal colors}, for example \c "Violet".
    \row
        \li \c Foreground
        \li Specifies the default \l {universal-foreground-attached-prop}{Universal foreground color}.
            The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
            for example \c "Brown".
    \row
        \li \c Background
        \li Specifies the default \l {universal-background-attached-prop}{Universal background color}.
            The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
            for example \c "Steel".
\endtable
//! [conf]

//! [env]
\table
    \header
        \li Variable
        \li Description
    \row
        \li \c QT_QUICK_CONTROLS_UNIVERSAL_THEME
        \li Specifies the default \l {universal-theme-attached-prop}{Universal theme}.
            The value can be one of the available themes, for example \c "Dark".
    \row
        \li \c QT_QUICK_CONTROLS_UNIVERSAL_ACCENT
        \li Specifies the default \l {universal-accent-attached-prop}{Universal accent color}.
            The value can be any \l {colorbasictypedocs}{color}, but it is recommended to use
            one of the \l {pre-defined Universal colors}, for example \c "Violet".
    \row
        \li \c QT_QUICK_CONTROLS_UNIVERSAL_FOREGROUND
        \li Specifies the default \l {universal-foreground-attached-prop}{Universal foreground color}.
            The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
            for example \c "Brown".
    \row
        \li \c QT_QUICK_CONTROLS_UNIVERSAL_BACKGROUND
        \li Specifies the default \l {universal-background-attached-prop}{Universal background color}.
            The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
            for example \c "Steel".
\endtable
//! [env]