Started to modify personalinfoarea to "final" version
[situare] / src / ui / infotab.h
index 632f7a8..350fb7a 100644 (file)
@@ -103,16 +103,17 @@ signals:
     */
     void launchUpdateFriendsStatus();
 private:
-    QLabel *m_addressLabel;   ///< Shows the Situare address icon
+    QLabel *m_userPicture;    ///< Shows the user's avatar
+    QLabel *m_userNameLabel;  ///< Shows the user's name
     QLabel *m_messageLabel;   ///< Shows the Situare message icon
+    QLabel *m_addressLabel;   ///< Shows the Situare address icon
     QLabel *m_timeLabel;      ///< Shows the Situare time icon
-    QLabel *m_userNameLabel;  ///< Shows the user's name
-    QLabel *m_userPicture;    ///< Shows the user's avatar
-    QPixmap m_avatar;         ///< User's avatar
-    QString m_address;        ///< Address from where the new message was sent.
     QString m_messageText;    ///< User's message
-    QString m_time;           ///< Time when the new message was sent
     QString m_userName;       ///< User's name
+    QString m_address;        ///< Address from where the new message was sent.
+    QString m_time;           ///< Time when the new message was sent
+    QPixmap m_avatar;         ///< User's avatar
+    QWidget *widget;
 };
 
 #endif // INFOTAB_H