aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-28 16:35:42 -0700
committerChris Robinson <[email protected]>2016-03-28 16:35:42 -0700
commitca309e685e88244c3b380acd5eabbc65364665b2 (patch)
tree2eaa31823e503ef6e5f932c593e21998ab4e30e4 /utils/alsoft-config/mainwindow.h
parent34539bc973fc6ee525a4ba21f5653820e62004ae (diff)
Add a config dialog tab for decoder options
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);