summaryrefslogtreecommitdiffstats
path: root/src/settingsui/settingsuiplugin/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/settingsuiplugin/plugins.qmltypes')
-rw-r--r--src/settingsui/settingsuiplugin/plugins.qmltypes32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/settingsui/settingsuiplugin/plugins.qmltypes b/src/settingsui/settingsuiplugin/plugins.qmltypes
new file mode 100644
index 0000000..a3bdbd9
--- /dev/null
+++ b/src/settingsui/settingsuiplugin/plugins.qmltypes
@@ -0,0 +1,32 @@
+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 QtDeviceUtilities.SettingsUI 1.0'
+
+Module {
+ dependencies: ["QtQuick 2.8"]
+ Component {
+ prototype: "QQuickRectangle"
+ name: "QtDeviceUtilities.SettingsUI/SettingsUI 1.0"
+ exports: ["QtDeviceUtilities.SettingsUI/SettingsUI 1.0"]
+ exportMetaObjectRevisions: [0]
+ isComposite: true
+ defaultProperty: "data"
+ Property { name: "__initialized"; type: "bool" }
+ Property { name: "service"; type: "QVariant" }
+ Property { name: "margin"; type: "int" }
+ Property { name: "spacing"; type: "int" }
+ Property { name: "titleFontSize"; type: "int" }
+ Property { name: "subTitleFontSize"; type: "int" }
+ Property { name: "valueFontSize"; type: "int" }
+ Property { name: "fieldHeight"; type: "int" }
+ Property { name: "fieldTextHeight"; type: "int" }
+ Property { name: "buttonHeight"; type: "int" }
+ Property { name: "model"; type: "QUrl" }
+ Signal { name: "closed" }
+ Method { name: "init"; type: "QVariant" }
+ }
+}