aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml')
-rw-r--r--tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml b/tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml
new file mode 100644
index 0000000000..bb8f1eefc6
--- /dev/null
+++ b/tests/auto/declarative/qsgflickable/data/flickableqgraphicswidget.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.0
+
+Flickable {
+ width: 100; height: 100
+
+ QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
+}