Profile browser widget. More...
#include <profilebrowser.h>
Public Slots | |
void | setProfile (Friend profile) |
Sets profile data. | |
Public Member Functions | |
ProfileBrowser (ServiceMgr *sm, bool showAvatar, QWidget *parent=0) | |
Default constructor. | |
ProfileBrowser (ServiceMgr *sm, Friend profile, bool showAvatar, QWidget *parent=0) | |
Contructor with selected profile. | |
~ProfileBrowser () | |
The destructor. |
Profile browser widget.
Shows profile data.
ProfileBrowser::ProfileBrowser | ( | ServiceMgr * | sm, | |
bool | showAvatar, | |||
QWidget * | parent = 0 | |||
) | [explicit] |
Default constructor.
showAvatar | Add avatar to profile browser widget | |
parent | The pointer to parent widget. |
ProfileBrowser::ProfileBrowser | ( | ServiceMgr * | sm, | |
Friend | profile, | |||
bool | showAvatar, | |||
QWidget * | parent = 0 | |||
) | [explicit] |
Contructor with selected profile.
profile | The Friend instance with owner data. | |
showAvatar | Add avatar to profile browser widget | |
parent | The pointer to parent widget. |
void ProfileBrowser::setProfile | ( | Friend | profile | ) | [slot] |
Sets profile data.
profile | The Friend instance with owner data. |