initial release

This commit is contained in:
2019-10-10 17:27:43 +02:00
parent 3b18cfe7fa
commit 3efda858ef
12 changed files with 961 additions and 76 deletions
+13 -9
View File
@@ -13,15 +13,19 @@
#define COL_GO2 5
#define COL_COME3 6
#define COL_GO3 7
#define COL_BREAK 8
#define COL_CODE 9
#define COL_IS 10
#define COL_SHOULD 11
#define COL_DIFF 12
#define COL_INFORMATION 13
#define COL_CURRENT 14
#define COL_HOURS_DEC 15
#define COL_DAY2 16
#define COL_COME4 8
#define COL_GO4 9
#define COL_COME5 10
#define COL_GO5 11
#define COL_BREAK 12
#define COL_CODE 13
#define COL_IS 14
#define COL_SHOULD 15
#define COL_DIFF 16
#define COL_INFORMATION 17
#define COL_CURRENT 18
#define COL_HOURS_DEC 19
#define COL_DAY2 20
#define COLOR_GLEITZEIT QColor(191, 191, 255)
#define COLOR_URLAUB QColor(127, 127, 255)