From cba5dbf87d3e8e91b142d4d3f3b14b3791104e42 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 12 Apr 2016 11:40:12 +0200 Subject: 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 --- .../controls/designer/qtlabscontrols.metainfo | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/imports/controls/designer') 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\")" } } } -- cgit v1.2.3