mysocials-core 1.0
|
Profile browser widget. More...
#include <profilebrowser.h>
Public Member Functions | |
ProfileBrowser (QWidget *parent=0) | |
Default constructor. | |
ProfileBrowser (Friend profile, QWidget *parent=0) | |
Contructor with selected profile. | |
~ProfileBrowser () | |
The destructor. | |
void | setProfile (Friend profile) |
Sets profile data. |
Profile browser widget.
Shows profile data.
ProfileBrowser::ProfileBrowser | ( | QWidget * | parent = 0 | ) | [explicit] |
Default constructor.
parent | The pointer to parent widget. |
ProfileBrowser::ProfileBrowser | ( | Friend | profile, |
QWidget * | parent = 0 |
||
) | [explicit] |
Contructor with selected profile.
profile | The Friend instance with owner data. |
parent | The pointer to parent widget. |
void ProfileBrowser::setProfile | ( | Friend | profile | ) |
Sets profile data.
profile | The Friend instance with owner data. |