![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <user_list_panel_widget.h>
Signals | |
| void | openMessageDialog (const QString &userName, bool focus) |
Public Member Functions | |
| UserListPanelWidget (TabSupervisor *tabSupervisor, AbstractClient *client, QWidget *parent=nullptr) | |
| void | bind (UserListManager *manager) |
| void | retranslateUi () |
| UserListWidget * | getUserList () const |
Private Member Functions | |
| void | persistExpandedSections (UserListWidget::Section section, bool expanded) |
Private Attributes | |
| QLineEdit * | searchBar = nullptr |
| UserListWidget * | userList = nullptr |
A unified user list: a search bar above a single tree whose section headers (buddy, online, ignored) are inline dividers. The tree owns the scrolling.
|
explicit |
| void UserListPanelWidget::bind | ( | UserListManager * | manager | ) |
|
nodiscard |
|
signal |
|
private |
| void UserListPanelWidget::retranslateUi | ( | ) |
|
private |
|
private |