Move themes to PreferenceEditor

This commit is contained in:
BigBahss
2020-11-16 09:35:55 -05:00
parent ea9cfa47e5
commit 662fb2a367
7 changed files with 54 additions and 45 deletions

View File

@@ -3,6 +3,7 @@
#include <QMainWindow>
class NoScrollComboBox;
class QAbstractButton;
@@ -18,8 +19,13 @@ public:
explicit PreferenceEditor(QWidget *parent = nullptr);
~PreferenceEditor();
signals:
void preferencesSaved();
void themeChanged(const QString &theme);
private:
Ui::PreferenceEditor *ui;
NoScrollComboBox *themeSelector;
void populateFields();
void saveFields();