1
0
Fork 0
forked from blue/squawk

color theme setting is now working

This commit is contained in:
Blue 2022-01-27 20:44:32 +03:00
parent 0ff9f12157
commit da19eb86bb
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
13 changed files with 142 additions and 33 deletions

View file

@ -29,11 +29,13 @@ signals:
void variableModified(const QString& key, const QVariant& value);
protected slots:
void onStyleChanged(int index);
void onThemeChanged(int index);
private:
QScopedPointer<Ui::PageAppearance> m_ui;
std::vector<QString> styles;
std::vector<QString> themes;
};
#endif // PAGEAPPEARANCE_H