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