add context panel

This commit is contained in:
AndreaRigoni
2026-03-21 20:14:29 +00:00
parent add9d37aea
commit a8f786d8d1
14 changed files with 381 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
#ifndef STYLEMANAGER_H
#define STYLEMANAGER_H
#include <QString>
class QApplication;
class StyleManager {
public:
static void applyStyle(QApplication* app, const QString& themeName);
};
#endif // STYLEMANAGER_H