资源简介
这次是通过tcp收发json的例子。里面的程序应该用qt creator 可以直接运行。
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-01 10:55 http_test_recive_1\
文件 1054 2019-03-01 10:41 http_test_recive_1\http_test_recive_1.pro
文件 23344 2019-03-01 10:40 http_test_recive_1\http_test_recive_1.pro.user
文件 183 2019-03-01 10:40 http_test_recive_1\main.cpp
文件 2603 2019-03-01 10:55 http_test_recive_1\mainwindow.cpp
文件 532 2019-03-01 10:50 http_test_recive_1\mainwindow.h
文件 718 2019-03-01 10:50 http_test_recive_1\mainwindow.ui
目录 0 2019-03-01 10:52 http_test_send_1\
文件 1057 2019-03-01 10:24 http_test_send_1\http_test_send_1.pro
文件 23725 2019-03-01 10:50 http_test_send_1\http_test_send_1.pro.user
文件 183 2019-03-01 10:20 http_test_send_1\main.cpp
文件 1337 2019-03-01 10:52 http_test_send_1\mainwindow.cpp
文件 523 2019-03-01 10:38 http_test_send_1\mainwindow.h
文件 1634 2019-03-01 10:39 http_test_send_1\mainwindow.ui
- 上一篇:Labview2010含破解说明和注册机
- 下一篇:毕业设计智能楼道灯
相关资源
- Qt 下的udp socket通信
- QT文件资源管理器
- Qt做的画图程序的源码
- QT如何实现后台运行即最小化到右下角
- 基于Socket的网络通信大作业 含可运行
- Qt QTableWidget 基本功能及排序功能
- qt-everywhere-opensource-src-5.6.0.tar.gz
- 采用UDP或者TCP编写一个网络程序,该
- QT之打开文件对话框选择文件
- QT是实现图片得拖拉功能
- QTP自动化测试-相关练习操作视频
- linux Qt4 软键盘
- Qt使用FontAwesome的
- 毕业设计——基于QT的GPS车载导航系统
- Qt实现拼图游戏
-
Qt st
yle Sheets Examples - 提供Qt中快速多次发射信号与耗时槽函
- 基于Qt的坦克大战游戏源码
- Qt5.5 代码实现记事本程序 MiniText
- Qt4第三方库qextserialport
- 多界面跳转切换
- Qt VideoCapture图像采集
- Qt Designer汉化包亲测可用内附说明.z
- Qt 自定义导航栏
- qt黑白棋源码简单
- Qt4.8.4和creator和mingw安装配置说明总结
- 在ARM9和ARMLinux下利用QT编写的实时数据
- 华清远见智能家居项目
- QT实现计算器包含科学计算与进制转换
- qt简易黑白棋代码,不带可执行程序,
评论
共有 条评论