1
0

qml: add HelpDialog and HelpButton for showing additional info

This commit is contained in:
Sander van Grieken
2024-02-23 10:28:11 +01:00
parent 5e472117df
commit b0227c7e03
3 changed files with 88 additions and 0 deletions

View File

@@ -361,6 +361,14 @@ ApplicationWindow
}
}
property alias helpDialog: _helpDialog
Component {
id: _helpDialog
HelpDialog {
onClosed: destroy()
}
}
property alias passwordDialog: _passwordDialog
Component {
id: _passwordDialog