forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
bea410e987
commit
611e0fc8d1
@@ -17,7 +17,7 @@ Section {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Appearance")
|
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
|
blockedByTemplate: !backendValues.flat.isAvailable
|
||||||
&& !backendValues.highlighted.isAvailable
|
&& !backendValues.highlighted.isAvailable
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Appearance")
|
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
|
blockedByTemplate: !backendValues.flat.isAvailable
|
||||||
&& !backendValues.highlighted.isAvailable
|
&& !backendValues.highlighted.isAvailable
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user