Files
qt-creator/tests/manual/qml/testfiles/usingbutton.qml
2010-03-31 15:50:02 +02:00

12 lines
110 B
QML

import Qt 4.6
import "components" as X
Rectangle {
width: 640
height: 480
X.MyButton {
}
}