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 languageChanged();
58 virtual void skinChanged();
75 virtual void languageChanged();
76 virtual void skinChanged();
94 template<
typename... Args>
104 virtual void showEvent(QShowEvent* e)
override