|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
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 () |
Styles to provide a dark user interface appearance.
| const QColor DynExpUI::DarkPalette::black | ( | 25 | , |
| 25 | , | ||
| 25 | |||
| ) |
| const QColor DynExpUI::DarkPalette::blue | ( | 42 | , |
| 130 | , | ||
| 218 | |||
| ) |
| const QColor DynExpUI::DarkPalette::darkGray | ( | 53 | , |
| 53 | , | ||
| 53 | |||
| ) |
| QPalette DynExpUI::DarkPalette::GetPalette | ( | ) |
Definition at line 6 of file DynExpDefinitions.cpp.
|
constexpr |
Definition at line 104 of file DynExpDefinitions.h.in.
| const QColor DynExpUI::DarkPalette::gray | ( | 128 | , |
| 128 | , | ||
| 128 | |||
| ) |
| const QColor DynExpUI::DarkPalette::green | ( | "lime" | ) |