mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
2a514b52bd
commit
f56f16c858
@ -13,11 +13,13 @@ FluWindow {
|
|||||||
height: 400
|
height: 400
|
||||||
fixSize: true
|
fixSize: true
|
||||||
showMinimize: false
|
showMinimize: false
|
||||||
showStayTop: false
|
|
||||||
stayTop:true
|
|
||||||
|
|
||||||
property string crashFilePath
|
property string crashFilePath
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
window.stayTop = true
|
||||||
|
}
|
||||||
|
|
||||||
onInitArgument:
|
onInitArgument:
|
||||||
(argument)=>{
|
(argument)=>{
|
||||||
crashFilePath = argument.crashFilePath
|
crashFilePath = argument.crashFilePath
|
||||||
|
@ -13,11 +13,13 @@ FluWindow {
|
|||||||
height: 400
|
height: 400
|
||||||
fixSize: true
|
fixSize: true
|
||||||
showMinimize: false
|
showMinimize: false
|
||||||
showStayTop: false
|
|
||||||
stayTop:true
|
|
||||||
|
|
||||||
property string crashFilePath
|
property string crashFilePath
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
window.stayTop = true
|
||||||
|
}
|
||||||
|
|
||||||
onInitArgument:
|
onInitArgument:
|
||||||
(argument)=>{
|
(argument)=>{
|
||||||
crashFilePath = argument.crashFilePath
|
crashFilePath = argument.crashFilePath
|
||||||
|
Loading…
Reference in New Issue
Block a user