1 #ifndef GUI_CSSEDITOR_H
2 #define GUI_CSSEDITOR_H
4 #include "Gui/Utils/Widgets/Dialog.h"
5 #include "Utils/Pimpl.h"
24 void darkModeToggled(
bool b);
27 void showEvent(QShowEvent* e)
override;
28 void skinChanged()
override;
Definition: GUI_CssEditor.h:11