Add window.makePopup(), utils.makePopup() wrapper
This commit is contained in:
@@ -57,6 +57,15 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
function makePopup(
|
||||
urlComponent, properties={}, callback=null, autoDestruct=true,
|
||||
) {
|
||||
utils.makePopup(
|
||||
urlComponent, window, properties, callback, autoDestruct,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
flags: Qt.WA_TranslucentBackground
|
||||
minimumWidth: theme ? theme.minimumSupportedWidth : 240
|
||||
|
Reference in New Issue
Block a user