summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml2/designer/Surface3DSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualizationqml2/designer/Surface3DSpecifics.qml')
-rw-r--r--src/datavisualizationqml2/designer/Surface3DSpecifics.qml24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/datavisualizationqml2/designer/Surface3DSpecifics.qml b/src/datavisualizationqml2/designer/Surface3DSpecifics.qml
index 03a2f02c..7047d72a 100644
--- a/src/datavisualizationqml2/designer/Surface3DSpecifics.qml
+++ b/src/datavisualizationqml2/designer/Surface3DSpecifics.qml
@@ -33,7 +33,7 @@ Column {
SectionLayout {
Label {
text: qsTr("renderingMode")
- toolTip: qsTr("Rendering Mode")
+ tooltip: qsTr("Rendering Mode")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -47,7 +47,7 @@ Column {
}
Label {
text: qsTr("msaaSamples")
- toolTip: qsTr("MSAA Sample Count")
+ tooltip: qsTr("MSAA Sample Count")
Layout.fillWidth: true
}
SpinBox {
@@ -59,7 +59,7 @@ Column {
}
Label {
text: qsTr("shadowQuality")
- toolTip: qsTr("Shadow Quality")
+ tooltip: qsTr("Shadow Quality")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -74,7 +74,7 @@ Column {
}
Label {
text: qsTr("selectionMode")
- toolTip: qsTr("Selection Mode")
+ tooltip: qsTr("Selection Mode")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -206,7 +206,7 @@ Column {
}
Label {
text: qsTr("measureFps")
- toolTip: qsTr("Measure Frames Per Second")
+ tooltip: qsTr("Measure Frames Per Second")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -217,7 +217,7 @@ Column {
}
Label {
text: qsTr("orthoProjection")
- toolTip: qsTr("Use Orthographic Projection")
+ tooltip: qsTr("Use Orthographic Projection")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -228,7 +228,7 @@ Column {
}
Label {
text: qsTr("aspectRatio")
- toolTip: qsTr("Horizontal to Vertical Aspect Ratio")
+ tooltip: qsTr("Horizontal to Vertical Aspect Ratio")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -243,7 +243,7 @@ Column {
}
Label {
text: qsTr("flipHorizontalGrid")
- toolTip: qsTr("Flip Horizontal Grid")
+ tooltip: qsTr("Flip Horizontal Grid")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -254,7 +254,7 @@ Column {
}
Label {
text: qsTr("polar")
- toolTip: qsTr("Use Polar Coordinates")
+ tooltip: qsTr("Use Polar Coordinates")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -266,7 +266,7 @@ Column {
}
Label {
text: qsTr("radialLabelOffset")
- toolTip: qsTr("Radial Label Offset")
+ tooltip: qsTr("Radial Label Offset")
Layout.fillWidth: true
visible: polarCheckbox.checked
}
@@ -283,7 +283,7 @@ Column {
}
Label {
text: qsTr("horizontalAspectRatio")
- toolTip: qsTr("Horizontal Aspect Ratio")
+ tooltip: qsTr("Horizontal Aspect Ratio")
Layout.fillWidth: true
}
SecondColumnLayout {
@@ -298,7 +298,7 @@ Column {
}
Label {
text: qsTr("margin")
- toolTip: qsTr("Graph Margin")
+ tooltip: qsTr("Graph Margin")
Layout.fillWidth: true
}
SecondColumnLayout {