21 #ifndef SAYONARAWIDGETTEMPLATE_H 22 #define SAYONARAWIDGETTEMPLATE_H 24 #include "GUI/Utils/GuiClass.h" 26 #include "Utils/Settings/SayonaraClass.h" 27 #include "Utils/Settings/SettingNotifier.h" 28 #include "Utils/Settings/SettingKey.h" 34 #define combo_current_index_changed_int static_cast<void (QComboBox::*) (int)>(&QComboBox::currentIndexChanged) 35 #define combo_activated_int static_cast<void (QComboBox::*) (int)>(&QComboBox::activated) 36 #define spinbox_value_changed_int static_cast<void (QSpinBox::*) (int)>(&QSpinBox::valueChanged) 53 template<
typename... Args>
55 T(std::forward<Args>(args)...),
71 virtual void language_changed() {}
72 virtual void skin_changed() {}
74 virtual void showEvent(QShowEvent* e)
override 84 #endif // SAYONARAWIDGETTEMPLATE_H Definition: GUI_ControlsBase.h:43
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29