Files
qt-creator/tests/manual/qml/testfiles/components/MyButton.qml

8 lines
75 B
QML
Raw Normal View History

import Qt 4.6
Rectangle {
2010-03-31 18:42:02 +02:00
width: 64
height: 48
color: "Red"
}