more front work

This commit is contained in:
Hane 2024-04-09 20:00:04 +02:00
commit 2e76621616
9 changed files with 36 additions and 21 deletions

View file

@ -151,7 +151,8 @@ private:
int row;
const int sessionCol = 2;
QCheckBox *muteButton = nullptr;
QLabel *mainLabel = nullptr, *leftChannelLabel = nullptr, *rightChannelLabel = nullptr;
QLabel *mainLabel = nullptr;
QLabel *mainVolumeLabel = nullptr;
QSlider *mainSlider = nullptr;
std::vector<QSlider*> channelSliders;
std::vector<QLabel*> channelLabels;