wip: ini parse baseline
This commit is contained in:
parent
8e93120555
commit
8e07b1efdd
9 changed files with 356 additions and 27 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "qtcommon.h"
|
||||
#include "contclasses.h"
|
||||
#include "settings.h"
|
||||
|
||||
class MeterSlider;
|
||||
|
||||
|
|
@ -100,7 +101,7 @@ public:
|
|||
EndpointWidget(EndpointHandler* eph, QWidget *parent = nullptr, uint64_t idx = INT_MAX);
|
||||
//QSize minimumSizeHint() const override;
|
||||
//void setMinimum(uint64_t height, double heightRatio);
|
||||
|
||||
void updateChannelsVisibility();
|
||||
EndpointHandler* getEndpointHandler();
|
||||
std::map<Roles, ExtendedCheckBox*> getDefaultRolesWidgets();
|
||||
|
||||
|
|
@ -167,10 +168,11 @@ public:
|
|||
|
||||
private:
|
||||
QGridLayout *widgetLayout;
|
||||
QPushButton *about;
|
||||
//QPushButton *about;
|
||||
#ifdef WIN32
|
||||
QPushButton *openCP;
|
||||
QPushButton *startup;
|
||||
QCheckBox *startup;
|
||||
QCheckBox *channels;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue