forked from qt-creator/qt-creator
8 lines
75 B
QML
8 lines
75 B
QML
import Qt 4.6
|
|
|
|
Rectangle {
|
|
width: 64
|
|
height: 48
|
|
color: "Red"
|
|
}
|