This website requires JavaScript.
Explore
Help
Register
Sign In
Zergling_man
/
moment
Watch
1
Star
0
Fork
0
You've already forked moment
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d3ee39bf7b
moment
/
src
/
gui
/
Base
/
HShortcut.qml
6 lines
70 B
QML
Raw
Normal View
History
Unescape
Escape
HShortcutHandler & HShortcut components Provide more powerful shortcuts handling than what's available with QML's Shortcut component, notably being able to react differently to key presses, releases and auto-repeats.
2019-08-23 03:03:26 +10:00
import
QtQuick
2.12
Use normal QtQuick.Shortcut
2019-12-09 03:42:40 +11:00
Shortcut
{
context:
Qt
.
ApplicationShortcut
HShortcutHandler & HShortcut components Provide more powerful shortcuts handling than what's available with QML's Shortcut component, notably being able to react differently to key presses, releases and auto-repeats.
2019-08-23 03:03:26 +10:00
}
Reference in New Issue
Copy Permalink