summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml2/designer
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-03-04 08:15:28 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-03-04 08:18:19 +0200
commit94cc9cddb377467029cd79141d84e39ccc94215d (patch)
treea9d103d005ed81ca4a64debdf5a1f00bbca0fad7 /src/datavisualizationqml2/designer
parentd911a8fe40b660c94589c4f0d6528381b9fc8d82 (diff)
Removed designer properties that do not work yet
Made a jira task to put them back once the issue has been fixed Change-Id: I4fbd40a739b7cf811d20f511ec0d870a676c0b7c Change-Id: I4fbd40a739b7cf811d20f511ec0d870a676c0b7c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
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