Close user profile dialog on Esc
This commit is contained in:
parent
c3fa592018
commit
58dc79074c
@ -18,6 +18,11 @@ ApplicationWindow {
|
|||||||
palette: colors
|
palette: colors
|
||||||
color: colors.window
|
color: colors.window
|
||||||
|
|
||||||
|
Shortcut {
|
||||||
|
sequence: StandardKey.Cancel
|
||||||
|
onActivated: userProfileDialog.close()
|
||||||
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: contentL
|
id: contentL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user