added EinsatzplanFrame members
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
# include <QFrame>
|
||||
# include <QLabel>
|
||||
# include <QPushButton>
|
||||
# include "../PlanGrid/PlanGrid.hpp"
|
||||
|
||||
class EinsatzplanFrame : public QFrame{
|
||||
protected:
|
||||
QLabel* profileImg_m;
|
||||
QLabel* id_m;
|
||||
QLabel* einsatzplanLabel_m;
|
||||
|
||||
PlanGrid* planGrid_m;
|
||||
|
||||
QPushButton* abmeldenButton_m;
|
||||
QPushButton* createMemberButton_m;
|
||||
QPushButton* deleteMemberButton_m;
|
||||
QPushButton* createVeranstaltungButton_m;
|
||||
QPushButton* deleteVeranstaltungButton_m;
|
||||
|
||||
public:
|
||||
EinsatzplanFrame(QWidget* parent = nullptr, bool admin);
|
||||
|
||||
0
src/View/PlanGrid/PlanGrid.cpp
Normal file
0
src/View/PlanGrid/PlanGrid.cpp
Normal file
7
src/View/PlanGrid/PlanGrid.hpp
Normal file
7
src/View/PlanGrid/PlanGrid.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
# include <QWidget>
|
||||
|
||||
class PlanGrid : QWidget{
|
||||
protected:
|
||||
public:
|
||||
PlanGrid(QWidget* parent = nullptr);
|
||||
};
|
||||
Reference in New Issue
Block a user