import QtQuick 2.0 Item { width: 200 height: 80 Loader { source: "GraphicsWidget250x250.qml" } }