forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: Adding tooltip
Task-number: QTCREATORBUG-12026 Change-Id: I6ea5a6358ea41ae5ada7a5c13337436868902a07 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -156,7 +156,7 @@ Column {
|
||||
colorEditor.backendendValue.resetValue()
|
||||
gradientLine.deleteGradient()
|
||||
}
|
||||
|
||||
tooltip: qsTr("Solid Color")
|
||||
}
|
||||
ButtonRowButton {
|
||||
visible: supportGradient
|
||||
@@ -166,6 +166,7 @@ Column {
|
||||
gradientLine.addGradient()
|
||||
}
|
||||
|
||||
tooltip: qsTr("Gradient")
|
||||
}
|
||||
ButtonRowButton {
|
||||
iconSource: "images/icon_color_none.png"
|
||||
@@ -173,7 +174,7 @@ Column {
|
||||
colorEditor.color = "#00000000"
|
||||
gradientLine.deleteGradient()
|
||||
}
|
||||
|
||||
tooltip: qsTr("Transparent")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user