Defines the UserInfo class and its nested UserInfoBuilder class for managing user profile data.
The UserInfoCard class provides a customizable widget to display detailed user information.
Definition UserInfoCard.h:26
void setUserInfo(const UserInfo &info)
Sets the user information to be displayed on the card.
Definition UserInfoCard.cpp:84
void paintEvent(QPaintEvent *event) override
Overrides the default paint event for the widget.
Definition UserInfoCard.cpp:91
Represents a user's profile information, including name, email, phone number, and avatar path.
Definition UserInfo.h:22