From 2f24d9969a94ff639fea8aff1b7de66196799986 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 1 Apr 2010 15:53:20 +0200
Subject: [PATCH] QmlDesigner.property: show tooltips

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml | 1 +
 share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
index 55e9951f2a2..0cd9c53fec5 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
@@ -96,6 +96,7 @@ QExtGroupBox {
 
             Label {
                 text: colorGroupBox.caption
+                toolTip: colorGroupBox.caption
             }
 
             LineEdit {
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml
index f39c0c08d4b..28eabd90829 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml
@@ -19,6 +19,7 @@ QWidget {
         Label {
             id: label
             text: caption
+            toolTip: caption
         }
 
         SpinBox {
-- 
GitLab