Qt: Hook up audio settings (buffer size/count, volume, mute)

This commit is contained in:
Connor McLaughlin
2020-05-10 00:44:56 +10:00
parent c329f58afe
commit 5aacfa7be3
3 changed files with 100 additions and 7 deletions

View File

@@ -14,6 +14,10 @@ public:
explicit AudioSettingsWidget(QtHostInterface* host_interface, QWidget* parent = nullptr);
~AudioSettingsWidget();
private Q_SLOTS:
void updateBufferingLabel();
void updateVolumeLabel();
private:
Ui::AudioSettingsWidget m_ui;