aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/MyStyle/MyStyle.qmltypes
blob: 92c1b0953e0b7cfcb4d8c95b31dbe21932510b06 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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: "mystyle.h"
        name: "MyStyle"
        accessSemantics: "reference"
        prototype: "QQuickAttachedPropertyPropagator"
        exports: ["MyStyle/MyStyle 1.0", "MyStyle/MyStyle 254.0"]
        isCreatable: false
        exportMetaObjectRevisions: [256, 65024]
        attachedType: "MyStyle"
        Enum {
            name: "Theme"
            values: ["Light", "Dark"]
        }
        Property {
            name: "theme"
            type: "Theme"
            read: "theme"
            write: "setTheme"
            reset: "resetTheme"
            notify: "themeChanged"
            index: 0
            isFinal: true
        }
        Property {
            name: "windowColor"
            type: "QColor"
            read: "windowColor"
            notify: "themeChanged"
            index: 1
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "windowTextColor"
            type: "QColor"
            read: "windowTextColor"
            notify: "themeChanged"
            index: 2
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "buttonColor"
            type: "QColor"
            read: "buttonColor"
            notify: "themeChanged"
            index: 3
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "buttonTextColor"
            type: "QColor"
            read: "buttonTextColor"
            notify: "themeChanged"
            index: 4
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "toolBarColor"
            type: "QColor"
            read: "toolBarColor"
            notify: "themeChanged"
            index: 5
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "popupColor"
            type: "QColor"
            read: "popupColor"
            notify: "themeChanged"
            index: 6
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "popupBorderColor"
            type: "QColor"
            read: "popupBorderColor"
            notify: "themeChanged"
            index: 7
            isReadonly: true
            isFinal: true
        }
        Property {
            name: "backgroundDimColor"
            type: "QColor"
            read: "backgroundDimColor"
            notify: "themeChanged"
            index: 8
            isReadonly: true
            isFinal: true
        }
        Signal { name: "themeChanged" }
    }
    Component {
        file: "qquickattachedpropertypropagator.h"
        name: "QQuickAttachedPropertyPropagator"
        accessSemantics: "reference"
        prototype: "QObject"
    }
}