diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:21:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:21:43 +0000 |
| commit | f350d0ea41efed55e1d0e8411f717a2b6274e4d1 (patch) | |
| tree | 09d703ecabeb01d2ccd20511a42fb4d727437416 /examples/GuiClient/statusWidget.h | |
| parent | 1ae15dd2d9e2f8360929960267b2a9dda5595ab5 (diff) | |
| download | qxmpp-f350d0ea41efed55e1d0e8411f717a2b6274e4d1.tar.gz | |
doc and cosmetics
Diffstat (limited to 'examples/GuiClient/statusWidget.h')
| -rw-r--r-- | examples/GuiClient/statusWidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/GuiClient/statusWidget.h b/examples/GuiClient/statusWidget.h index d2d20810..14073b2e 100644 --- a/examples/GuiClient/statusWidget.h +++ b/examples/GuiClient/statusWidget.h @@ -24,15 +24,20 @@ #ifndef STATUSWIDGET_H #define STATUSWIDGET_H + #include "ui_statusWidget.h" + #include "QXmppPresence.h" +/// Main Widget for the client's status/status text/avatar management + class statusWidget : public QWidget, public Ui::statusWidgetClass { Q_OBJECT public: statusWidget(QWidget* parent = 0); + void setDisplayName(const QString& name); void setStatusText(const QString& statusText); void setPresenceAndStatusType(QXmppPresence::Type presenceType, |
