import QtQuick 2.0 import PM 1.0 Item { width: 480 height: 480 Scatterplot { id: plot objectName: "plot" anchors.fill: parent } }