• 大小: 23KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-09
  • 语言: 其他
  • 标签: QT  自助点餐  代码  

资源简介

这好似一个基于QT的自助点餐系统,可以用来做毕业设计哦

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include “mydlg.h“
#include “orderinfo.h“
#include 


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

    if(my1.exec()==QDialog::Accepted)    //利用Accepted信号判断enterBtn是否被按下
       {
           w.show();         //如果被按下,显示主窗口
           return a.exec();       //程序一直执行,直到主窗口关闭
           w.readFoods();
       }
    else return 0;     //如果没被按下,则不会进入主窗口,整个程序结束
   // w.show();
   // return a.exec();
}

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

     文件        481  2015-07-14 11:35  1208060309 孙征\Client\Client.pro

     文件      18197  2015-07-17 09:16  1208060309 孙征\Client\Client.pro.user

     文件         68  2015-07-01 14:09  1208060309 孙征\Client\Commen.h

     文件        650  2015-07-01 09:25  1208060309 孙征\Client\images.qrc

     文件        607  2015-07-12 10:46  1208060309 孙征\Client\main.cpp

     文件       7172  2015-07-16 08:05  1208060309 孙征\Client\mainwindow.cpp

     文件       7248  2015-07-17 10:00  1208060309 孙征\Client\mainwindow.cpp.autosave

     文件       1420  2015-07-15 20:14  1208060309 孙征\Client\mainwindow.h

     文件       1478  2015-07-17 10:00  1208060309 孙征\Client\mainwindow.h.autosave

     文件       7901  2015-07-17 09:27  1208060309 孙征\Client\mainwindow.ui

     文件        868  2015-07-17 09:27  1208060309 孙征\Client\mydlg.cpp

     文件        406  2015-07-12 10:41  1208060309 孙征\Client\mydlg.h

     文件       1591  2015-07-17 09:28  1208060309 孙征\Client\mydlg.ui

     文件        286  2015-07-01 14:11  1208060309 孙征\Client\orderinfo.cpp

     文件        326  2015-07-01 14:11  1208060309 孙征\Client\orderinfo.h

     文件       2667  2015-07-01 11:34  1208060309 孙征\Client\orderinfo.ui

     文件       2425  2015-07-17 09:52  1208060309 孙征\Server\connection.h

     文件        254  2015-07-11 11:48  1208060309 孙征\Server\main.cpp

     文件      12756  2015-07-17 09:27  1208060309 孙征\Server\mainwindow.cpp

     文件       1594  2015-07-17 08:36  1208060309 孙征\Server\mainwindow.h

     文件       5481  2015-07-17 09:45  1208060309 孙征\Server\mainwindow.ui

     文件        426  2015-07-13 09:08  1208060309 孙征\Server\Server.pro

     文件      18197  2015-07-17 09:16  1208060309 孙征\Server\Server.pro.user

     目录          0  2015-07-17 10:04  1208060309 孙征\Client

     目录          0  2015-07-17 10:04  1208060309 孙征\Server

     目录          0  2015-07-17 10:04  1208060309 孙征

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

                92499                    26


评论

共有 条评论