summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qml/qmlsurface/data.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlsurface/qml/qmlsurface/data.qml')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/data.qml32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/data.qml b/examples/qmlsurface/qml/qmlsurface/data.qml
index 36c7671a..f9b008df 100644
--- a/examples/qmlsurface/qml/qmlsurface/data.qml
+++ b/examples/qmlsurface/qml/qmlsurface/data.qml
@@ -22,20 +22,6 @@ import QtDataVisualization 1.0
Item {
property alias mapping: surfaceMapping
property alias model: dataModel
- property alias series: surfaceSeries
- property alias heightSeries: heightSeries
-
- //! [0]
- HeightMapSurfaceDataProxy {
- id: heightMapProxy
- heightMapFile: ":/heightmaps/image"
- // We don't want the default data values set by heightmap proxy.
- minZValue: 30
- maxZValue: 60
- minXValue: 67
- maxXValue: 97
- }
- //! [0]
//! [2]
SurfaceDataMapping {
@@ -46,24 +32,6 @@ Item {
}
//! [2]
- //! [3]
- ItemModelSurfaceDataProxy {
- id: modelProxy
- activeMapping: surfaceMapping
- itemModel: dataModel
- }
- //! [3]
-
- Surface3DSeries {
- id: surfaceSeries
- dataProxy: modelProxy
- }
-
- Surface3DSeries {
- id: heightSeries
- dataProxy: heightMapProxy
- }
-
//! [1]
ListModel {
id: dataModel