aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/StaticTest/multi.qmltypes
blob: 9a2ed2448210f81811f1b69b000e2c089511f61a (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 qmltyperegistrar.

Module {
    Component {
        file: "testtypes.h"
        name: "ExtensionA"
        accessSemantics: "reference"
        prototype: "QObject"
        Property { name: "a"; type: "int"; isReadonly: true; read: "a" }
    }
    Component {
        file: "testtypes.h"
        name: "ExtensionB"
        accessSemantics: "reference"
        prototype: "QObject"
        Property { name: "b"; type: "int"; isReadonly: true; read: "b" }
    }
    Component {
        file: "testtypes.h"
        name: "MultiExtension"
        accessSemantics: "reference"
        prototype: "MultiExtensionParent"
        exports: ["StaticTest/MultiExtension 1.0"]
        exportMetaObjectRevisions: [256]
        extension: "ExtensionB"
        Property { name: "e"; type: "int"; isReadonly: true; read: "e" }
    }
    Component {
        file: "testtypes.h"
        name: "MultiExtensionParent"
        accessSemantics: "reference"
        prototype: "QObject"
        extension: "ExtensionA"
        Property { name: "p"; type: "int"; isReadonly: true; read: "p" }
    }
}