DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
StyleUtility.hpp
Go to the documentation of this file.
1// DUNE DAQ modification notice:
2// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4// Renamed since fork: yes (from dbe/StyleUtility.h to include/dbe/StyleUtility.hpp).
5
6#ifndef STYLEUTILITY_H
7#define STYLEUTILITY_H
8
10#include <QColor>
11#include <QPalette>
12#include <QSettings>
13
14namespace dbe
15{
16
18{
19public:
21 static void InitColorManagement();
22 static QColor TableColorAttribute;
24
27
29
32
33 static QColor ObjectForeground;
34 static QColor ObjectBackground;
35
36 static QPalette AlertStatusBarPallete;
38 static QPalette WarningStatusBarPallete;
40 static QPalette PaleGreenPalleteButton;
41 static QPalette LoadedDefault;
42};
43
44} // namespace dbe
45#endif // STYLEUTILITY_H
static QPalette PaleGreenPalleteButton
static QColor ObjectForeground
static QPalette AlertStatusBarPalleteWindow
static QColor TableRelationshipBackground
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 DefaultValueBackground
static QColor TableColorRelationship
static QColor ObjectBackground
static QColor FileReadOnlyBackground
Include QT Headers.