aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/configure.json
blob: 2aa8a50e698f20e74763872f4687265f459e8685 (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
{
    "module": "qmlmodels",
    "depends": [
        "core-private",
        "qml-private"
    ],

    "features": {
        "qml-list-model": {
            "label": "QML list model",
            "purpose": "Provides the ListModel QML type.",
            "section": "QML",
            "output": [ "privateFeature" ]
        },
        "qml-delegate-model": {
            "label": "QML delegate model",
            "purpose": "Provides the DelegateModel QML type.",
            "section": "QML",
            "output": [ "privateFeature" ]
        }
    },
    "summary": [
        {
            "section": "Qt QML Models",
            "entries": [
                "qml-list-model",
                "qml-delegate-model"
            ]
        }
    ]
}