DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
StyleUtility.cpp
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: no.
5
8
14
22
23
25{
26 TableColorAttribute = QColor ( "#1B676B" );
27 TableAttributeBackground = QColor ( "#ffffff" );
28 TableAttributeHighlightBackground = QColor ( "#f0f0ff" );
29 TableColorRelationship = QColor ( "#AD4713" );
30
31 FileReadOnlyForeground = QColor ("#a00000");
32 FileReadOnlyBackground = QColor ("#f0f0f0");
33
34
35 AlertStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "red" ) );
36 AlertStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base, QColor ( "red" ) );
37 WarningStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "yellow" ) );
38 WarningStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base,
39 QColor ( "yellow" ) );
40 AlertStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
41 QColor ( "red" ) );
42 AlertStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
43 QColor ( "red" ) );
44 WarningStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
45 QColor ( "yellow" ) );
46 WarningStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
47 QColor ( "yellow" ) );
48 LoadedDefault.setColor ( QPalette::Active, QPalette::Base, QColor::fromRgb ( 184, 244,
49 255 ) );
50 LoadedDefault.setColor ( QPalette::Inactive, QPalette::Base, QColor::fromRgb ( 184, 244,
51 255 ) );
52 PaleGreenPalleteButton.setColor ( QPalette::Active, QPalette::Button,
53 QColor::fromRgb ( 190, 238, 158 ) );
54 PaleGreenPalleteButton.setColor ( QPalette::Inactive, QPalette::Button,
55 QColor::fromRgb ( 190, 238, 158 ) );
56}
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