add recent session message

This commit is contained in:
xyz
2025-06-17 18:40:02 +08:00
parent e4ec73b510
commit c50f574eed
9 changed files with 423 additions and 7 deletions

View File

@ -62,6 +62,9 @@ private:
//
SessionFriendArea* sessionFriendArea;
//显示会话标题
QLabel* sessionTitleLabel;
//显示会话详情按钮
QPushButton* extraBtn;
@ -79,6 +82,7 @@ private:
ActiveTab activeTab = SESSION_LIST;
public:
void initMainWindow();
void initLeftWindow();
void initMidWindow();
@ -95,5 +99,10 @@ private:
void loadApplyList();
void updateFriendList();
void updateChatSessionList();
void updateApplyList();
void loadRecentMessage(const QString& chatSessionId);
void updateRecentMessage(const QString& chatSessionId);
};
#endif // MAINWIDGET_H