• 大小: 0M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-09
  • 语言: 其他
  • 标签: 其他  

资源简介

nGui.rar

资源截图

代码片段和文件信息

#include “widget.h“
#include 
#include “mydlg.h“//加入头文件

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    myDlg my1; //建立自己新建的类的对象my1
    if(my1.exec()==QDialog::Accepted) //利用Accepted信号判断enterBtn是否被按下
    {


        w.show();
        return a.exec();
    }
    else
        return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        411  2016-08-12 17:21  nGui\main.cpp

     文件        194  2016-08-12 17:01  nGui\mydlg.cpp

     文件        273  2016-08-12 17:01  nGui\mydlg.h

     文件       1047  2016-08-13 09:36  nGui\mydlg.ui

     文件        413  2016-08-12 17:01  nGui\nGui.pro

     文件      17647  2016-08-13 08:33  nGui\nGui.pro.user

     文件        264  2016-08-13 09:35  nGui\widget.cpp

     文件        433  2016-08-13 09:20  nGui\widget.h

     文件       1138  2016-08-13 09:36  nGui\widget.ui

     目录          0  2016-08-13 09:36  nGui

----------- ---------  ---------- -----  ----

                21820                    10


评论

共有 条评论