aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-20 16:06:15 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-20 16:23:33 +0200
commite8cd9c045840b4a9db4e20aaaa16ea6f841ed1c1 (patch)
treefc23ddbab837a5d4ae5da00c4a7ebd0ac31e4be8 /src/imports/controls/designer
parentb772b5e349c48260a1c0458f841b2e6e82daf0b1 (diff)
parent1cb0faf7886d9df99adfb61560e369387691f89c (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Diffstat (limited to 'src/imports/controls/designer')
-rw-r--r--src/imports/controls/designer/qtquickcontrols2.metainfo20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/controls/designer/qtquickcontrols2.metainfo b/src/imports/controls/designer/qtquickcontrols2.metainfo
index 39d7016c..877e183f 100644
--- a/src/imports/controls/designer/qtquickcontrols2.metainfo
+++ b/src/imports/controls/designer/qtquickcontrols2.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\")" }
}
}
@@ -112,7 +112,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\")" }
}
}
@@ -127,7 +127,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\")" }
}
}
@@ -142,7 +142,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\")" }
}
}
@@ -203,7 +203,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\")" }
}
}
@@ -261,7 +261,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\")" }
}
}
@@ -276,7 +276,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\")" }
}
}
@@ -291,7 +291,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\")" }
}
}
@@ -306,7 +306,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\")" }
}
}