justcheckers/Board.qml

7 lines
79 B
QML
Raw Normal View History

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