1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-10 13:57:31 +08:00
This commit is contained in:
朱子楚\zhuzi 2024-03-24 12:45:34 +08:00
parent 3257f59c68
commit 0ca486dfa1
4 changed files with 4 additions and 4 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -52,7 +52,7 @@ Window {
if(autoDestory){
destoryOnClose()
}else{
visible = false
window.visibility = Window.Hidden
event.accepted = false
}
}

@ -21,7 +21,7 @@ FluWindow {
}
}
closeListener: function(event){
visible = false
control.visibility = Window.Hidden
event.accepted = false
}
Connections{

@ -51,7 +51,7 @@ Window {
if(autoDestory){
destoryOnClose()
}else{
visible = false
window.visibility = Window.Hidden
event.accepted = false
}
}

@ -21,7 +21,7 @@ FluWindow {
}
}
closeListener: function(event){
visible = false
control.visibility = Window.Hidden
event.accepted = false
}
Connections{