qml: add HelpDialog and HelpButton for showing additional info
This commit is contained in:
@@ -361,6 +361,14 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
property alias helpDialog: _helpDialog
|
||||
Component {
|
||||
id: _helpDialog
|
||||
HelpDialog {
|
||||
onClosed: destroy()
|
||||
}
|
||||
}
|
||||
|
||||
property alias passwordDialog: _passwordDialog
|
||||
Component {
|
||||
id: _passwordDialog
|
||||
|
||||
Reference in New Issue
Block a user