basic theme changing

This commit is contained in:
Blue 2022-01-21 22:02:50 +03:00
parent a8a7ce2538
commit c708c33a92
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 108 additions and 4 deletions

View file

@ -3,6 +3,7 @@
#include <QWidget>
#include <QScopedPointer>
#include <QVariant>
namespace Ui
{
@ -19,6 +20,9 @@ public:
PageGeneral(QWidget* parent = nullptr);
~PageGeneral();
signals:
void variableModified(const QString& key, const QVariant& value);
private:
QScopedPointer<Ui::PageGeneral> m_ui;
};