phantom header and default role recollection
This commit is contained in:
parent
cb17bcb435
commit
5638f2e1f3
10 changed files with 354 additions and 46 deletions
|
|
@ -76,6 +76,8 @@ public:
|
|||
std::vector<QLabel*> channelLabels;
|
||||
QGridLayout *layout = nullptr;
|
||||
QGridLayout *mainMuteLayout = nullptr;
|
||||
std::map<Roles, QCheckBox*> defaultRolesCheckBoxes;
|
||||
|
||||
//void updateMainVolume(float newValue);
|
||||
//void updateVolume(uint32_t channel, float newValue);
|
||||
//void updateMute(bool muted);
|
||||
|
|
@ -88,6 +90,7 @@ public slots:
|
|||
void updateMute(int checked);
|
||||
|
||||
private:
|
||||
size_t defaultRolesVectorSize = 4;
|
||||
QTimer* timer = nullptr;
|
||||
uint64_t idx;
|
||||
//std::vector<EndpointHandler*> *ephs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue