资源简介
自己在网上找的几个demo,自己整理,拼凑终于弄出来了,能满足基本的需求,多的功能也没有。欢迎一起留言讨论,欢迎私信

代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 756 2019-04-13 09:42 ntpText\.qmake.stash
文件 510768 2019-04-20 17:08 ntpText\debug\main.o
文件 599226 2019-04-20 17:54 ntpText\debug\mainwindow.o
文件 4209 2019-04-20 17:08 ntpText\debug\moc_mainwindow.cpp
文件 334293 2019-04-20 17:08 ntpText\debug\moc_mainwindow.o
文件 1395397 2019-04-20 17:54 ntpText\debug\ntpText.exe
文件 183 2019-04-13 09:30 ntpText\main.cpp
文件 4141 2019-04-20 17:53 ntpText\mainwindow.cpp
文件 797 2019-04-20 17:08 ntpText\mainwindow.h
文件 2345 2019-04-20 17:54 ntpText\mainwindow.ui
文件 25162 2019-04-13 09:42 ntpText\Makefile
文件 37642 2019-04-13 09:42 ntpText\Makefile.Debug
文件 37709 2019-04-13 09:42 ntpText\Makefile.Release
文件 1030 2019-04-13 09:42 ntpText\ntpText.pro
文件 23714 2019-04-13 09:30 ntpText\ntpText.pro.user
文件 4138 2019-04-20 17:54 ntpText\ui_mainwindow.h
目录 0 2019-04-20 17:54 ntpText\debug
目录 0 2019-04-13 09:42 ntpText\release
目录 0 2019-04-20 17:54 ntpText
----------- --------- ---------- ----- ----
2981510 19
- 上一篇:静态图像目标分割算法
- 下一篇:三角函数公式大全-你还记得吗
相关资源
- QT局域网聊天系统(基于QT5.修改过)
- QT5.5入门与项目实战
- 基于FFmpeg4.0.2的AAC编码器
- mp4_play.zip
- 使用Qt编写的视频监控系统支持Qt4-Q
- Qt 多线程连接数据库——数据库
- 基于Qt5.8+OpenCV3.2的Basler多相机触发开
- Linux ntpclient代码
- 串口调试助手 Qt5版源码
- ESP8266+OLED屏实现天气预报+温度显示
- Qt5的多线程小程序,实现按钮开关线
- Ubuntu16.04中配置Qt5.9.1和OpenCV3.4.0过程
- Qt pdf poppler
- 基于Qt5的串口调试助手
- Qt类关系图
- ContentProvider读取系统联系人
- PyQt5编写的大数据应用-高速公路违章
- QT5.9.0实现的QWidget版富文本编辑器
- Qt5版NeHe OpenGL教程6-10
- ContentProvider访问通信录中的联系人和
- QT5下实现基于TCP发送和接接收文件
- PyQt5_gpl-5.11.3.zip
- qtribbon可用
- qt5串口简单实现图片、pdf文件的传输
- qt5.8实现rtsp流播放
- QT5检测USB设备
- Qt5.5 开发 Creo3.0 案例
-
Qt5.8 QMediaPla
yer 音乐播放器 - qt5之学生管理系统
- qt5-qtwebkit-5.6.2-1.el7.x86_64.rpm
评论
共有 条评论