DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
StyleUtility.hpp
Go to the documentation of this file.
1#ifndef STYLEUTILITY_H
2#define STYLEUTILITY_H
3
5#include <QColor>
6#include <QPalette>
7
8namespace dbe
9{
10
12{
13public:
15 static void InitColorManagement();
16 static QColor TableColorAttribute;
20
23
24 static QPalette AlertStatusBarPallete;
26 static QPalette WarningStatusBarPallete;
28 static QPalette PaleGreenPalleteButton;
29 static QPalette LoadedDefault;
30};
31
32} // namespace dbe
33#endif // STYLEUTILITY_H
static QColor TableAttributeHighlightBackground
static QPalette PaleGreenPalleteButton
static QPalette AlertStatusBarPalleteWindow
static void InitColorManagement()
static QColor FileReadOnlyForeground
static QPalette AlertStatusBarPallete
static QColor TableColorAttribute
Including DBE.
static QPalette LoadedDefault
static QPalette WarningStatusBarPalleteWindow
static QPalette WarningStatusBarPallete
static QColor TableAttributeBackground
static QColor TableColorRelationship
static QColor FileReadOnlyBackground
Include QT Headers.