DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExpUI::DarkPalette Namespace Reference

Styles to provide a dark user interface appearance. More...

Functions

const QColor darkGray (53, 53, 53)
 
const QColor gray (128, 128, 128)
 
const QColor black (25, 25, 25)
 
const QColor blue (42, 130, 218)
 
const QColor green ("lime")
 
QPalette GetPalette ()
 
constexpr auto GetStyleSheet ()
 

Detailed Description

Styles to provide a dark user interface appearance.

Function Documentation

◆ black()

const QColor DynExpUI::DarkPalette::black ( 25  ,
25  ,
25   
)

◆ blue()

const QColor DynExpUI::DarkPalette::blue ( 42  ,
130  ,
218   
)

◆ darkGray()

const QColor DynExpUI::DarkPalette::darkGray ( 53  ,
53  ,
53   
)

◆ GetPalette()

QPalette DynExpUI::DarkPalette::GetPalette ( )

Definition at line 6 of file DynExpDefinitions.cpp.

◆ GetStyleSheet()

constexpr auto DynExpUI::DarkPalette::GetStyleSheet ( )
constexpr

Definition at line 104 of file DynExpDefinitions.h.in.

◆ gray()

const QColor DynExpUI::DarkPalette::gray ( 128  ,
128  ,
128   
)

◆ green()

const QColor DynExpUI::DarkPalette::green ( "lime"  )