diff options
Diffstat (limited to 'main_view.qml')
-rw-r--r-- | main_view.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml index a0290e1..dc3fe45 100644 --- a/main_view.qml +++ b/main_view.qml @@ -102,6 +102,14 @@ ApplicationWindow { border.width: 1 border.color: "#cccccc" + VoronoiSplat { + id: splat + objectName: "splat" + x: parent.x + y: parent.y + anchors.fill: parent + } + Scatterplot { id: plot objectName: "plot" |