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

12 lines
218 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)
Adapt auto-repeat shortcuts to new system
2019-08-22 14:16:49 -04:00
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
property bool enabled: true
property var sequences: "" // string or array of strings
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 58ms Template: 4ms
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