DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
StyleUtility.cpp
Go to the documentation of this file.
1
3
12
13
15{
16 TableColorAttribute = QColor ( "#1B676B" );
17 TableColorRelationship = QColor ( "#AD4713" );
18 AlertStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "red" ) );
19 AlertStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base, QColor ( "red" ) );
20 WarningStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "yellow" ) );
21 WarningStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base,
22 QColor ( "yellow" ) );
23 AlertStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
24 QColor ( "red" ) );
25 AlertStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
26 QColor ( "red" ) );
27 WarningStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
28 QColor ( "yellow" ) );
29 WarningStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
30 QColor ( "yellow" ) );
31 LoadedDefault.setColor ( QPalette::Active, QPalette::Base, QColor::fromRgb ( 184, 244,
32 255 ) );
33 LoadedDefault.setColor ( QPalette::Inactive, QPalette::Base, QColor::fromRgb ( 184, 244,
34 255 ) );
35 PaleGreenPalleteButton.setColor ( QPalette::Active, QPalette::Button,
36 QColor::fromRgb ( 190, 238, 158 ) );
37 PaleGreenPalleteButton.setColor ( QPalette::Inactive, QPalette::Button,
38 QColor::fromRgb ( 190, 238, 158 ) );
39}
static QPalette PaleGreenPalleteButton
static QPalette AlertStatusBarPalleteWindow
static void InitColorManagement()
static QPalette AlertStatusBarPallete
static QColor TableColorAttribute
Including DBE.
static QPalette LoadedDefault
static QPalette WarningStatusBarPalleteWindow
static QPalette WarningStatusBarPallete
static QColor TableColorRelationship