This commit is contained in:
AJ
2024-06-24 12:00:13 +02:00
parent 0d1459f395
commit d27c4cedc1
4 changed files with 75 additions and 35 deletions

View File

@@ -9,6 +9,8 @@ class PlanGrid : public QWidget {
private:
QString weekdays[5];
QString times[10];
void populateGrid();
protected:
QGridLayout* gridLayout;
QMap<QPair<QString, QString>, QLabel*>* planMap;