diff options
author | Chris Robinson <[email protected]> | 2016-02-22 03:05:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-22 03:05:13 -0800 |
commit | 9d94f792de3c1bcd8260c0510c63ab5656ce07bf (patch) | |
tree | a0b6ce9ad63bd6c7be4c0f5b77382e4a420b4c93 /utils/alsoft-config/mainwindow.h | |
parent | bd233c8cdbd4ce8e0cf92b0af06c2309d360bfba (diff) |
Restructure alsoft-config UI
The HRTF stuff is moved to its own tab, and a Preferred HRTF combo box is added
for future use. The resampler option is moved to the main Playback tab, and
some options are moved to an Advanced Settings section on the tab.
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index b5a1ae7c..0f94c0ce 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -22,6 +22,8 @@ private slots: void saveConfigAsFile(); void loadConfigFromFile(); + void updateResamplerLabel(int num); + void updatePeriodSizeEdit(int size); void updatePeriodSizeSlider(); void updatePeriodCountEdit(int size); |