This commit is contained in:
Alexis Delhaie
2020-08-10 22:54:24 +02:00
parent 68f44834de
commit 63bd4b15f4
5 changed files with 785 additions and 32 deletions

View File

@@ -43,6 +43,13 @@ private:
void init();
void open_save();
void save_to_file();
// UI Update
void updateStartLabel();
void updateBreakLabel();
void updateEndLabel();
void highlightDayOfWeek();
QString get_save_file_path();
Identifier get_identifier(QString objectName);
Day modify_value(Day);