aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/plugins.qmltypes
blob: 5c5ae73ca53fbfdbaebfccd4e7754c08054c57b4 (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
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 -noforceqtquick dumper.ExtendedType 1.1 .'

Module {
    dependencies: []
    Component {
        name: "DerivedType1"
        prototype: "Type"
        Property { name: "m_exendedProperty2"; type: "int" }
    }
    Component {
        name: "DerivedType2"
        prototype: "DerivedType1"
        exports: ["dumper.ExtendedType/DerivedType 1.1"]
        exportMetaObjectRevisions: [0]
    }
    Component {
        name: "Type"
        defaultProperty: "data"
        prototype: "QObject"
        exports: [
            "dumper.ExtendedType/Type 1.0",
            "dumper.ExtendedType/Type 1.1"
        ]
        exportMetaObjectRevisions: [0, 257]
        Property { name: "baseProperty"; type: "int" }
        Property { name: "extendedProperty"; revision: 257; type: "int" }
        Property { name: "data"; revision: 257; type: "QObject"; isList: true; isReadonly: true }
    }
}