Description: The QKeySequenceWidget is a widget to input a QKeySequence.
This widget lets the user choose a QKeySequence, which is usually used as a shortcut key. The recording is initiated by calling captureKeySequence() or the user clicking into the widget.
The QKeySequenceWidget is based on code KKeySequenceWidget from KDE project. But it not needs kde libraries for building and working.Last changelog:
v1.0.1 - Release under dual licensing, BSD and GPLv3 v1.0. - first public release:
Ratings & Comments
2 Comments
This widget does not support number pad keys. You'll need to add the Qt::KeypadModifier flag in a few places.
Thanks. I'a add it in the soon.