21 #ifndef SAYONARAWIDGETTEMPLATE_H 22 #define SAYONARAWIDGETTEMPLATE_H 24 #include "Gui/Utils/GuiClass.h" 32 #define combo_current_index_changed_int static_cast<void (QComboBox::*) (int)>(&QComboBox::currentIndexChanged) 33 #define combo_activated_int static_cast<void (QComboBox::*) (int)>(&QComboBox::activated) 34 #define spinbox_value_changed_int static_cast<void (QSpinBox::*) (int)>(&QSpinBox::valueChanged) 38 class WidgetTemplateParent;
57 virtual void language_changed();
58 virtual void skin_changed();
75 virtual void language_changed();
76 virtual void skin_changed();
94 template<
typename... Args>
96 T(std::forward<Args>(args)...),
104 virtual void showEvent(QShowEvent* e)
override 114 #endif // SAYONARAWIDGETTEMPLATE_H