initial commit

This commit is contained in:
2019-10-09 14:00:35 +02:00
parent cee60c1a25
commit 3b18cfe7fa
6 changed files with 431 additions and 28 deletions
+8
View File
@@ -2,6 +2,9 @@
#define COMMON_H
#include <QColor>
#define COL_DAY1 0
#define COL_PUBLIC_HOLIDAY 1
#define COL_COME1 2
@@ -20,5 +23,10 @@
#define COL_HOURS_DEC 15
#define COL_DAY2 16
#define COLOR_GLEITZEIT QColor(191, 191, 255)
#define COLOR_URLAUB QColor(127, 127, 255)
#define COLOR_SONDERURLAUB QColor(127, 127, 255)
#define COLOR_KRANK QColor(Qt::yellow)
#define COLOR_WEEKEND QColor(255, 165, 0)
#endif // COMMON_H