From 3f2ac678971694fe6144a4e15197aff2ca38639b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 30 Sep 2015 17:47:36 +0200 Subject: Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0 Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis --- .../controls/designer/qtlabscontrols.metainfo | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 src/imports/controls/designer/qtlabscontrols.metainfo (limited to 'src/imports/controls/designer/qtlabscontrols.metainfo') diff --git a/src/imports/controls/designer/qtlabscontrols.metainfo b/src/imports/controls/designer/qtlabscontrols.metainfo new file mode 100644 index 00000000..0d82159b --- /dev/null +++ b/src/imports/controls/designer/qtlabscontrols.metainfo @@ -0,0 +1,227 @@ +MetaInfo { + Type { + name: "Qt.labs.controls.BusyIndicator" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Busy Indicator" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + } + } + + Type { + name: "Qt.labs.controls.Button" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Button" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Button')" } + } + } + + Type { + name: "Qt.labs.controls.CheckBox" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Check Box" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Check Box')" } + } + } + + Type { + name: "Qt.labs.controls.Frame" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Frame" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "width"; type: "int"; value: 200 } + Property { name: "height"; type: "int"; value: 200 } + } + } + + Type { + name: "Qt.labs.controls.GroupBox" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Group Box" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "width"; type: "int"; value: 200 } + Property { name: "height"; type: "int"; value: 200 } + Property { name: "title"; type: "binding"; value: "qsTr('Group Box')" } + } + } + + Type { + name: "Qt.labs.controls.Label" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Label" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Label')" } + } + } + + Type { + name: "Qt.labs.controls.PageIndicator" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Page Indicator" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "count"; type: "int"; value: 3 } + } + } + + Type { + name: "Qt.labs.controls.ProgressBar" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Progress Bar" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "value"; type: "real"; value: 0.5 } + } + } + + Type { + name: "Qt.labs.controls.RadioButton" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Radio Button" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Radio Button')" } + } + } + + Type { + name: "Qt.labs.controls.Slider" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Slider" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "value"; type: "real"; value: 0.5 } + } + } + + Type { + name: "Qt.labs.controls.Switch" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Switch" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Switch')" } + } + } + + Type { + name: "Qt.labs.controls.TextArea" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Text Area" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Text Area')" } + } + } + + Type { + name: "Qt.labs.controls.TextField" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Text Field" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Text Field')" } + } + } + + Type { + name: "Qt.labs.controls.ToolButton" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Tool Button" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "text"; type: "binding"; value: "qsTr('Tool Button')" } + } + } + + Type { + name: "Qt.labs.controls.ToolBar" + icon: "images/todo16.png" + + ItemLibraryEntry { + name: "Tool Bar" + category: "Qt Labs - Controls" + libraryIcon: "images/todo.png" + version: "2.0" + requiredImport: "Qt.labs.controls" + + Property { name: "width"; type: "int"; value: 360 } + } + } +} -- cgit v1.2.3