登录
首页 » QT » resturantOrder

resturantOrder

于 2013-11-05 发布 文件大小:3652KB
0 166
下载积分: 1 下载次数: 3

代码说明:

  可以实现点菜功能,可以运行,功能完整 包括点菜,查看自己所点菜单,结账(Can achieve a la carte features, you can run, full-featured, including a la carte, his own point of view the menu, checkout)

文件列表:

resturantOrder
..............\database.db,5120,2013-11-02
..............\database.h,1691,2013-11-01
..............\enter.cpp,784,2013-11-01
..............\enter.h,359,2013-11-01
..............\enter.o,218400,2013-11-01
..............\enter.ui,1960,2013-11-01
..............\images





..............\......\5.png,86570,2010-06-01
..............\......\6.png,133749,2010-06-01
..............\......\bye.jpg,17341,2013-11-02
..............\......\en.gif,16601,2013-11-01
..............\......\welcome.gif,46058,2013-10-31
..............\main.cpp,261,2013-10-29
..............\main.o,118128,2013-10-29
..............\mainwindow.cpp,700,2013-11-01
..............\mainwindow.h,380,2013-10-25
..............\mainwindow.o,209360,2013-11-01
..............\mainwindow.ui,1588,2013-11-01
..............\Makefile,10992,2013-11-01
..............\menu.cpp,3352,2013-11-01
..............\menu.h,422,2013-11-01
..............\menu.o,255696,2013-11-02
..............\menu.ui,3412,2013-11-02
..............\moc_enter.cpp,2354,2013-11-01
..............\moc_enter.o,125700,2013-11-01
..............\moc_mainwindow.cpp,2349,2013-10-25
..............\moc_mainwindow.o,125840,2013-10-25
..............\moc_menu.cpp,2463,2013-11-01
..............\moc_menu.o,125648,2013-11-01
..............\moc_orderwidget.cpp,4142,2013-11-01
..............\moc_orderwidget.o,129032,2013-11-01
..............\moc_pay.cpp,2329,2013-11-02
..............\moc_pay.o,125340,2013-11-02
..............\orderwidget.cpp,2691,2013-11-01
..............\orderwidget.h,927,2013-11-01
..............\orderwidget.o,227236,2013-11-01
..............\orderwidget.ui,4138,2013-11-01
..............\pay.cpp,1954,2013-11-02
..............\pay.h,359,2013-11-02
..............\pay.o,230256,2013-11-02
..............\pay.ui,2665,2013-11-02
..............\qrc_res.cpp,3320776,2013-11-02
..............\qrc_res.o,655448,2013-11-02
..............\res.qrc,417,2013-11-02
..............\resturantOrder,2321898,2013-11-02
..............\resturantOrder.pro,519,2013-11-01
..............\resturantOrder.pro.user,11139,2013-11-02
..............\ui_enter.h,2892,2013-11-01
..............\ui_mainwindow.h,2802,2013-11-01
..............\ui_menu.h,5998,2013-11-02
..............\ui_orderwidget.h,8313,2013-11-01
..............\ui_pay.h,3518,2013-11-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC开发小知识点
    VC开发小知识点-development of small VC knowledge point
    2022-09-19 10:50:03下载
    积分:1
  • iebars_src
    CMenuBar: A toolbar that looks and acts exactly like a menu bar. It can be placed in a rebar control just like in Internet Explorer. It also draws icons next to menu items. CAlphaImageList: A replacement for CImageList that supports images with alpha channel introduced in Windows XP. It automatically generates hot and disabled images looking like in Internet Explorer 6. CAlphaToolBar: An extension of CToolBar that allows using alpha channel images.
    2008-03-01 11:57:53下载
    积分:1
  • menu option android
    android菜单选项,menu的用法。事例。-menu option android
    2022-01-31 23:53:37下载
    积分:1
  • 带图标和progress bar的
    带图标和progress bar的菜单-The menu which contains icon and progress bar
    2022-02-14 08:22:36下载
    积分:1
  • 登录筛选
    此 代码 很有用 用于筛选 基于 用户 登录 条目 是作. 当 we memasukana 用户 然后 一些 MenuStrip 将 不 出现, 但 当 we 输入的用户 adminisistrator 然后 所有 MenuStrip 显示.
    2023-06-23 20:15:04下载
    积分:1
  • smallnote
    模仿小记事本设计的小程序,可以打开,保存,读取数据(数据流)(Small notepad designed to imitate a small program that can open, save, read data (data flow))
    2013-06-06 23:42:23下载
    积分:1
  • vc开发,小只是点
    vc开发,小只是点-vc development, only a small point
    2023-06-10 12:00:03下载
    积分:1
  • qt 时钟类
    5 综合编程:可视化时钟5.1 演示案例【任务目标】实现如图所示的可视化时钟效果,钟表指针适时更新。要求整个表盘是客户区矩形的最大内接圆,随着窗口大小的变化而自适应变化,指针的大小也能相应变化。设计对话框,允许用户设置表盘、刻度及指针的颜色,在对话框内能够显示时钟的预览效果 【分析设计】可以采用最简单的设计,程序启动后触发定时器消息,在定时器事件处理方法中刷新窗体显示,在 paintEvent 方法中绘制可视化时钟。这种设计方案比较复杂,绘制时针、分针、秒针的代码比较复杂冗余。 paintEvent 的代码只能在窗体中绘制,如果要在其它地方绘制(如对话框中的预览效果),整个处理逻辑难以复用。整个时钟由表盘和 3 个指针构成,各自有不同的处理逻辑,将表盘处理和绘制封装在 Plate 类中, 3 个指针的处理逻辑时类似的,抽象出 Arm 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 01:43:43下载
    积分:1
  • Right
    很酷的右键弹出菜单,绝对值得,代码简单,下载后直接使用 -Right-cool pop-up menu, is worth, the code is simple, downloaded directly use
    2022-07-03 07:30:06下载
    积分:1
  • 一个模仿Office 2007风格的工具条(组合)空间代码
    一个模仿Office 2007风格的工具条(组合)空间代码-a copy of Office 2007 style tools (portfolio) space code
    2022-02-13 00:00:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载