Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
UserListPainter::Style Struct Reference

#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

Detailed Description

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).

Member Data Documentation

◆ base

QColor UserListPainter::Style::base

lightest surface, used for blending accent hues

◆ cardEnd

QColor UserListPainter::Style::cardEnd

row fill, right edge (normal)

◆ cardStart

QColor UserListPainter::Style::cardStart

row fill, left edge (normal)

◆ dark

bool UserListPainter::Style::dark = true

◆ dropShadow

bool UserListPainter::Style::dropShadow = false

◆ ringOffline

QColor UserListPainter::Style::ringOffline

◆ textOffline

QColor UserListPainter::Style::textOffline

◆ textOnline

QColor UserListPainter::Style::textOnline

The documentation for this struct was generated from the following file: