Version 2 // Add detailled breaks

This commit is contained in:
Aurélie Delhaie
2021-10-18 22:46:59 +02:00
parent 102f720d29
commit b07b7b69eb
26 changed files with 1117 additions and 808 deletions

View File

@@ -26,24 +26,31 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
sources/aboutbox.cpp \
sources/breakdialog.cpp \
sources/breakpoint.cpp \
sources/day.cpp \
sources/main.cpp \
sources/mainwindow.cpp \
sources/setdaydialog.cpp \
sources/tools.cpp \
sources/week.cpp \
sources/welcome.cpp
sources/welcome.cpp \
sources/year.cpp
HEADERS += \
sources/aboutbox.h \
sources/breakdialog.h \
sources/breakpoint.h \
sources/day.h \
sources/mainwindow.h \
sources/setdaydialog.h \
sources/tools.h \
sources/week.h \
sources/welcome.h
sources/welcome.h \
sources/year.h
FORMS += \
ui/breakdialog.ui \
ui/aboutbox.ui \
ui/mainwindow.ui \
ui/setdaydialog.ui \