9 lines
No EOL
92 B
QML
9 lines
No EOL
92 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
width: 200
|
|
height: 200
|
|
color: "red"
|
|
} |