The delegate class for displaying a shortcut.
More...
#include <GUI_ShortcutEntry.h>
|
void | commit () |
|
void | clear () |
|
void | revert () |
|
|
void | sig_test_pressed (const QList< QKeySequence > &sequences) |
| signal is emitted when the test button is pressed More...
|
|
void | sig_sequence_entered () |
|
void | sig_shown () |
|
void | sig_closed () |
|
|
| GUI_ShortcutEntry (ShortcutIdentifier identifier, QWidget *parent=nullptr) |
|
QList< QKeySequence > | sequences () const |
|
void | show_sequence_error () |
|
Dialog * | box_into_dialog () |
|
|
virtual void | showEvent (QShowEvent *e) |
|
virtual void | closeEvent (QCloseEvent *e) |
|
|
Dialog * | _boxed_dialog =nullptr |
|
The delegate class for displaying a shortcut.
◆ sig_test_pressed
void GUI_ShortcutEntry::sig_test_pressed |
( |
const QList< QKeySequence > & |
sequences | ) |
|
|
signal |
signal is emitted when the test button is pressed
- Parameters
-
sequences | list of sequences mapped to a specific shortcut |