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

    "commandline": {
        "options": {
            "style-material": { "type": "boolean", "name": "quickcontrols2-material" },
            "style-universal": { "type": "boolean", "name": "quickcontrols2-universal" }
        }
    },

    "features": {
        "quickcontrols2-default": {
            "label": "Default",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-material": {
            "label": "Material",
            "purpose": "A style based on the Material Design guidelines",
            "output": [ "privateFeature" ]
        },
        "quickcontrols2-universal": {
            "label": "Universal",
            "purpose": "A style based on the Universal Design guidelines",
            "output": [ "privateFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt Quick Controls 2",
            "entries": [
                {
                    "message": "Styles",
                    "type": "featureList",
                    "args": "quickcontrols2-default quickcontrols2-material quickcontrols2-universal"
                }
            ]
        }
    ]
}