mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
has been completed.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
#include <QWidget>
|
||||
#include <QLabel>
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <qscrollarea.h>
|
||||
@ -21,10 +22,14 @@ class GroupSessionDetailWidget : public QDialog
|
||||
public:
|
||||
GroupSessionDetailWidget(QWidget* parent);
|
||||
|
||||
void initData();
|
||||
void initMembers(const QString& chatSessionId);
|
||||
|
||||
void addMember(AvatarItem* avatarItem);
|
||||
|
||||
private:
|
||||
QGridLayout* glayout;
|
||||
QLabel* groupNameLabel;
|
||||
|
||||
//表示当前所要添加的AvatarItem处在的行和列
|
||||
int curRow = 0;
|
||||
|
||||
Reference in New Issue
Block a user