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
13namespace dbe
14{
15
17{
18public:
20 static void InitColorManagement();
21 static QColor TableColorAttribute;
25
28
29 static QPalette AlertStatusBarPallete;
31 static QPalette WarningStatusBarPallete;
33 static QPalette PaleGreenPalleteButton;
34 static QPalette LoadedDefault;
35};
36
37} // namespace dbe
38#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.