forked from qt-creator/qt-creator
QmlDesigner: Unify tooltip
We had slightly different tooltips for the same functionality. I use the tooltip from the navigator. Change-Id: I0afa53d75c01f23ebbfa1311d69e2f5a895c9e34 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
c4f92146be
commit
8469da333b
@@ -84,7 +84,7 @@ Rectangle {
|
||||
ToolTipArea {
|
||||
anchors.fill: parent
|
||||
onClicked: toogleExportAlias()
|
||||
tooltip: qsTr("Toggle if selected item is alias exported.")
|
||||
tooltip: qsTr("Toggles whether this item is exported as an alias property of the root item.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user