aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/qtlabscontrols.metainfo
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-10-02 16:11:30 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-03 13:00:00 +0000
commit07b219ad7dea4f534ab214ea51673b3bece53d6c (patch)
tree0dde9c7b85d0ce840edf96855c9456e68a0ff148 /src/imports/controls/designer/qtlabscontrols.metainfo
parent15693121bcb5214a30e823c59e9683fb8a536318 (diff)
Controls: fix metainfo file for Qt Creator
Change-Id: I07eed4a316957d0c3f96599d15d3562463032b2f 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.metainfo30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/imports/controls/designer/qtlabscontrols.metainfo b/src/imports/controls/designer/qtlabscontrols.metainfo
index 0d82159b..06564bf3 100644
--- a/src/imports/controls/designer/qtlabscontrols.metainfo
+++ b/src/imports/controls/designer/qtlabscontrols.metainfo
@@ -7,7 +7,7 @@ MetaInfo {
name: "Busy Indicator"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
}
}
@@ -20,7 +20,7 @@ MetaInfo {
name: "Button"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Button')" }
@@ -35,7 +35,7 @@ MetaInfo {
name: "Check Box"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Check Box')" }
@@ -50,7 +50,7 @@ MetaInfo {
name: "Frame"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "width"; type: "int"; value: 200 }
@@ -66,7 +66,7 @@ MetaInfo {
name: "Group Box"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "width"; type: "int"; value: 200 }
@@ -83,7 +83,7 @@ MetaInfo {
name: "Label"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Label')" }
@@ -98,7 +98,7 @@ MetaInfo {
name: "Page Indicator"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "count"; type: "int"; value: 3 }
@@ -113,7 +113,7 @@ MetaInfo {
name: "Progress Bar"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "value"; type: "real"; value: 0.5 }
@@ -128,7 +128,7 @@ MetaInfo {
name: "Radio Button"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Radio Button')" }
@@ -143,7 +143,7 @@ MetaInfo {
name: "Slider"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "value"; type: "real"; value: 0.5 }
@@ -158,7 +158,7 @@ MetaInfo {
name: "Switch"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Switch')" }
@@ -173,7 +173,7 @@ MetaInfo {
name: "Text Area"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Text Area')" }
@@ -188,7 +188,7 @@ MetaInfo {
name: "Text Field"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Text Field')" }
@@ -203,7 +203,7 @@ MetaInfo {
name: "Tool Button"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "text"; type: "binding"; value: "qsTr('Tool Button')" }
@@ -218,7 +218,7 @@ MetaInfo {
name: "Tool Bar"
category: "Qt Labs - Controls"
libraryIcon: "images/todo.png"
- version: "2.0"
+ version: "1.0"
requiredImport: "Qt.labs.controls"
Property { name: "width"; type: "int"; value: 360 }