forked from blue/squawk
basic theme changing
This commit is contained in:
parent
a8a7ce2538
commit
c708c33a92
8 changed files with 108 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue