summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2014-11-14 13:25:20 +0100
committerThomas Hartmann <thomas.hartmann@digia.com>2014-11-14 14:33:39 +0200
commit6c1c470c1664f68951f0e402e9dae8048c625e8b (patch)
treede16018e785112836b33f8b5c2b3b0a50432e1d3 /src/datavisualizationqml2/designer/Scatter3DSpecifics.qml
parent5d24897d356bdc4f869cd7dfbe8114e652a34b9e (diff)
renaming toolTip to tooltip
This was changed in Qt Creator 3.3 for consistency reasons. Change-Id: I164b5bff88b2cc3091aaf48e57fb12ef60e2a6aa Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/datavisualizationqml2/designer/Scatter3DSpecifics.qml')
-rw-r--r--src/datavisualizationqml2/designer/Scatter3DSpecifics.qml24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml b/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml
index 841ef012..9fce717e 100644
--- a/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml
+++ b/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml
@@ -32,7 +32,7 @@ Column {
SectionLayout {
Label {
text: qsTr("renderingMode")
- toolTip: qsTr("Rendering Mode")
+ tooltip: qsTr("Rendering Mode")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -46,7 +46,7 @@ Column {
}
Label {
text: qsTr("msaaSamples")
- toolTip: qsTr("MSAA Sample Count")
+ tooltip: qsTr("MSAA Sample Count")
Layout.fillWidth: true
}
SpinBox {
@@ -58,7 +58,7 @@ Column {
}
Label {
text: qsTr("shadowQuality")
- toolTip: qsTr("Shadow Quality")
+ tooltip: qsTr("Shadow Quality")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -73,7 +73,7 @@ Column {
}
Label {
text: qsTr("selectionMode")
- toolTip: qsTr("Selection Mode")
+ tooltip: qsTr("Selection Mode")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -86,7 +86,7 @@ Column {
}
Label {
text: qsTr("measureFps")
- toolTip: qsTr("Measure Frames Per Second")
+ tooltip: qsTr("Measure Frames Per Second")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -97,7 +97,7 @@ Column {
}
Label {
text: qsTr("orthoProjection")
- toolTip: qsTr("Use Orthographic Projection")
+ tooltip: qsTr("Use Orthographic Projection")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -108,7 +108,7 @@ Column {
}
Label {
text: qsTr("aspectRatio")
- toolTip: qsTr("Horizontal to Vertical Aspect Ratio")
+ tooltip: qsTr("Horizontal to Vertical Aspect Ratio")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -123,7 +123,7 @@ Column {
}
Label {
text: qsTr("optimizationHints")
- toolTip: qsTr("Optimization Hints")
+ tooltip: qsTr("Optimization Hints")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -136,7 +136,7 @@ Column {
}
Label {
text: qsTr("polar")
- toolTip: qsTr("Use Polar Coordinates")
+ tooltip: qsTr("Use Polar Coordinates")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -148,7 +148,7 @@ Column {
}
Label {
text: qsTr("radialLabelOffset")
- toolTip: qsTr("Radial Label Offset")
+ tooltip: qsTr("Radial Label Offset")
Layout.fillWidth: true
visible: polarCheckbox.checked
}
@@ -165,7 +165,7 @@ Column {
}
Label {
text: qsTr("horizontalAspectRatio")
- toolTip: qsTr("Horizontal Aspect Ratio")
+ tooltip: qsTr("Horizontal Aspect Ratio")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -180,7 +180,7 @@ Column {
}
Label {
text: qsTr("margin")
- toolTip: qsTr("Graph Margin")
+ tooltip: qsTr("Graph Margin")
Layout.fillWidth: true
}
SecondColumnLayout {