![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <user_list_painter.h>
Public Attributes | |
| bool | dark = true |
| QColor | cardStart |
| row fill, left edge (normal) | |
| QColor | cardEnd |
| row fill, right edge (normal) | |
| QColor | base |
| lightest surface, used for blending accent hues | |
| QColor | textOnline |
| QColor | textOffline |
| QColor | ringOffline |
| bool | dropShadow = false |
Palette-derived surface colors for the current color scheme. Both the light and the dark scheme read from the active QPalette so custom palettes are respected. dark only tunes the blend strengths (and whether the name text keeps its drop shadow).
| QColor UserListPainter::Style::base |
lightest surface, used for blending accent hues
| QColor UserListPainter::Style::cardEnd |
row fill, right edge (normal)
| QColor UserListPainter::Style::cardStart |
row fill, left edge (normal)
| bool UserListPainter::Style::dark = true |
| bool UserListPainter::Style::dropShadow = false |
| QColor UserListPainter::Style::ringOffline |
| QColor UserListPainter::Style::textOffline |
| QColor UserListPainter::Style::textOnline |