diff options
Diffstat (limited to 'tests/auto/declarative/layouts/data/vertical.qml')
-rw-r--r-- | tests/auto/declarative/layouts/data/vertical.qml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/auto/declarative/layouts/data/vertical.qml b/tests/auto/declarative/layouts/data/vertical.qml deleted file mode 100644 index 856c180..0000000 --- a/tests/auto/declarative/layouts/data/vertical.qml +++ /dev/null @@ -1,26 +0,0 @@ -import Qt 4.6 - -Item { - width: 640 - height: 480 - Column { - Rectangle { - objectName: "one" - color: "red" - width: 50 - height: 50 - } - Rectangle { - objectName: "two" - color: "red" - width: 20 - height: 10 - } - Rectangle { - objectName: "three" - color: "red" - width: 40 - height: 20 - } - } -} |