登录
首页 » QT » resturantOrder

resturantOrder

于 2013-11-05 发布 文件大小:3652KB
0 74
下载积分: 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 个回复

  • qt 时钟类
    5 综合编程:可视化时钟5.1 演示案例【任务目标】实现如图所示的可视化时钟效果,钟表指针适时更新。要求整个表盘是客户区矩形的最大内接圆,随着窗口大小的变化而自适应变化,指针的大小也能相应变化。设计对话框,允许用户设置表盘、刻度及指针的颜色,在对话框内能够显示时钟的预览效果 【分析设计】可以采用最简单的设计,程序启动后触发定时器消息,在定时器事件处理方法中刷新窗体显示,在 paintEvent 方法中绘制可视化时钟。这种设计方案比较复杂,绘制时针、分针、秒针的代码比较复杂冗余。 paintEvent 的代码只能在窗体中绘制,如果要在其它地方绘制(如对话框中的预览效果),整个处理逻辑难以复用。整个时钟由表盘和 3 个指针构成,各自有不同的处理逻辑,将表盘处理和绘制封装在 Plate 类中, 3 个指针的处理逻辑时类似的,抽象出 Arm 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 01:43:43下载
    积分:1
  • 图像匹配,图像处理是难点,也是研究的热点…
    图像的匹配,是图像处理的难点,也是近几年研究的热点。-Image matching, image processing is difficult, but also the research hotspot in recent years.
    2022-09-08 10:05:03下载
    积分:1
  • 漂亮的XP风格的代选项按钮的
    漂亮的XP风格的代选项按钮的菜单-beautiful XP style button in lieu of the menu options
    2023-07-17 00:55:04下载
    积分:1
  • 自定义图标的自画(for winnt and 2000)
    自定义图标的自画菜单(for winnt and 2000)-since the definition of icon painting from the menu (for winnt and 2000
    2023-07-05 00:30:03下载
    积分:1
  • XP variety of styles menu, the menu super, super exciting source code
    XP多种风格的菜单,超级 精彩源代码-XP variety of styles menu, the menu super, super exciting source code
    2022-03-17 03:25:33下载
    积分:1
  • QtmodbusTCP
    Qt5自带的modbusTCP类实现的TCP modbus通信,程序包含客户端和服务器,开发环境为ubuntu16.04+Qt5.6.1,如打不开服务器,请将编译出的程序用sudo运行。(Qt5 comes with the modbusTCP class to achieve the Modbus TCP communication, the program contains the client and server, the development environment for ubuntu16.04+Qt5.6.1, such as the server does not open, please compile the program run with sudo.)
    2021-04-14 20:38:55下载
    积分:1
  • CoolMenu
    说明:  Winform漂亮菜单源码 多样式漂亮菜单,仿QQ自定义菜单(Multi-source Winform menu pretty beautiful menu styles, a custom menu like QQ)
    2009-08-20 11:06:16下载
    积分:1
  • LCD_TTS_CodeLCD程序(多层)(完整版)(最容易理解的程序)
    基于KEIL开发平台的C语言 LCD菜单程序 多级菜单 移植简单 便于理解 适用于有小型点阵显示屏的系统 并且有多级菜单目录的系统
    2022-01-28 13:46:33下载
    积分:1
  • 2023-04-18 21:35:04下载
    积分:1
  • html 带图片的按钮 例子
    html 带图片的按钮 例子
    2015-06-11下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载