From 9638fbc1e8d81045819b7f4ce23e8daccea87ef4 2014-11-14 12:33:44 From: Thomas Hartmann Date: 2014-11-14 12:33:44 Subject: [PATCH] renaming toolTip to tooltip This was changed in Qt Creator 3.3 for consistency reasons. Change-Id: I164b5bff99b2cc3091aaf48e57fb12ef60e2a6ff Reviewed-by: Miikka Heikkinen Reviewed-by: Tim Jenssen --- diff --git a/src/chartsqml2/designer/ChartViewSpecifics.qml b/src/chartsqml2/designer/ChartViewSpecifics.qml index 9740f46..0711585 100644 --- a/src/chartsqml2/designer/ChartViewSpecifics.qml +++ b/src/chartsqml2/designer/ChartViewSpecifics.qml @@ -79,7 +79,7 @@ Column { rows: 2 Label { text: qsTr("backgroundRoundness") - toolTip: qsTr("Diameter of the rounding circle at the corners") + tooltip: qsTr("Diameter of the rounding circle at the corners") Layout.fillWidth: true } @@ -96,7 +96,7 @@ Column { Label { text: qsTr("dropShadowEnabled") - toolTip: qsTr("Enable border drop shadow") + tooltip: qsTr("Enable border drop shadow") Layout.fillWidth: true } @@ -142,7 +142,7 @@ Column { rows: 1 Label { text: qsTr("localizeNumbers") - toolTip: qsTr("Localize numbers") + tooltip: qsTr("Localize numbers") Layout.fillWidth: true }