修改
This commit is contained in:
parent
4ce8544582
commit
fa195e72ce
@ -7,6 +7,9 @@ Popup {
|
||||
y:80
|
||||
|
||||
|
||||
function show() {
|
||||
popup.visible = true;
|
||||
}
|
||||
width: bgRect.width
|
||||
height: bgRect.height
|
||||
|
||||
@ -15,6 +18,7 @@ Popup {
|
||||
implicitHeight: bgRect.height
|
||||
}
|
||||
|
||||
|
||||
modal: true
|
||||
focus: true
|
||||
closePolicy: /*Popup.CloseOnEscape | */Popup.CloseOnPressOutsideParent
|
||||
|
Loading…
x
Reference in New Issue
Block a user