blob: bb8f1eefc630b4a2172e9a1c7687284f27f8c4ea [file] [log] [blame]
import QtQuick 2.0
Flickable {
width: 100; height: 100
QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
}