The delegate class for displaying a shortcut.
More...
#include <GUI_ShortcutEntry.h>
|
void | commit () |
|
void | clear () |
|
void | revert () |
|
|
void | sigTestPressed (const QList< QKeySequence > &sequences) |
| signal is emitted when the test button is pressed More...
|
|
void | sigSequenceEntered () |
|
void | sigShown () |
|
void | sigClosed () |
|
|
| GUI_ShortcutEntry (ShortcutIdentifier identifier, QWidget *parent=nullptr) |
|
QList< QKeySequence > | sequences () const |
|
void | showSequenceError () |
|
Dialog * | boxIntoDialog () |
|
|
virtual void | showEvent (QShowEvent *e) override |
|
virtual void | closeEvent (QCloseEvent *e) override |
|
|
Dialog * | mBoxedDialog =nullptr |
|
The delegate class for displaying a shortcut.
◆ sigTestPressed
void GUI_ShortcutEntry::sigTestPressed |
( |
const QList< QKeySequence > & |
sequences | ) |
|
|
signal |
signal is emitted when the test button is pressed
- Parameters
-
sequences | list of sequences mapped to a specific shortcut |