-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
5ucode_com_v2102.rar
5ucode_com_v2102.rar
- 2022-07-26 08:16:47下载
- 积分:1
-
对网络的操作有很好的作用
只有网络运行权很好
- 2023-08-07 10:40:03下载
- 积分:1
-
一种管理用户的代码,主要用于用户管理,这也是一种常见的管理方式...
一种管理用户的代码,主要用于用户管理,这也是一种常见的管理方式-A management user
- 2022-02-07 08:16:07下载
- 积分:1
-
http agent
http代理程序-http agent
- 2022-03-19 02:02:12下载
- 积分:1
-
这不是一个完整的工程,只是对IPv4,IPv6及mpg4的实现代码。如果你正在进行这类工作,里面的东西对你肯定有帮助。...
这不是一个完整的工程,只是对IPv4,IPv6及mpg4的实现代码。如果你正在进行这类工作,里面的东西对你肯定有帮助。- This is not a complete project, only is to IPv4, IPv6 and the
mpg4 realization code. If you are carrying on this kind of work, the
inside thing definitely has the help to you.
- 2022-03-21 10:38:48下载
- 积分:1
-
E
一个电子邮件收发的程序,时我这学期的课程设计作业-an e-mail procedures, I am of course this semester design operations
- 2022-05-24 19:45:57下载
- 积分:1
-
一个完整的HTML编辑器,功能强大。强烈推荐!
一个完整的HTML编辑器,功能强大。强烈推荐!-a complete HTML editor, powerful. Strongly recommended!
- 2022-04-10 00:44:45下载
- 积分:1
-
TCPUDP port monitor to see the process and services.
监听TCP、UDP端口,查看进程及服务.-TCPUDP port monitor to see the process and services.
- 2022-07-01 06:24:08下载
- 积分:1
-
asp.net 使用的Excel文件处理控件
asp.net 使用的Excel文件处理控件-Asp. Net use Excel document processing controls
- 2022-07-14 08:01:35下载
- 积分:1