6 #ifndef SWIFT_GUI_COMPONENTS_SETTINGSHOTKEYCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSHOTKEYCOMPONENT_H
11 #include <QScopedPointer>
12 #include <QWizardPage>
24 class CSettingsHotkeyComponent;
44 void registerDummyPttEntry();
47 void reloadHotkeysFromSettings();
53 void hotkeySlot(
bool keyDown);
63 QScopedPointer<Ui::CSettingsHotkeyComponent> ui;
69 &CSettingsHotkeyComponent::hotkeySlot };
81 using QWizardPage::QWizardPage;
CActionBind binds a member function to an action.
Wizard page for CConfigSimulatorComponent.
void setConfigComponent(CSettingsHotkeyComponent *config)
Set config.
virtual void initializePage()
virtual bool validatePage()
void reloadHotkeysFromSettings()
Reload keys from settings.
Value object encapsulating a list of object identifiers.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.