Update Plangrid to make each Box 2h

This commit is contained in:
AJ
2024-07-06 11:41:11 +02:00
parent c77533dbd5
commit f40978e79f
8 changed files with 1419 additions and 1440 deletions

View File

@@ -10,7 +10,7 @@ class PlanGrid : public QWidget {
Q_OBJECT
private:
QString weekdays[5];
QString times[10];
QString times[5];
void populateGrid();
protected: