aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsmodels/plugins.qmltypes
blob: 606b8712dafc7f02cac4f01146522dc4b7322fd8 (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
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable Qt.labs.qmlmodels 1.0'

Module {
    dependencies: ["QtQuick 2.12"]
    Component {
        name: "QQmlAbstractDelegateComponent"
        prototype: "QQmlComponent"
        exports: ["Qt.labs.qmlmodels/AbstractDelegateComponent 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Signal { name: "delegateChanged" }
    }
    Component {
        name: "QQmlDelegateChoice"
        defaultProperty: "delegate"
        prototype: "QObject"
        exports: ["Qt.labs.qmlmodels/DelegateChoice 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "roleValue"; type: "QVariant" }
        Property { name: "row"; type: "int" }
        Property { name: "index"; type: "int" }
        Property { name: "column"; type: "int" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Signal { name: "changed" }
    }
    Component {
        name: "QQmlDelegateChooser"
        defaultProperty: "choices"
        prototype: "QQmlAbstractDelegateComponent"
        exports: ["Qt.labs.qmlmodels/DelegateChooser 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "role"; type: "string" }
        Property { name: "choices"; type: "QQmlDelegateChoice"; isList: true; isReadonly: true }
    }
}