summaryrefslogtreecommitdiff
path: root/tests/manual/qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-31 11:04:32 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-31 11:05:26 +0200
commitfbb7a343b33d54fc50b87d06543159c63e212faa (patch)
treea2092e9be2ccdb2a4ed15ec215116a07390a1732 /tests/manual/qml
parent41a91ff9d2fa60d6f186d3cf7bff94715b6bac57 (diff)
downloadqt-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.qml11
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