forked from qt-creator/qt-creator
QmlDesigner.property: show tooltips
This commit is contained in:
@@ -96,6 +96,7 @@ QExtGroupBox {
|
||||
|
||||
Label {
|
||||
text: colorGroupBox.caption
|
||||
toolTip: colorGroupBox.caption
|
||||
}
|
||||
|
||||
LineEdit {
|
||||
|
||||
@@ -19,6 +19,7 @@ QWidget {
|
||||
Label {
|
||||
id: label
|
||||
text: caption
|
||||
toolTip: caption
|
||||
}
|
||||
|
||||
SpinBox {
|
||||
|
||||
Reference in New Issue
Block a user