QmlDesigner: Update Tooltips for Button Section

This patch update tooltip text for Button fields
in Property editor.

Fixes: QDS-8927
Change-Id: I11920a2f9680cf0901b9111623f2af3c52eb0b26
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Pranta Dastider
2023-01-31 16:37:57 +01:00
committed by Pranta Ghosh Dastider
parent bea410e987
commit 611e0fc8d1
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Section {
SectionLayout {
PropertyLabel {
text: qsTr("Appearance")
tooltip: qsTr("Whether the button is flat and/or highlighted.")
tooltip: qsTr("Toggles if the button is flat or highlighted.")
blockedByTemplate: !backendValues.flat.isAvailable
&& !backendValues.highlighted.isAvailable
}

View File

@@ -16,7 +16,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Appearance")
tooltip: qsTr("Whether the button is flat and/or highlighted.")
tooltip: qsTr("Toggles if the button is flat or highlighted.")
blockedByTemplate: !backendValues.flat.isAvailable
&& !backendValues.highlighted.isAvailable
}