资源简介
一款基于QT的网络聊天工具,可以互相发送数据及传输文件
代码片段和文件信息
#include “widget.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
Widget w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 38955 2016-07-30 14:29 QQChat\images\background.jpg
文件 54257 2016-07-30 23:11 QQChat\images\background1.jpg
文件 87359 2016-07-30 22:53 QQChat\images\background2.jpg
文件 66129 2016-07-30 23:10 QQChat\images\background3.jpg
文件 97067 2016-07-30 23:09 QQChat\images\background4.jpg
文件 861 2009-10-16 18:37 QQChat\images\bold.png
文件 3537 2016-07-30 20:08 QQChat\images\bottom.png
文件 1028 2009-10-16 18:37 QQChat\images\clear.png
文件 960 2009-10-16 18:37 QQChat\images\color.png
文件 3074 2016-07-30 13:52 QQChat\images\control.png
文件 3243 2016-07-30 12:40 QQChat\images\exit.png
文件 3154 2016-07-30 13:52 QQChat\images\file.png
文件 14891 2016-07-30 14:04 QQChat\images\head.jpg
文件 992 2009-10-16 18:37 QQChat\images\italic.png
文件 2904 2016-07-30 12:41 QQChat\images\max.png
文件 3524 2016-07-30 13:50 QQChat\images\mcallphone.png
文件 3030 2016-07-30 11:26 QQChat\images\menu.png
文件 2868 2016-07-30 12:41 QQChat\images\min.png
文件 3493 2016-07-30 13:53 QQChat\images\people.png
文件 2937 2016-07-30 11:00 QQChat\images\QComboBox.png
文件 1172 2009-10-16 18:37 QQChat\images\save.png
文件 758 2009-09-22 13:43 QQChat\images\send.png
文件 2813 2013-01-31 20:54 QQChat\images\shadow_bottom.png
文件 3032 2013-01-31 20:52 QQChat\images\shadow_corner1.png
文件 3347 2013-01-31 20:52 QQChat\images\shadow_corner2.png
文件 3334 2013-01-31 20:52 QQChat\images\shadow_corner3.png
文件 3343 2013-01-31 20:52 QQChat\images\shadow_corner4.png
文件 2794 2013-01-31 20:54 QQChat\images\shadow_left.png
文件 2795 2013-01-31 20:54 QQChat\images\shadow_right.png
文件 2826 2013-01-31 20:53 QQChat\images\shadow_top.png
............此处省略29个文件信息
评论
共有 条评论