summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-03 13:49:27 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-03 14:37:14 +0200
commitb2e4f1485df801a9e7f3812a66e4e7fc6c578980 (patch)
tree4f47c7a24a3a0896136aff477144aa6c9d87d15c /examples/datavisualization/qmloscilloscope/qml/qmloscilloscope
parent7206dc36f1be77515cf6759795b265c986b2e20b (diff)
Enable querying shadow support from graphs
Also some example tweaking. Change-Id: If69e9d3617afc37b88fed4fd0e02ae19f0af7f78 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'examples/datavisualization/qmloscilloscope/qml/qmloscilloscope')
-rw-r--r--examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml b/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml
index eeaeab40..81884154 100644
--- a/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml
+++ b/examples/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml
@@ -239,7 +239,7 @@ Item {
Layout.fillHeight: true
Layout.fillWidth: true
- text: "Show Flat"
+ text: surfaceSeries.flatShadingSupported ? "Show Flat" : "Flat not supported"
enabled: surfaceSeries.flatShadingSupported
onClicked: {