initial commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user