![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <user_info_popup.h>
Static Public Member Functions | |
| static PopupTheme | fromPalette (const QPalette &palette, bool dark) |
Public Attributes | |
| bool | dark = false |
| QColor | bg |
| QColor | border |
| QColor | text |
| QColor | subText |
| QColor | buttonBg |
| QColor | buttonBorder |
| QColor | buttonHover |
| QColor | buttonPressed |
| QColor | buttonDisabled |
| QColor | closeBg |
| QColor | closeHover |
| QColor | gamesRow |
| QColor | gamesSelected |
| QColor | gamesSeparator |
| QColor | statusText |
Palette-derived colors for the popup chrome. Both color schemes read from the active QPalette so custom palettes are respected. dark only tunes the blend strengths.
|
static |
| QColor PopupTheme::bg |
| QColor PopupTheme::border |
| QColor PopupTheme::buttonBg |
| QColor PopupTheme::buttonBorder |
| QColor PopupTheme::buttonDisabled |
| QColor PopupTheme::buttonHover |
| QColor PopupTheme::buttonPressed |
| QColor PopupTheme::closeBg |
| QColor PopupTheme::closeHover |
| bool PopupTheme::dark = false |
| QColor PopupTheme::gamesRow |
| QColor PopupTheme::gamesSelected |
| QColor PopupTheme::gamesSeparator |
| QColor PopupTheme::statusText |
| QColor PopupTheme::subText |
| QColor PopupTheme::text |