aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r--utils/alsoft-config/mainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h
index 65e6e1b6..3bf2fb83 100644
--- a/utils/alsoft-config/mainwindow.h
+++ b/utils/alsoft-config/mainwindow.h
@@ -35,6 +35,14 @@ private slots:
void updatePeriodCountEdit(int size);
void updatePeriodCountSlider();
+ void toggleHqState(int state);
+
+ void selectQuadDecoderFile();
+ void select51DecoderFile();
+ void select51RearDecoderFile();
+ void select61DecoderFile();
+ void select71DecoderFile();
+
void updateJackBufferSizeEdit(int size);
void updateJackBufferSizeSlider();
@@ -68,6 +76,8 @@ private:
void closeEvent(QCloseEvent *event);
+ void selectDecoderFile(QLineEdit *line, const char *name);
+
QStringList collectHrtfs();
void loadConfig(const QString &fname);