summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml2/designer
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualizationqml2/designer')
-rw-r--r--src/datavisualizationqml2/designer/Bars3DSpecifics.qml40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/datavisualizationqml2/designer/Bars3DSpecifics.qml b/src/datavisualizationqml2/designer/Bars3DSpecifics.qml
index ce07f88c..4bb84660 100644
--- a/src/datavisualizationqml2/designer/Bars3DSpecifics.qml
+++ b/src/datavisualizationqml2/designer/Bars3DSpecifics.qml
@@ -42,46 +42,6 @@ Column {
}
}
Label {
- text: qsTr("barThickness")
- toolTip: qsTr("Bar Thickness Ratio")
- Layout.fillWidth: true
- }
- SecondColumnLayout {
- SpinBox {
- backendValue: backendValues.barThickness // Why does this export value as string?
- minimumValue: 0.001
- maximumValue: 10.0
- stepSize: 0.001
- decimals: 3
- Layout.fillWidth: true
- }
- }
- Label {
- text: qsTr("barSpacing")
- toolTip: qsTr("Bar Spacing")
- Layout.fillWidth: true
- }
- SecondColumnLayout {
- SpinBox {
- prefix: "col: "
- backendValue: backendValues.barSpacing.width // Does not work
- minimumValue: 0.0
- maximumValue: 10.0
- stepSize: 0.01
- decimals: 2
- Layout.fillWidth: true
- }
- SpinBox {
- prefix: "row: "
- backendValue: backendValues.barSpacing.height // Does not work
- minimumValue: 0.0
- maximumValue: 10.0
- stepSize: 0.01
- decimals: 2
- Layout.fillWidth: true
- }
- }
- Label {
text: qsTr("barSpacingRelative")
toolTip: qsTr("Bar Spacing Relative")
Layout.fillWidth: true