资源简介
自己在网上找的几个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
- 上一篇:静态图像目标分割算法
- 下一篇:三角函数公式大全-你还记得吗
相关资源
- 用Qt5.7实现极坐标绘图
- QT5在ARM 平台的移植过程
- 基于OpenCV3.2+Qt5.8的basler相机硬件触发
- QT5 简易多媒体播放器
- qtwinmigrate-2.8_1-opensource_qt5.7
- image_process.zip
- 利用百度人脸识别API和pyqt5实现基于人
- 用Qt5实现QCamera摄像头的调用和监控
- QT5 计算器
- QT5串口通信程序源码
- QT 5下获取USB 拔插信号
- qt5.5做的记事本
- Qt5 科学计算器的实现
- Qt5读取串口数据
- QT后台监控鼠标侧键
- 笔趣阁小说器
- 用QT5写简单的串口调试工具
- pyqt5实现的登录功能
- Qt5--登录后进入主窗口
- QT5 实时曲线绘制
- Qt继承关系图,qt5
- Qt With WindowsCmd命令行.zip
- 利用QT5.8与opencv3.2做的照片融合
- QT5生成PDF
- qt5实现的一个拼图游戏
- Ntp客户端校时工具精简高效
- QT5 打开一个浏览器和对应的网页
- Qt实现托盘全部常用功能
- QT5应用视频教程
- Qt4迁移至Qt5完全指南
评论
共有 条评论