summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data/flickableqgraphicswidget.qml
blob: 6cbf12c1eed5968d7ddf9f76550a8db543773e52 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Flickable {
    width: 100; height: 100

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