32class GUI_IconPreferences :
36 PIMPL(GUI_IconPreferences)
37 UI_CLASS(GUI_IconPreferences)
40 explicit GUI_IconPreferences(QWidget* parent =
nullptr);
41 virtual ~GUI_IconPreferences();
44 void languageChanged()
override;
45 void showEvent(QShowEvent* e)
override;
48 QString actionName()
const;
57 void themeChanged(
const QString& theme);
58 void radioButtonToggled(
bool b);