forked from ghostfox/qyouradio
11 lines
165 B
QML
11 lines
165 B
QML
import QtQuick 6.8
|
|
import QtQuick.Controls 6.8 as QC
|
|
|
|
QC.ApplicationWindow {
|
|
visible: true
|
|
|
|
background: Rectangle {
|
|
color: Colors.background
|
|
}
|
|
}
|