aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/qtlabscontrols.metainfo
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-14 07:52:25 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-14 06:18:16 +0000
commitf55e39afec11797175936fb14f2e443d5288aed1 (patch)
treede7d794e5086e1db60c047fc58e372f9fbaac3a6 /src/imports/controls/designer/qtlabscontrols.metainfo
parentbfcf8fb52cbe30b6279041e45306e111cf8f532c (diff)
Rename .metainfo for QML Designer
Change-Id: I9b76da5ab1b4a56d78aa0b0beeb7e3d1428fce63 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/designer/qtlabscontrols.metainfo')
-rw-r--r--src/imports/controls/designer/qtlabscontrols.metainfo340
1 files changed, 0 insertions, 340 deletions
diff --git a/src/imports/controls/designer/qtlabscontrols.metainfo b/src/imports/controls/designer/qtlabscontrols.metainfo
deleted file mode 100644
index 55110b15..00000000
--- a/src/imports/controls/designer/qtlabscontrols.metainfo
+++ /dev/null
@@ -1,340 +0,0 @@
-MetaInfo {
- Type {
- name: "Qt.labs.controls.BusyIndicator"
- icon: "images/busyindicator-icon16.png"
-
- ItemLibraryEntry {
- name: "Busy Indicator"
- category: "Qt Labs - Controls"
- libraryIcon: "images/busyindicator-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
- }
- }
-
- Type {
- name: "Qt.labs.controls.Button"
- icon: "images/button-icon16.png"
-
- ItemLibraryEntry {
- name: "Button"
- category: "Qt Labs - Controls"
- libraryIcon: "images/button-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Button')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.CheckBox"
- icon: "images/checkbox-icon16.png"
-
- ItemLibraryEntry {
- name: "Check Box"
- category: "Qt Labs - Controls"
- libraryIcon: "images/checkbox-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Check Box')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.CheckDelegate"
- icon: "images/checkbox-icon16.png"
-
- ItemLibraryEntry {
- name: "Check Delegate"
- category: "Qt Labs - Controls"
- libraryIcon: "images/checkbox-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Check Delegate')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.ComboBox"
- icon: "images/combobox-icon16.png"
-
- ItemLibraryEntry {
- name: "Combo Box"
- category: "Qt Labs - Controls"
- libraryIcon: "images/combobox-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
- }
- }
-
- Type {
- name: "Qt.labs.controls.Dial"
- icon: "images/dial-icon16.png"
-
- ItemLibraryEntry {
- name: "Dial"
- category: "Qt Labs - Controls"
- libraryIcon: "images/dial-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
- }
- }
-
- Type {
- name: "Qt.labs.controls.Frame"
- icon: "images/frame-icon16.png"
-
- ItemLibraryEntry {
- name: "Frame"
- category: "Qt Labs - Controls"
- libraryIcon: "images/frame-icon.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.GroupBox"
- icon: "images/groupbox-icon16.png"
-
- ItemLibraryEntry {
- name: "Group Box"
- category: "Qt Labs - Controls"
- libraryIcon: "images/groupbox-icon.png"
- version: "1.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.ItemDelegate"
- icon: "images/itemdelegate-icon16.png"
-
- ItemLibraryEntry {
- name: "Item Delegate"
- category: "Qt Labs - Controls"
- libraryIcon: "images/itemdelegate-icon.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/label-icon16.png"
-
- ItemLibraryEntry {
- name: "Label"
- category: "Qt Labs - Controls"
- libraryIcon: "images/label-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Label')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.PageIndicator"
- icon: "images/pageindicator-icon16.png"
-
- ItemLibraryEntry {
- name: "Page Indicator"
- category: "Qt Labs - Controls"
- libraryIcon: "images/pageindicator-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "count"; type: "int"; value: 3 }
- }
- }
-
- Type {
- name: "Qt.labs.controls.Pane"
- icon: "images/pane-icon16.png"
-
- ItemLibraryEntry {
- name: "Pane"
- category: "Qt Labs - Controls"
- libraryIcon: "images/pane-icon.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/progressbar-icon16.png"
-
- ItemLibraryEntry {
- name: "Progress Bar"
- category: "Qt Labs - Controls"
- libraryIcon: "images/progressbar-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "value"; type: "real"; value: 0.5 }
- }
- }
-
- Type {
- name: "Qt.labs.controls.RadioButton"
- icon: "images/radiobutton-icon16.png"
-
- ItemLibraryEntry {
- name: "Radio Button"
- category: "Qt Labs - Controls"
- libraryIcon: "images/radiobutton-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Radio Button')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.RadioDelegate"
- icon: "images/radiobutton-icon16.png"
-
- ItemLibraryEntry {
- name: "Radio Delegate"
- category: "Qt Labs - Controls"
- libraryIcon: "images/radiobutton-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Radio Delegate')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.Slider"
- icon: "images/slider-icon16.png"
-
- ItemLibraryEntry {
- name: "Slider"
- category: "Qt Labs - Controls"
- libraryIcon: "images/slider-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "value"; type: "real"; value: 0.5 }
- }
- }
-
- Type {
- name: "Qt.labs.controls.SpinBox"
- icon: "images/spinbox-icon16.png"
-
- ItemLibraryEntry {
- name: "Spin Box"
- category: "Qt Labs - Controls"
- libraryIcon: "images/spinbox-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
- }
- }
-
- Type {
- name: "Qt.labs.controls.Switch"
- icon: "images/switch-icon16.png"
-
- ItemLibraryEntry {
- name: "Switch"
- category: "Qt Labs - Controls"
- libraryIcon: "images/switch-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Switch')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.TextArea"
- icon: "images/textarea-icon16.png"
-
- ItemLibraryEntry {
- name: "Text Area"
- category: "Qt Labs - Controls"
- libraryIcon: "images/textarea-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Text Area')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.TextField"
- icon: "images/textfield-icon16.png"
-
- ItemLibraryEntry {
- name: "Text Field"
- category: "Qt Labs - Controls"
- libraryIcon: "images/textfield-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Text Field')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.ToolButton"
- icon: "images/toolbutton-icon16.png"
-
- ItemLibraryEntry {
- name: "Tool Button"
- category: "Qt Labs - Controls"
- libraryIcon: "images/toolbutton-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "text"; type: "binding"; value: "qsTr('Tool Button')" }
- }
- }
-
- Type {
- name: "Qt.labs.controls.ToolBar"
- icon: "images/toolbar-icon16.png"
-
- ItemLibraryEntry {
- name: "Tool Bar"
- category: "Qt Labs - Controls"
- libraryIcon: "images/toolbar-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
-
- Property { name: "width"; type: "int"; value: 360 }
- }
- }
-
- Type {
- name: "Qt.labs.controls.Tumbler"
- icon: "images/tumbler-icon16.png"
-
- ItemLibraryEntry {
- name: "Tumbler"
- category: "Qt Labs - Controls"
- libraryIcon: "images/tumbler-icon.png"
- version: "1.0"
- requiredImport: "Qt.labs.controls"
- }
- }
-}