From 294a08b265e750dffaaa806e3fdf8556f50a08be Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Thu, 16 Feb 2023 19:21:15 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Swipe View Section This patch update tooltip text for Swipe View Section fields in Property editor. Fixes: QDS-9175 Change-Id: I7b8b2328f1294481252998b0396f597bceb957fe Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/SwipeViewSpecifics.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml index 74c94571daa..48f71d9aeea 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml @@ -16,7 +16,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Interactive") - tooltip: qsTr("Whether the view is interactive.") + tooltip: qsTr("Toggles if the user can interact with the view.") } SecondColumnLayout { @@ -32,7 +32,7 @@ Column { PropertyLabel { text: qsTr("Orientation") - tooltip: qsTr("Orientation of the view.") + tooltip: qsTr("Sets the orientation of the view.") } SecondColumnLayout {