forked from ghostfox/qyouradio
Restructure project
This commit is contained in:
10
qyouradio/QYRComponents/ApplicationWindow.qml
Normal file
10
qyouradio/QYRComponents/ApplicationWindow.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick 6.8
|
||||
import QtQuick.Controls 6.8 as QC
|
||||
|
||||
QC.ApplicationWindow {
|
||||
visible: true
|
||||
|
||||
background: Rectangle {
|
||||
color: Colors.background
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user