import QtQuick 2.0
Flickable {
width: 100; height: 100
QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
}