Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
user_info_popup.cpp File Reference
#include "user_info_popup.h"
#include "../../cards/art_crop_attribution.h"
#include "../../interface/pixel_map_generator.h"
#include "../../interface/theme_manager.h"
#include "../../interface/widgets/tabs/tab_supervisor.h"
#include "user_list_painter.h"
#include <QApplication>
#include <QGridLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <QPainter>
#include <QPainterPath>
#include <QPropertyAnimation>
#include <QPushButton>
#include <QScreen>
#include <QScrollBar>
#include <QStandardItem>
#include <QStyledItemDelegate>
#include <QVBoxLayout>
#include <libcockatrice/card/database/card_database_manager.h>
#include <libcockatrice/network/client/abstract/abstract_client.h>
#include <libcockatrice/protocol/pb/commands.pb.h>
#include <libcockatrice/protocol/pb/response_get_games_of_user.pb.h>
#include <libcockatrice/protocol/pending_command.h>
Include dependency graph for user_info_popup.cpp:

Classes

class  PopupGameDelegate

Functions

static QString colorStr (const QColor &color)
 Qt stylesheets accept #aarrggbb, which is QColor::name(QColor::HexArgb).
static QPushButton * makeBtn (const QString &label, const QString &tip, QWidget *p, const PopupTheme &t)

Function Documentation

◆ colorStr()

QString colorStr ( const QColor & color)
static

Qt stylesheets accept #aarrggbb, which is QColor::name(QColor::HexArgb).

Here is the caller graph for this function:

◆ makeBtn()

QPushButton * makeBtn ( const QString & label,
const QString & tip,
QWidget * p,
const PopupTheme & t )
static
Here is the call graph for this function:
Here is the caller graph for this function: