aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-30 13:10:43 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-30 15:15:02 +0200
commit2130c49102206324b5948caf1b945516db0ca8ff (patch)
tree8e6b1a49038c77df394c84f30f1ecd82f5ae153b
parentaf1231b6d5014d8ad88ce23424110f8573c4ccf2 (diff)
QmlDesigner.PropertyEditor: allow translation of all strings
This patches adds the tr checkboxes to all string in the generated property sheets. Task-number: QTCREATORBUG-9184 Change-Id: I4a3ff8120d7ccd5a6b9e11d212f955cd66ba01aa Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
index 5152da59d6..625d9224dd 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
@@ -7,6 +7,7 @@ QWidget {
LineEdit {
backendValue: backendValues.%2
baseStateFlag: isBaseState
+ translation: true
}
}
} \ No newline at end of file