• 大小: 4.72MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-28
  • 语言: 其他
  • 标签: TCP  socket  UDP  聊天  

资源简介

首先建立一个局域网 可以实现多台机子之间的交流 部分功能不错 界面比较完善。有开机启动画面 登录框 聊天框 代码简单易懂 持续跟新

资源截图

代码片段和文件信息

#include “enterdialog.h“
#include “ui_enterdialog.h“

EnterDialog::EnterDialog(QWidget *parent) :
    QDialog(parent)
    ui(new Ui::EnterDialog)
{
    ui->setupUi(this);
}

EnterDialog::~EnterDialog()
{
    delete ui;
}

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

     文件     125416  2011-11-25 13:07  Qt-chat\100.png

     文件     229583  2011-11-25 09:22  Qt-chat\101.png

     文件     125534  2011-11-25 21:07  Qt-chat\CallMe\100.png

     文件     229583  2011-11-25 09:22  Qt-chat\CallMe\101.png

     文件        762  2011-11-29 09:32  Qt-chat\CallMe\CallMe.pro

     文件      21083  2011-11-29 13:54  Qt-chat\CallMe\CallMe.pro.user

     文件       5847  2011-11-29 13:53  Qt-chat\CallMe\chat\chatdialog.cpp

     文件        844  2011-11-29 13:50  Qt-chat\CallMe\chat\chatdialog.h

     文件      10412  2011-11-26 21:22  Qt-chat\CallMe\chat\chatdialog.ui

     文件       3019  2011-11-24 22:26  Qt-chat\CallMe\chat\client.cpp

     文件        937  2011-11-24 22:26  Qt-chat\CallMe\chat\client.h

     文件       5887  2011-11-26 12:48  Qt-chat\CallMe\chat\connection.cpp

     文件       1446  2011-11-26 12:35  Qt-chat\CallMe\chat\connection.h

     文件       3903  2011-11-24 22:26  Qt-chat\CallMe\chat\peermanager.cpp

     文件        868  2011-11-24 22:26  Qt-chat\CallMe\chat\peermanager.h

     文件        377  2011-11-24 23:44  Qt-chat\CallMe\chat\server.cpp

     文件        323  2011-11-24 22:26  Qt-chat\CallMe\chat\server.h

     文件     115363  2011-11-29 12:32  Qt-chat\CallMe\debug\main.o

     文件       2079  2011-11-29 12:32  Qt-chat\CallMe\debug\moc_window.cpp

     文件     125548  2011-11-29 12:32  Qt-chat\CallMe\debug\moc_window.o

     文件     220881  2011-11-29 12:32  Qt-chat\CallMe\debug\qrc_Test.cpp

     文件      49744  2011-11-29 12:32  Qt-chat\CallMe\debug\qrc_Test.o

     文件     913117  2011-11-29 12:32  Qt-chat\CallMe\debug\Test.exe

     文件     306974  2011-11-29 12:32  Qt-chat\CallMe\debug\window.o

     文件        236  2011-11-25 17:11  Qt-chat\CallMe\enterdialog.cpp

     文件      10861  2010-04-07 21:34  Qt-chat\CallMe\icon\20091201_0c5e3cb96bf053f6f8f43xlWxvBTLEnr.png

     文件      12548  2010-04-07 21:33  Qt-chat\CallMe\icon\20091201_2a0f6976569659175fd3PEFlPFnrDS1R.png

     文件       9497  2010-04-07 21:34  Qt-chat\CallMe\icon\20091201_b321df1d9e60373380a0IQzepnVIU3HS.png

     文件       8608  2010-04-07 21:35  Qt-chat\CallMe\icon\20091201_e59eb6d747cef0b2bc89nKJwRb2QIxXh.png

     文件      19201  2005-02-15 20:50  Qt-chat\CallMe\icon\Bin (empty).png

............此处省略118个文件信息

评论

共有 条评论