aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-04-12 11:40:12 +0200
committerThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-04-12 10:32:15 +0000
commitcba5dbf87d3e8e91b142d4d3f3b14b3791104e42 (patch)
tree295820630dec5b95bbd5ad3cced5fa20b0419b1b
parent87cbcbf9972321f26fa47ded04005f30bb2a279d (diff)
Adjust qtlabscontrols.metainfo
The '' confuses the designer. We will fix this but for now I change it to "". Change-Id: Ief4cfa3250e1dd1428dd972a7a10c5f6bd417033 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-rw-r--r--src/imports/controls/designer/qtlabscontrols.metainfo20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/controls/designer/qtlabscontrols.metainfo b/src/imports/controls/designer/qtlabscontrols.metainfo
index 0564077a..29455ba0 100644
--- a/src/imports/controls/designer/qtlabscontrols.metainfo
+++ b/src/imports/controls/designer/qtlabscontrols.metainfo
@@ -23,7 +23,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Button')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Button\")" }
}
}
@@ -38,7 +38,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Check Box')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Check Box\")" }
}
}
@@ -97,7 +97,7 @@ MetaInfo {
Property { name: "width"; type: "int"; value: 200 }
Property { name: "height"; type: "int"; value: 200 }
- Property { name: "title"; type: "binding"; value: "qsTr('Group Box')" }
+ Property { name: "title"; type: "binding"; value: "qsTr(\"Group Box\")" }
}
}
@@ -112,7 +112,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Item Delegate')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Item Delegate\")" }
}
}
@@ -127,7 +127,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Label')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Label\")" }
}
}
@@ -188,7 +188,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Radio Button')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Radio Button\")" }
}
}
@@ -231,7 +231,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Switch')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Switch\")" }
}
}
@@ -246,7 +246,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Text Area')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Text Area\")" }
}
}
@@ -261,7 +261,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Text Field')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Text Field\")" }
}
}
@@ -276,7 +276,7 @@ MetaInfo {
version: "1.0"
requiredImport: "Qt.labs.controls"
- Property { name: "text"; type: "binding"; value: "qsTr('Tool Button')" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Tool Button\")" }
}
}