From 039a4b04c5207e869fed958baefcd74fe9423426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Fri, 23 May 2014 10:16:22 +0300 Subject: Specifics files updates with new properties Task-number: QTRD-3140 Change-Id: I6e08a4de1b91d593af5a938d4ceaa0eefb2bf7eb Change-Id: I6e08a4de1b91d593af5a938d4ceaa0eefb2bf7eb Reviewed-by: Miikka Heikkinen --- .../designer/Bars3DSpecifics.qml | 23 ++++++++++++++++++++++ .../designer/Scatter3DSpecifics.qml | 22 +++++++++++++++++++++ .../designer/Surface3DSpecifics.qml | 23 ++++++++++++++++++++++ 3 files changed, 68 insertions(+) (limited to 'src/datavisualizationqml2/designer') diff --git a/src/datavisualizationqml2/designer/Bars3DSpecifics.qml b/src/datavisualizationqml2/designer/Bars3DSpecifics.qml index e52320ac..cb5fb4a0 100644 --- a/src/datavisualizationqml2/designer/Bars3DSpecifics.qml +++ b/src/datavisualizationqml2/designer/Bars3DSpecifics.qml @@ -266,6 +266,29 @@ Column { } } } + Label { + text: qsTr("measureFps") + toolTip: qsTr("Measure Frames Per Second") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.measureFps + Layout.fillWidth: true + } + } + Label { + text: qsTr("orthoProjection") + toolTip: qsTr("Use Orthographic Projection") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.orthoProjection + Layout.fillWidth: true + } + } + // Kept for debugging Label { } SecondColumnLayout { diff --git a/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml b/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml index b9a9ef97..26c49f9b 100644 --- a/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml +++ b/src/datavisualizationqml2/designer/Scatter3DSpecifics.qml @@ -84,6 +84,28 @@ Column { scope: "AbstractGraph3D" } } + Label { + text: qsTr("measureFps") + toolTip: qsTr("Measure Frames Per Second") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.measureFps + Layout.fillWidth: true + } + } + Label { + text: qsTr("orthoProjection") + toolTip: qsTr("Use Orthographic Projection") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.orthoProjection + Layout.fillWidth: true + } + } } } } diff --git a/src/datavisualizationqml2/designer/Surface3DSpecifics.qml b/src/datavisualizationqml2/designer/Surface3DSpecifics.qml index 74470e4b..f6c4129e 100644 --- a/src/datavisualizationqml2/designer/Surface3DSpecifics.qml +++ b/src/datavisualizationqml2/designer/Surface3DSpecifics.qml @@ -204,6 +204,29 @@ Column { } } } + Label { + text: qsTr("measureFps") + toolTip: qsTr("Measure Frames Per Second") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.measureFps + Layout.fillWidth: true + } + } + Label { + text: qsTr("orthoProjection") + toolTip: qsTr("Use Orthographic Projection") + Layout.fillWidth: true + } + SecondColumnLayout { + CheckBox { + backendValue: backendValues.orthoProjection + Layout.fillWidth: true + } + } + // Kept for debugging Label { } SecondColumnLayout { -- cgit v1.2.3