Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.h @ 2457:a94b289f0b93 background-mode
Re-enable background mode switching, and make some fixes to it
author | Chris Cannam |
---|---|
date | Fri, 17 Jan 2020 13:51:22 +0000 |
parents | 9fbaf30a09ab |
children | 2197ba438a3f |
comparison
equal
deleted
inserted
replaced
2456:2508e661e544 | 2457:a94b289f0b93 |
---|---|
26 class QPushButton; | 26 class QPushButton; |
27 class QLineEdit; | 27 class QLineEdit; |
28 class QTabWidget; | 28 class QTabWidget; |
29 class QComboBox; | 29 class QComboBox; |
30 class PluginPathConfigurator; | 30 class PluginPathConfigurator; |
31 class ColourComboBox; | |
31 | 32 |
32 class PreferencesDialog : public QDialog | 33 class PreferencesDialog : public QDialog |
33 { | 34 { |
34 Q_OBJECT | 35 Q_OBJECT |
35 | 36 |
96 QTabWidget *m_tabs; | 97 QTabWidget *m_tabs; |
97 QMap<Tab, int> m_tabOrdering; | 98 QMap<Tab, int> m_tabOrdering; |
98 | 99 |
99 QLineEdit *m_tempDirRootEdit; | 100 QLineEdit *m_tempDirRootEdit; |
100 | 101 |
102 ColourComboBox *m_overviewColourCombo; | |
101 QComboBox *m_audioPlaybackDeviceCombo; | 103 QComboBox *m_audioPlaybackDeviceCombo; |
102 QComboBox *m_audioRecordDeviceCombo; | 104 QComboBox *m_audioRecordDeviceCombo; |
103 void rebuildDeviceCombos(); | 105 void rebuildDeviceCombos(); |
104 | 106 |
105 PluginPathConfigurator *m_pluginPathConfigurator; | 107 PluginPathConfigurator *m_pluginPathConfigurator; |