Qt: Allow custom stylesheets

This commit is contained in:
spycrab
2018-05-06 18:25:37 +02:00
parent c3d88a622d
commit 0170052f5d
8 changed files with 98 additions and 3 deletions

View File

@ -8,6 +8,7 @@
class QCheckBox;
class QComboBox;
class QLabel;
class QVBoxLayout;
class InterfacePane final : public QWidget
@ -28,8 +29,11 @@ private:
QComboBox* m_combobox_language;
QComboBox* m_combobox_theme;
QComboBox* m_combobox_userstyle;
QLabel* m_label_userstyle;
QCheckBox* m_checkbox_top_window;
QCheckBox* m_checkbox_use_builtin_title_database;
QCheckBox* m_checkbox_use_userstyle;
QCheckBox* m_checkbox_show_debugging_ui;
QCheckBox* m_checkbox_confirm_on_stop;