From 94cc9cddb377467029cd79141d84e39ccc94215d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Tue, 4 Mar 2014 08:15:28 +0200 Subject: 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 --- .../designer/Bars3DSpecifics.qml | 40 ---------------------- 1 file changed, 40 deletions(-) (limited to 'src/datavisualizationqml2/designer') 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 @@ -41,46 +41,6 @@ Column { Layout.fillWidth: true } } - 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") -- cgit v1.2.3