comparison main/PreferencesDialog.h @ 2467:a0d0657aabfc

Merge from branch background-mode
author Chris Cannam
date Fri, 24 Jan 2020 15:13:43 +0000
parents 2197ba438a3f
children cbde01e5c626
comparison
equal deleted inserted replaced
2456:2508e661e544 2467:a0d0657aabfc
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;
114 int m_spectrogramSmoothing; 116 int m_spectrogramSmoothing;
115 int m_spectrogramXSmoothing; 117 int m_spectrogramXSmoothing;
116 int m_spectrogramGColour; 118 int m_spectrogramGColour;
117 int m_spectrogramMColour; 119 int m_spectrogramMColour;
118 int m_colour3DColour; 120 int m_colour3DColour;
121 bool m_overviewColourIsSet;
119 QColor m_overviewColour; 122 QColor m_overviewColour;
120 int m_propertyLayout; 123 int m_propertyLayout;
121 double m_tuningFrequency; 124 double m_tuningFrequency;
122 int m_audioImplementation; 125 int m_audioImplementation;
123 int m_audioPlaybackDevice; 126 int m_audioPlaybackDevice;