forked from qt-creator/qt-creator
QmlDesigner: add new file for manual tests
This commit is contained in:
11
tests/manual/qml/testfiles/usingbutton.qml
Normal file
11
tests/manual/qml/testfiles/usingbutton.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import Qt 4.6
|
||||
import "components"
|
||||
|
||||
Rectangle {
|
||||
width: 640
|
||||
height: 480
|
||||
|
||||
MyButton {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user