资源简介
代码片段和文件信息
#include
#include “mainwindow.h“
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 433 2016-10-15 16:50 com\com.pro
文件 18928 2016-10-23 11:55 com\com.pro.user
文件 193 2016-10-15 16:41 com\main.cpp
文件 4127 2016-10-23 11:34 com\mainwindow.cpp
文件 879 2016-10-18 14:49 com\mainwindow.h
文件 5405 2016-10-18 14:36 com\mainwindow.ui
文件 6528 2007-09-06 00:47 com\qextserialba
文件 6873 2007-09-06 00:47 com\qextserialba
文件 34848 2007-09-06 00:47 com\win_qextserialport.cpp
文件 4476 2007-09-06 00:47 com\win_qextserialport.h
目录 0 2016-10-23 11:55 com
----------- --------- ---------- ----- ----
82690 11
- 上一篇:Qt Windows下的毛玻璃效果
- 下一篇:基于Qt界面设计的科学计算器
相关资源
- 移动联通短信猫wavecom收发插件
- qt 线程操作
- qt 抽屉式对话框开发教程
- 基于Qt的VTK应用程序代码
- qt写扫雷程序
- qt源码ftp文件上传
- QT4.8画曲线、饼图、棒图
- Qt4 图形设计与嵌入式开发 源代码
- qt tabwidget
- 多窗口文本工具(qt源码)
- Qt5+QtChart绘制饼图
- qt 快速读取excel代码
- 对qt窗体进行简单操作(修改lable的值
- Qt五子棋小游戏(源码+截图)
- 基于QT5的图形化界面开发(NeuFtp)
- 监视文件目录变化(qt源码)
- QT的TCP服务器DEMO
- TQQTableView 实现qq效果
- stc系列单片机串口通讯
- qt5 旋转(.patch文件源码)
- 串口工具
- STC51 ADC 采集及串口通讯
- 单片机串口通信(方式1)
- STM32F103 串口环形队列应用程序
- nrf52832低功耗串口nus例程
- RS485通信:利用串口调试助手经过US
- AVR双路ADC采集通过串口发送
- STM32F407ZE 25M外置晶振 ADC1的16通道DMA采
- 51单片机巫妖王板子测试程序-串口收
- android和linux平台下的nanocom源码
评论
共有 条评论