justcheckers/Board.qml

7 lines
79 B
QML

import QtQuick 2.0
Rectangle {
anchors.fill: parent
color: "orange"
}