mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: remove the useless file
This commit is contained in:
parent
d26a6adb8e
commit
fb64a9327d
@ -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'
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user