6 lines
70 B
QML
6 lines
70 B
QML
import QtQuick 2.12
|
|
|
|
Shortcut {
|
|
context: Qt.ApplicationShortcut
|
|
}
|