1 Star 0 Fork 2

spyhooky/ 毕设大作业基于qt5开发的局域网聊天软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
contactlistitem.h 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
UNSTOPPABLE 提交于 2022-08-19 16:11 . 首次提交
#ifndef CONTACTLISTITEM_H
#define CONTACTLISTITEM_H
#include "contactinfo.h"
#include <QWidget>
#include <QWidget>
#include <QLabel>
#include <QEvent>
class ContactListItem : public QWidget
{
Q_OBJECT
public:
explicit ContactListItem(QWidget *parent = nullptr);
void initUi();
QWidget *avatar;
QLabel *nickName;
QLabel *hostName;
QString avatarPath;
ContactInfo *contactInfo=nullptr;
bool eventFilter(QObject *obj, QEvent *event);
signals:
};
#endif // CONTACTLISTITEM_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/spyhooky/lan-chat-software-based-on-qt5.git
[email protected]:spyhooky/lan-chat-software-based-on-qt5.git
spyhooky
lan-chat-software-based-on-qt5
毕设大作业基于qt5开发的局域网聊天软件
master

搜索帮助