global h, slidy boi starts where it should, name

This commit is contained in:
Hane 2023-02-10 22:48:46 +01:00
commit e61c600019
10 changed files with 77 additions and 16 deletions

View file

@ -8,6 +8,7 @@
#include <QLabel>
#include <QSlider>
#include <QGridLayout>
//#include "global.h"
#include "contclasses.h"
//#include <Q>
//#include <QWidgets>
@ -19,13 +20,14 @@ class MainWindow : public QMainWindow {
public:
MainWindow(std::vector<EndpointHandler*> *ephs, QWidget *parent = nullptr);
void setEndpointHandlers(std::vector<EndpointHandler*> *ephs);
private:
std::vector<EndpointHandler*> *ephs;
std::vector<QSlider> *sliders;
QWidget *widget;
QGridLayout *layout;
QLabel *pintas;
//QLabel *pintas;
//public slots:
// void setEndpointHandlers(std::vector<EndpointHandler*> *ephs);