This commit is contained in:
AJ
2024-07-03 14:41:51 +02:00
parent 72902fcb72
commit c77533dbd5
17 changed files with 1684 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
# include <QLabel>
# include <QDateTime>
# include "../../Controller/PlanGridController/PlanGridController.hpp"
# include "../Widgets/GridItem.hpp"
class PlanGrid : public QWidget {
Q_OBJECT
@@ -17,4 +18,4 @@ protected:
QMap<QPair<QString, QString>, QLabel*>* planMap;
public:
PlanGrid(QWidget* parent = nullptr);
};
};