summaryrefslogtreecommitdiffstats
path: root/examples/qmlmultigraph/qml
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-01-28 14:55:31 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-01-29 06:14:24 +0200
commit01e42c90075fcfc5a9275d5161df476797625375 (patch)
treef15581a7369a865074fb497ee40c0b27badc4e76 /examples/qmlmultigraph/qml
parent33e9f279770d79a9c0b57201b3e45e4061e39aaa (diff)
Minor tweaks to examples
Change-Id: Ic7ab56bc4829fafb0b1c3352bd3cdd4c3530291d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlmultigraph/qml')
-rw-r--r--examples/qmlmultigraph/qml/qmlmultigraph/main.qml15
1 files changed, 12 insertions, 3 deletions
diff --git a/examples/qmlmultigraph/qml/qmlmultigraph/main.qml b/examples/qmlmultigraph/qml/qmlmultigraph/main.qml
index bc2f7fe3..23465c75 100644
--- a/examples/qmlmultigraph/qml/qmlmultigraph/main.qml
+++ b/examples/qmlmultigraph/qml/qmlmultigraph/main.qml
@@ -50,7 +50,10 @@ Item {
id: surfaceGraph
anchors.fill: parent
anchors.margins: parent.border.width
- theme: Theme3D { type: Theme3D.ThemePrimaryColors }
+ theme: Theme3D {
+ type: Theme3D.ThemePrimaryColors
+ font.pointSize: 60
+ }
scene.activeCamera.cameraPreset: Camera3D.CameraPresetIsometricLeftHigh
Surface3DSeries {
@@ -78,7 +81,10 @@ Item {
id: scatterGraph
anchors.fill: parent
anchors.margins: parent.border.width
- theme: Theme3D { type: Theme3D.ThemeDigia }
+ theme: Theme3D {
+ type: Theme3D.ThemeDigia
+ font.pointSize: 60
+ }
scene.activeCamera.cameraPreset: Camera3D.CameraPresetIsometricLeftHigh
Scatter3DSeries {
@@ -104,7 +110,10 @@ Item {
id: barGraph
anchors.fill: parent
anchors.margins: parent.border.width
- theme: Theme3D { type: Theme3D.ThemeQt }
+ theme: Theme3D {
+ type: Theme3D.ThemeQt
+ font.pointSize: 60
+ }
selectionMode: AbstractGraph3D.SelectionItemAndRow | AbstractGraph3D.SelectionSlice
scene.activeCamera.cameraPreset: Camera3D.CameraPresetIsometricLeftHigh