From 3f99be2ee8824398f9115e610014ee1b58082e63 Mon Sep 17 00:00:00 2001 From: Aleksei German Date: Fri, 4 Sep 2020 10:59:45 +0200 Subject: [PATCH] QmlDesigner: Fix for Animation Properties LineEdit Deactivated an option to translate properties names. Task: QDS-2737 Change-Id: Ieadd4cd56094f09c961234a5b2790c2380e1106a Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml index e614a6563b7..e1b347679af 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml @@ -56,6 +56,7 @@ Section { LineEdit { backendValue: backendValues.property Layout.fillWidth: true + showTranslateCheckBox: false } Label { text: qsTr("Properties") @@ -64,6 +65,7 @@ Section { LineEdit { backendValue: backendValues.properties Layout.fillWidth: true + showTranslateCheckBox: false } }