forked from qt-creator/qt-creator
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: <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
2c02e189fd
commit
a508b70ddd
@@ -54,7 +54,10 @@ PropertyEditorPane {
|
|||||||
ExpandingSpacer {}
|
ExpandingSpacer {}
|
||||||
}
|
}
|
||||||
|
|
||||||
PropertyLabel { text: qsTr("Opacity") }
|
PropertyLabel {
|
||||||
|
text: qsTr("Opacity")
|
||||||
|
tooltip: qsTr("Sets the transparency of the component.")
|
||||||
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
SpinBox {
|
SpinBox {
|
||||||
|
|||||||
Reference in New Issue
Block a user