aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/qtlabscontrols.metainfo
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-26 10:01:25 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 09:29:47 +0000
commiteebd3759a789bcc62efed3cfde5123c44e958457 (patch)
treeef537870bd5d174d4db01344e530bc1196844268 /src/imports/controls/designer/qtlabscontrols.metainfo
parent2ed9dc9cbb6fbf3a68780b48a456ce3ef9bf82c0 (diff)
QML Designer: add a bunch of missing controls and properties
Change-Id: I29e286b9df08fc531f053158da379c5d6898bada Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/designer/qtlabscontrols.metainfo')
-rw-r--r--src/imports/controls/designer/qtlabscontrols.metainfo83
1 files changed, 83 insertions, 0 deletions
diff --git a/src/imports/controls/designer/qtlabscontrols.metainfo b/src/imports/controls/designer/qtlabscontrols.metainfo
index 06564bf3..1c005c6f 100644
--- a/src/imports/controls/designer/qtlabscontrols.metainfo
+++ b/src/imports/controls/designer/qtlabscontrols.metainfo
@@ -43,6 +43,32 @@ MetaInfo {
}
Type {
+ name: "Qt.labs.controls.ComboBox"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Combo Box"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+ }
+ }
+
+ Type {
+ name: "Qt.labs.controls.Dial"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Dial"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+ }
+ }
+
+ Type {
name: "Qt.labs.controls.Frame"
icon: "images/todo16.png"
@@ -76,6 +102,21 @@ MetaInfo {
}
Type {
+ name: "Qt.labs.controls.ItemDelegate"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Item Delegate"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+
+ Property { name: "text"; type: "binding"; value: "qsTr('Item Delegate')" }
+ }
+ }
+
+ Type {
name: "Qt.labs.controls.Label"
icon: "images/todo16.png"
@@ -106,6 +147,22 @@ MetaInfo {
}
Type {
+ name: "Qt.labs.controls.Pane"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Pane"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+
+ Property { name: "width"; type: "int"; value: 200 }
+ Property { name: "height"; type: "int"; value: 200 }
+ }
+ }
+
+ Type {
name: "Qt.labs.controls.ProgressBar"
icon: "images/todo16.png"
@@ -151,6 +208,19 @@ MetaInfo {
}
Type {
+ name: "Qt.labs.controls.SpinBox"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Spin Box"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+ }
+ }
+
+ Type {
name: "Qt.labs.controls.Switch"
icon: "images/todo16.png"
@@ -224,4 +294,17 @@ MetaInfo {
Property { name: "width"; type: "int"; value: 360 }
}
}
+
+ Type {
+ name: "Qt.labs.controls.Tumbler"
+ icon: "images/todo16.png"
+
+ ItemLibraryEntry {
+ name: "Tumbler"
+ category: "Qt Labs - Controls"
+ libraryIcon: "images/todo.png"
+ version: "1.0"
+ requiredImport: "Qt.labs.controls"
+ }
+ }
}