Logo
Explore Help
Register Sign In
Zergling_man/moment
Zergling_man/moment
1
0
Fork 0
You've already forked moment
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moment/src/qml/Base/HShortcut.qml

11 lines
232 B
QML
Raw Normal View History

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-22 13:03:26 -04:00
import QtQuick 2.12
QtObject {
signal pressed(var event)
signal held(var event)
signal released(var event)
property bool enabled: true
Fix HShortcutHandler not processing shortcuts
2019-08-31 15:34:05 -04:00
property var sequences: "" // shortcut string array of shortcut strings
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-22 13:03:26 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 72ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API