aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/configure.json
blob: ffefe17ad1c46cf829fa247519c7c88374460b6e (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
{
    "module": "quickcontrols2",

    "commandline": {
        "options": {
            "style-fusion": { "type": "boolean", "name": "quickcontrols2-fusion" },
            "style-imagine": { "type": "boolean", "name": "quickcontrols2-imagine" },
            "style-material": { "type": "boolean", "name": "quickcontrols2-material" },
            "style-universal": { "type": "boolean", "name": "quickcontrols2-universal" },
            "style-macos": { "type": "boolean", "name": "quickcontrols2-macos" },
            "style-windows": { "type": "boolean", "name": "quickcontrols2-windows" }
        }
    },

    "features": {
        "quickcontrols2-basic": {
            "label": "Basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-fusion": {
            "label": "Fusion",
            "purpose": "Provides the platform agnostic desktop-oriented Fusion style.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-imagine": {
            "label": "Imagine",
            "purpose": "Provides a style based on configurable image assets.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-material": {
            "label": "Material",
            "purpose": "Provides a style based on the Material Design guidelines.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-universal": {
            "label": "Universal",
            "purpose": "Provides a style based on the Universal Design guidelines.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-macos": {
            "label": "macOS",
            "purpose": "Provides a native macOS desktop style.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-windows": {
            "label": "Windows",
            "purpose": "Provides a native Windows desktop style.",
            "section": "Quick Controls 2",
            "condition": "features.quickcontrols2-basic",
            "output": [ "privateFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt Quick Controls 2",
            "entries": [
                {
                    "message": "Styles",
                    "type": "featureList",
                    "args": "quickcontrols2-basic quickcontrols2-fusion quickcontrols2-imagine quickcontrols2-material quickcontrols2-universal quickcontrols2-macos quickcontrols2-windows"
                }
            ]
        }
    ]
}