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, 0 insertions, 32 deletions
diff --git a/src/settingsui/settingsuiplugin/plugins.qmltypes b/src/settingsui/settingsuiplugin/plugins.qmltypes
deleted file mode 100644
index a3bdbd9..0000000
--- a/src/settingsui/settingsuiplugin/plugins.qmltypes
+++ /dev/null
@@ -1,32 +0,0 @@
-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" }
- }
-}