|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <UiChatMainWidget.hpp>
类 ast::UiChatMainWidget 继承关系图:Public 成员函数 | |
| UiChatMainWidget (ChatSession *session, QWidget *parent=nullptr) | |
| UiChatPanel * | chatPanel () const |
| ChatSession * | session () const |
| void | setSession (ChatSession *session) |
聊天主控件
组合会话列表(左侧)和聊天面板(右侧)。 MVP 阶段会话列表为占位,后续迭代实现多会话管理。
|
explicit |
构造函数
| session | 聊天会话(非拥有) |
| parent | 父控件 |