1 2 3 4 5 6 7
import QtQuick 1.0 Loader { width: 200 height: 80 source: "GraphicsWidget250x250.qml" }