1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-07 09:47:07 +02:00
ScreenPlay/ScreenPlayWindow/main.qml
2018-01-31 21:54:25 +01:00

7 lines
79 B
QML

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