QmlDesigner: add new file for manual tests

This commit is contained in:
Thomas Hartmann
2010-03-31 11:04:32 +02:00
parent 41a91ff9d2
commit fbb7a343b3

View File

@@ -0,0 +1,11 @@
import Qt 4.6
import "components"
Rectangle {
width: 640
height: 480
MyButton {
}
}