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

7 lines
79 B
QML
Raw Normal View History

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