From 0f855763b0046a014a7dbaa030a223581aa9e544 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 20 Jul 2011 12:45:48 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: adding tooltips

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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
index 737083ff89c..561481525c1 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
@@ -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
-- 
GitLab