21#ifndef GUI_ICONPREFERENCES_H
22#define GUI_ICONPREFERENCES_H
24#include "Gui/Utils/Widgets/Widget.h"
25#include "Utils/Pimpl.h"
42 [[nodiscard]] QString actionName()
const;
48 void languageChanged()
override;
49 void showEvent(QShowEvent* e)
override;
55 void themeChanged(
const QString& theme);
56 void radioButtonToggled(
bool b);
Definition: GUI_IconPreferences.h:32