1 Star 0 Fork 2

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
talkui.h 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
UNSTOPPABLE 提交于 2022-08-19 16:11 . 首次提交
#ifndef TALKUI_H
#define TALKUI_H
#include "contactlist.h"
#include "contactlistitem.h"
#include "talkmsglist.h"
#include <QLabel>
#include <QObject>
#include <QPushButton>
#include <QScrollArea>
class TalkUI : public QObject
{
Q_OBJECT
private:
public:
explicit TalkUI(QObject *parent = nullptr);
//设置Button按钮样式
static QString setPushButtonQss(QPushButton *btn);
static QString setPushTextButtonQss(QPushButton *btn);
//设置ContactList样式
static QString setContactListQss(ContactList *contactlist);
//设置TalkMsgList样式
static QString setTalkMsgListQss(TalkMsgList *talkMsgList);
signals:
};
#endif // TALKUI_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

搜索帮助