diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
index 55e9951f2a2667322e58ee43da50243aeb08c89c..0cd9c53fec57b6ac8290512761faeaf93a9dea73 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 f39c0c08d4b70663892c6737bd11367d5ffd8db4..28eabd908292f195b365f3209021cb189ad80b58 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 {