8 lines
71 B
QML
8 lines
71 B
QML
import QtQuick 2.0
|
|
|
|
Rectangle {
|
|
id: root
|
|
color: "darkblue"
|
|
}
|
|
|