21#ifndef GUI_CSSEDITOR_H
22#define GUI_CSSEDITOR_H
24#include "Gui/Utils/Widgets/Dialog.h"
25#include "Utils/Pimpl.h"
44 void darkModeToggled(
bool b);
47 void showEvent(QShowEvent* e)
override;
48 void skinChanged()
override;
Definition GUI_CssEditor.h:31