fix qml warning
This commit is contained in:
parent
7f54dd42b4
commit
6939d2a093
@ -4,7 +4,7 @@ import QtQuick.Controls 2.12
|
|||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
flags: flags | Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
flags: Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
||||||
visible: true
|
visible: true
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import QtQuick.Controls 2.12
|
|||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
flags: flags | Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
flags: Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
||||||
visible: true
|
visible: true
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import QtQuick.Layouts 1.15
|
|||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
flags: flags | Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
flags: Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint
|
||||||
visible: true
|
visible: true
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import QtQuick.Layouts 1.15
|
|||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
flags: flags | Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint | Qt.WindowTransparentForInput
|
flags: Qt.WindowStaysOnTopHint | Qt.Tool | Qt.FramelessWindowHint | Qt.WindowTransparentForInput
|
||||||
|
|
||||||
color: "#bb000000"
|
color: "#bb000000"
|
||||||
visible: true
|
visible: true
|
||||||
|
Reference in New Issue
Block a user