资源简介

Qt之QWizard向导界面 安装界面

资源截图

代码片段和文件信息

#include “mywizard.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-03-12 15:23  next\
     目录           0  2016-03-12 15:23  next\image\
     文件         169  2016-03-12 14:42  next\Image.qrc
     文件       89326  2016-03-12 14:18  next\image\first.jpg
     文件      122304  2016-03-12 14:15  next\image\second.jpg
     文件      107568  2016-03-12 14:15  next\image\third.jpg
     文件         179  2016-03-12 14:08  next\main.cpp
     文件        2595  2016-03-12 15:17  next\mywizard.cpp
     文件         467  2016-03-12 14:25  next\mywizard.h
     文件         388  2016-03-12 14:44  next\next.pro
     文件       18178  2016-03-12 14:40  next\next.pro.user

评论

共有 条评论