• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: qt  

资源简介

https://blog.csdn.net/qq_26787115/article/details/79960628

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         384  2018-04-12 16:16  QtStopWatch\QtStopWatch.pro
     文件       23809  2018-04-16 14:53  QtStopWatch\QtStopWatch.pro.user
     文件         183  2018-04-12 16:16  QtStopWatch\main.cpp
     文件        2728  2018-04-16 14:51  QtStopWatch\mainwindow.cpp
     文件         658  2018-04-16 14:07  QtStopWatch\mainwindow.h
     文件        3934  2018-04-16 14:11  QtStopWatch\mainwindow.ui
     目录           0  2018-04-16 14:53  QtStopWatch\

评论

共有 条评论