From a508b70ddd133e203d900c20f718abb0adc40441 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Mon, 16 Jan 2023 16:09:23 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for ItemPane Section This patch update tooltip text for Visibility/ItemPane Section fields in Property editor. Fixes: QDS-8723 Change-Id: I8bbd1ceae548b6b1f0387a7cb6e2e429a689b946 Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/ItemPane.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml index fe29c2ef322..5a984bfb591 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml @@ -54,7 +54,10 @@ PropertyEditorPane { ExpandingSpacer {} } - PropertyLabel { text: qsTr("Opacity") } + PropertyLabel { + text: qsTr("Opacity") + tooltip: qsTr("Sets the transparency of the component.") + } SecondColumnLayout { SpinBox {