The QKeySequenceWidget is a widget to input a QKeySequence.
This widget lets the user choose a QKeySequence, which i s 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.
QKeySequenceWidget might be usable in all environments where you find Qt.
QKeySequenceWidget requires Qt 4.5.x or newer.
Read the page Using the QKeySequenceWidget to obtain how to integrate SingleApplication with your project.
QKeySequenceWidget is distributed under the terms of the BSD License.
Author: Artem Galichkin