chore: remove the useless file

This commit is contained in:
wuhai 2024-01-23 11:33:00 +08:00
parent d26a6adb8e
commit fb64a9327d

View File

@ -1,14 +0,0 @@
import QtQuick
import QtQuick.Controls
ApplicationWindow {
title: "Demo"
width: 800
height: 600
visible: true
//flags: Qt.FramelessWindowHint | Qt.Window
//color: "transparent"
//color: "#00000000"
flags: Qt.FramelessWindowHint
color: 'transparent'
}