From fbb7a343b33d54fc50b87d06543159c63e212faa Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 31 Mar 2010 11:04:32 +0200 Subject: [PATCH] QmlDesigner: add new file for manual tests --- tests/manual/qml/testfiles/usingbutton.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/manual/qml/testfiles/usingbutton.qml diff --git a/tests/manual/qml/testfiles/usingbutton.qml b/tests/manual/qml/testfiles/usingbutton.qml new file mode 100644 index 00000000000..27375c89574 --- /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 -- GitLab