9 lines
66 B
QML
9 lines
66 B
QML
|
|
|
|
import QtQuick 2.6
|
|
|
|
Rectangle {
|
|
id: root
|
|
color: "red"
|
|
}
|