6 const constexpr
int STATUS_BAR_MSG_TIMEOUT{2000};
9 const constexpr
auto QSS_COLOR_GREEN{
"color: rgb(115, 210, 22);" };
10 const constexpr
auto QSS_COLOR_RED{
"color: rgb(239, 41, 41);" };
13 const constexpr
int COLOR_GREEN{ 115<<16 | 210<<8 | 22 };
14 const constexpr
int COLOR_RED{ 239<<16 | 41<<8 | 41 };