mute city boton momento
This commit is contained in:
parent
6213f9250d
commit
308a0486b6
7 changed files with 50 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue