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" } }