qml: wizard support for back button
This commit is contained in:
@@ -8,6 +8,10 @@ Dialog {
|
||||
property bool allowClose: true
|
||||
property string iconSource
|
||||
|
||||
function doClose() {
|
||||
close()
|
||||
}
|
||||
|
||||
onOpenedChanged: {
|
||||
if (opened) {
|
||||
app.activeDialogs.push(abstractdialog)
|
||||
|
||||
Reference in New Issue
Block a user