diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-03-31 11:04:32 +0200 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-03-31 11:05:26 +0200 |
commit | fbb7a343b33d54fc50b87d06543159c63e212faa (patch) | |
tree | a2092e9be2ccdb2a4ed15ec215116a07390a1732 /tests/manual/qml | |
parent | 41a91ff9d2fa60d6f186d3cf7bff94715b6bac57 (diff) | |
download | qt-creator-fbb7a343b33d54fc50b87d06543159c63e212faa.tar.gz |
QmlDesigner: add new file for manual tests
Diffstat (limited to 'tests/manual/qml')
-rw-r--r-- | tests/manual/qml/testfiles/usingbutton.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/qml/testfiles/usingbutton.qml b/tests/manual/qml/testfiles/usingbutton.qml new file mode 100644 index 0000000000..27375c8957 --- /dev/null +++ b/tests/manual/qml/testfiles/usingbutton.qml @@ -0,0 +1,11 @@ +import Qt 4.6 +import "components" + +Rectangle { + width: 640 + height: 480 + + MyButton { + } + +}
\ No newline at end of file |