mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:35:14 +02:00
12 lines
169 B
QML
12 lines
169 B
QML
import QtQuick 2.4
|
|
import QtQuick.Controls 1.3
|
|
import QtQuick.Controls.Styles 1.3
|
|
|
|
Item {
|
|
anchors.fill: parent
|
|
|
|
Rectangle {
|
|
anchors.fill: parent
|
|
color: "red"
|
|
}
|
|
}
|