• 大小: 12KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: linuxQQQt  

资源简介

基于Linux的Qt的QQ,有私聊,群聊的功能。

资源截图

代码片段和文件信息

**QT 网络通讯软件客户端源码 1
**xclient.cpp-------------------------------------------------------------------

#include “xclient1.h“
Client::Client( QString xuseridQString snameQString pica )
{
 this->xuserid = xuserid;
 userid = xuserid.toInt();
 this->sname = sname;
 this->pica = pica;
 setupUi(this);
 
 firmlist.clear();
 idlist.clear();
 chatlsit.clear();
 teamchatlsit.clear();
 firmteamlist.clear();
 teamidlist.clear();
 
 search =new search_form(xuserid);
 this->setWindowtitle(xuserid);
 //网络服务器设定
 tcpport = 60001;
 udpport = 45454;
 
 address = “192.168.2.231“;
 clientsocket = new QTcpSocket(this);
 udpsocket = new QUdpSocket(this);
 serversocket = new QTcpSocket(this);
 udpsocket->bind(QHostAddress::Any udpport);
 server = new QTcpServer(this);
 server->list

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10693  2009-12-19 11:14  QQ(私聊,群聊)\xchats.h

     文件      24176  2009-12-19 11:46  QQ(私聊,群聊)\xclient1.cpp

     文件       3136  2009-12-19 12:01  QQ(私聊,群聊)\xclient1.h

     文件       6720  2009-12-19 11:22  QQ(私聊,群聊)\xteam.h

     目录          0  2009-12-20 15:44  QQ(私聊,群聊)

----------- ---------  ---------- -----  ----

                44725                    5


评论

共有 条评论

相关资源