1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
ScreenPlay/Content/wallpaper_landscape/main.qml

16 lines
227 B
QML
Raw Normal View History

2023-02-18 14:30:06 +01:00
// SPDX-License-Identifier: BSD-3-Clause
import QtQuick
import QtQuick.Effects
import QtQuick.Particles
Item {
id: root
anchors.fill: parent
Rectangle {
anchors.fill: parent
color: "gray"
}
}