aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
blob: a9ff37ee749a8d10ca99a9bfd6308151d80963df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.0
import PM 1.0

Item {
    width: 480
    height: 480

    Scatterplot {
        id: plot
        objectName: "plot"
        anchors.fill: parent
    }
}