mute city boton momento

This commit is contained in:
Hane 2023-02-16 20:34:54 +01:00
commit 308a0486b6
7 changed files with 50 additions and 7 deletions

View file

@ -8,6 +8,7 @@
#include <QLabel>
#include <QSlider>
#include <QGridLayout>
#include <QPushButton>
#include "contclasses.h"
//#include <Q>
//#include <QWidgets>
@ -20,14 +21,16 @@ public:
EndpointWidget(EndpointHandler* eph, QWidget *parent = nullptr);
//void populateEndpointWidget(EndpointHandler *eph);
//void setEndpointHandlers(std::vector<EndpointHandler*> *ephs);
private:
EndpointHandler* eph;
QPushButton *muteButton = nullptr;
QLabel *mainLabel = nullptr, *leftChannelLabel = nullptr, *rightChannelLabel = nullptr;
QSlider *mainSlider = nullptr;
QSlider *leftChannelSlider = nullptr;
QSlider *rightChannelSlider = nullptr;
QGridLayout *layout = nullptr;
QGridLayout *mainMuteLayout = nullptr;
//std::vector<EndpointHandler*> *ephs;
//std::vector<QSlider> *sliders;