summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data/flickableqgraphicswidget.qml
blob: 8e95a94889e6820bb3ef446bd9c0f0d614de01e1 (plain)
1
2
3
4
5
6
7
import Qt 4.7

Flickable {
    width: 100; height: 100

    QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
}