QmlDesigner: Fix for Animation Properties LineEdit

Deactivated an option to translate properties names.

Task: QDS-2737

Change-Id: Ieadd4cd56094f09c961234a5b2790c2380e1106a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2020-09-04 10:59:45 +02:00
committed by Thomas Hartmann
parent c11c09386c
commit 3f99be2ee8

View File

@@ -56,6 +56,7 @@ Section {
LineEdit { LineEdit {
backendValue: backendValues.property backendValue: backendValues.property
Layout.fillWidth: true Layout.fillWidth: true
showTranslateCheckBox: false
} }
Label { Label {
text: qsTr("Properties") text: qsTr("Properties")
@@ -64,6 +65,7 @@ Section {
LineEdit { LineEdit {
backendValue: backendValues.properties backendValue: backendValues.properties
Layout.fillWidth: true Layout.fillWidth: true
showTranslateCheckBox: false
} }
} }