23 #ifndef GUI_ICONPREFERENCES_H 24 #define GUI_ICONPREFERENCES_H 26 #include "Gui/Utils/Widgets/Widget.h" 27 #include "Utils/Pimpl.h" 45 void languageChanged()
override;
46 void showEvent(QShowEvent* e)
override;
49 QString actionName()
const;
58 void themeChanged(
const QString& theme);
59 void radioButtonToggled(
bool b);
62 #endif // GUI_ICONPREFERENCES_H Definition: GUI_IconPreferences.h:32