OSDN Git Service

QmlDesigner.propertyEditor: adding tooltips
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 20 Jul 2011 10:45:48 +0000 (12:45 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 20 Jul 2011 11:42:47 +0000 (13:42 +0200)
Task-number: QTCREATORBUG-5521
Change-Id: I7331e1eb76093bceb16062d9826a37a459876344
Reviewed-on: http://codereview.qt.nokia.com/1879
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml

index 737083f..5614815 100644 (file)
@@ -90,6 +90,7 @@ GroupBox {
                 }
 
                 DoubleSpinBox {
+                    toolTip: qsTr("Width")
                     id: widthSpinBox;
                     text: "W"
                     alignRight: false
@@ -103,6 +104,7 @@ GroupBox {
                 }
 
                 DoubleSpinBox {
+                    toolTip: qsTr("Height")
                     id: heightSpinBox;
                     text: "H"
                     alignRight: false