Close user profile dialog on Esc
This commit is contained in:
parent
c3fa592018
commit
58dc79074c
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ ApplicationWindow {
|
|||
palette: colors
|
||||
color: colors.window
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Cancel
|
||||
onActivated: userProfileDialog.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: contentL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue