• 大小: 223KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: 其他
  • 标签: 即时通信  

资源简介

QT实现简单的即时通信和文件传输的源代码

资源截图

代码片段和文件信息

#include 
#include “widget.h“

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    QTextCodec::setCodecForTr(QTextCodec::codecForLocale());
#if defined(Q_WS_S60)
    w.showMaximized();
#else
    w.show();

#endif
    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-01-09 16:21  chat1\
     文件         563  2013-01-09 13:43  chat1\chat.pro
     目录           0  2013-01-09 12:51  chat1\ico\
     文件          46  2010-06-11 20:01  chat1\icon.rc
     文件           0  2010-06-11 19:50  chat1\icon.txt
     文件      161862  2005-02-20 12:18  chat1\ico\myicon.ico
     目录           0  2013-01-09 12:51  chat1\image\
     文件       10861  2010-04-07 21:34  chat1\image\20091201_0c5e3cb96bf053f6f8f43xlWxvBTLEnr.png
     文件       12548  2010-04-07 21:33  chat1\image\20091201_2a0f6976569659175fd3PEFlPFnrDS1R.png
     文件        9497  2010-04-07 21:34  chat1\image\20091201_b321df1d9e60373380a0IQzepnVIU3HS.png
     文件        8608  2010-04-07 21:35  chat1\image\20091201_e59eb6d747cef0b2bc89nKJwRb2QIxXh.png
     文件       19201  2005-02-15 20:50  chat1\image\Bin (empty).png
     文件       16155  2005-02-16 21:16  chat1\image\E-Mail.png
     文件        2168  2010-02-11 23:55  chat1\image\fileopen.png
     文件        3200  2005-02-15 17:38  chat1\image\Files.png
     文件        9576  2005-02-21 19:29  chat1\image\Floppy.png
     文件       22074  2005-02-20 12:28  chat1\image\MSN-Messenger.png
     文件        1928  2006-04-14 18:06  chat1\image\textbold.png
     文件        4226  2005-10-05 21:37  chat1\image\textcolor.png
     文件        1164  2010-02-11 23:55  chat1\image\textitalic.png
     文件        1644  2006-04-14 18:06  chat1\image\textunder.png
     文件        8338  2005-01-30 14:02  chat1\image\User.png
     文件         305  2013-01-04 21:27  chat1\main.cpp
     文件         378  2010-06-08 17:24  chat1\resource.qrc
     文件         166  2013-01-08 22:55  chat1\tcp.cpp
     文件         235  2013-01-08 22:55  chat1\tcp.h
     文件         334  2013-01-08 22:55  chat1\tcp.ui
     文件        3567  2010-06-27 22:52  chat1\tcpclient.cpp
     文件        1060  2010-06-11 18:15  chat1\tcpclient.h
     文件        1872  2010-06-11 16:54  chat1\tcpclient.ui
     文件        4530  2010-06-11 21:00  chat1\tcpserver.cpp
............此处省略6个文件信息

评论

共有 条评论