dynamically updated session name
This commit is contained in:
parent
170d52067b
commit
0880305b23
11 changed files with 51 additions and 36 deletions
|
|
@ -86,7 +86,7 @@ Q_OBJECT
|
|||
public:
|
||||
SessionWidget(uint64_t idx, SessionHandler* sh, QWidget *parent /* = nullptr */);
|
||||
~SessionWidget();
|
||||
void setSize(uint64_t width, uint64_t height);
|
||||
void calculateSize(uint64_t width, uint64_t height);
|
||||
public slots:
|
||||
void updateMainVolume(int newValue);
|
||||
void updateMute(int checked);
|
||||
|
|
@ -135,7 +135,7 @@ public:
|
|||
void setIndex(uint64_t idx);
|
||||
uint64_t getIndex();
|
||||
//void setVolume(int channel, float volume);
|
||||
void setSize(uint64_t width, uint64_t height);
|
||||
void calculateSize(uint64_t width, uint64_t height);
|
||||
|
||||
~EndpointWidget();
|
||||
//void updateMainVolume(float newValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue