swift
|
Hotkey dialog. More...
Public Member Functions | |
CHotkeyDialog (const swift::misc::input::CActionHotkey &actionHotkey, const swift::misc::CIdentifierList &identifiers, QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CHotkeyDialog () |
Destructor. | |
swift::misc::input::CActionHotkey | getSelectedActionHotkey () const |
Get hotkey selected by user. | |
void | initStyleSheet () |
Init style sheet. | |
virtual void | accept () |
Static Public Member Functions | |
static swift::misc::input::CActionHotkey | getActionHotkey (const swift::misc::input::CActionHotkey &initial, const swift::misc::CIdentifierList &identifiers, QWidget *parent=nullptr) |
Runs the hotkey dialog and returns the result. | |
Hotkey dialog.
Definition at line 62 of file hotkeydialog.h.
|
virtual |
Definition at line 260 of file hotkeydialog.cpp.