From eebd3759a789bcc62efed3cfde5123c44e958457 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 26 Jan 2016 10:01:25 +0100 Subject: QML Designer: add a bunch of missing controls and properties Change-Id: I29e286b9df08fc531f053158da379c5d6898bada Reviewed-by: Mitch Curtis --- .../controls/designer/qtlabscontrols.metainfo | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'src/imports/controls/designer/qtlabscontrols.metainfo') 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 @@ -42,6 +42,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" @@ -75,6 +101,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" @@ -105,6 +146,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" @@ -150,6 +207,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" + } + } } -- cgit v1.2.3