QmlDesigner.property: show tooltips

This commit is contained in:
Thomas Hartmann
2010-04-01 15:53:20 +02:00
parent f228df4f35
commit 2f24d9969a
2 changed files with 2 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ QExtGroupBox {
Label {
text: colorGroupBox.caption
toolTip: colorGroupBox.caption
}
LineEdit {

View File

@@ -19,6 +19,7 @@ QWidget {
Label {
id: label
text: caption
toolTip: caption
}
SpinBox {