|
Sayonara Player
|
The delegate class for displaying a shortcut. More...
#include <GUI_ShortcutEntry.h>
Public Slots | |
| void | commit () |
| void | clear () |
| void | revert () |
Signals | |
| void | sigTestPressed (const QList< QKeySequence > &sequences) |
| signal is emitted when the test button is pressed More... | |
| void | sigSequenceEntered () |
| void | sigShown () |
| void | sigClosed () |
Public Member Functions | |
| GUI_ShortcutEntry (ShortcutIdentifier identifier, QWidget *parent=nullptr) | |
| QList< QKeySequence > | sequences () const |
| void | showSequenceError () |
| Dialog * | boxIntoDialog () |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *e) override |
| virtual void | closeEvent (QCloseEvent *e) override |
Protected Attributes | |
| Dialog * | mBoxedDialog =nullptr |
The delegate class for displaying a shortcut.
|
overrideprotectedvirtualinherited |
Reimplemented from Gui::WidgetTemplate< QWidget >.
Reimplemented in Preferences::Base.
|
signal |
signal is emitted when the test button is pressed
| sequences | list of sequences mapped to a specific shortcut |