在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Qt 图形界面开发 → QT做的点餐系统

QT做的点餐系统

Qt 图形界面开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:72.03M
  • 下载次数:35
  • 浏览次数:218
  • 发布时间:2022-04-15
  • 实例类别:Qt 图形界面开发
  • 发 布 人:01990118
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Qt 系统 点餐

实例介绍

【实例简介】QT做的点餐系统

【实例截图】

from clipboard

【核心代码】

.
├── OrderManager-master
│   ├── LikeQQ
│   ├── QuickViewTest
│   │   ├── EightGame.qml
│   │   ├── GameErrorTxt.qml
│   │   ├── GameGuide.qml
│   │   ├── GameGuideMain.qml
│   │   ├── GameNextUI.qml
│   │   ├── GameRomView.qml
│   │   ├── GameThirdUI.qml
│   │   ├── GameTips.qml
│   │   ├── GameView.qml
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── QuickViewTest.pro
│   │   ├── QuickViewTest.pro.user
│   │   ├── android
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res
│   │   │       ├── drawable-hdpi
│   │   │       │   └── icon.png
│   │   │       ├── drawable-ldpi
│   │   │       │   └── icon.png
│   │   │       └── drawable-mdpi
│   │   │           └── icon.png
│   │   ├── android-build
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── assets
│   │   │   │   └── --Added-by-androiddeployqt--
│   │   │   │       └── qml
│   │   │   │           ├── Qt
│   │   │   │           │   └── labs
│   │   │   │           │       ├── folderlistmodel
│   │   │   │           │       │   ├── plugins.qmltypes
│   │   │   │           │       │   └── qmldir
│   │   │   │           │       └── settings
│   │   │   │           │           ├── plugins.qmltypes
│   │   │   │           │           └── qmldir
│   │   │   │           ├── QtBluetooth
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtGraphicalEffects
│   │   │   │           │   ├── Blend.qml
│   │   │   │           │   ├── BrightnessContrast.qml
│   │   │   │           │   ├── ColorOverlay.qml
│   │   │   │           │   ├── Colorize.qml
│   │   │   │           │   ├── ConicalGradient.qml
│   │   │   │           │   ├── Desaturate.qml
│   │   │   │           │   ├── DirectionalBlur.qml
│   │   │   │           │   ├── Displace.qml
│   │   │   │           │   ├── DropShadow.qml
│   │   │   │           │   ├── FastBlur.qml
│   │   │   │           │   ├── GammaAdjust.qml
│   │   │   │           │   ├── GaussianBlur.qml
│   │   │   │           │   ├── Glow.qml
│   │   │   │           │   ├── HueSaturation.qml
│   │   │   │           │   ├── InnerShadow.qml
│   │   │   │           │   ├── LevelAdjust.qml
│   │   │   │           │   ├── LinearGradient.qml
│   │   │   │           │   ├── MaskedBlur.qml
│   │   │   │           │   ├── OpacityMask.qml
│   │   │   │           │   ├── RadialBlur.qml
│   │   │   │           │   ├── RadialGradient.qml
│   │   │   │           │   ├── RectangularGlow.qml
│   │   │   │           │   ├── RecursiveBlur.qml
│   │   │   │           │   ├── ThresholdMask.qml
│   │   │   │           │   ├── ZoomBlur.qml
│   │   │   │           │   ├── private
│   │   │   │           │   │   ├── FastGlow.qml
│   │   │   │           │   │   ├── FastInnerShadow.qml
│   │   │   │           │   │   ├── FastMaskedBlur.qml
│   │   │   │           │   │   ├── GaussianDirectionalBlur.qml
│   │   │   │           │   │   ├── GaussianGlow.qml
│   │   │   │           │   │   ├── GaussianInnerShadow.qml
│   │   │   │           │   │   ├── GaussianMaskedBlur.qml
│   │   │   │           │   │   └── SourceProxy.qml
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtMultimedia
│   │   │   │           │   ├── Video.qml
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtNfc
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtPositioning
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtQml
│   │   │   │           │   └── Models.2
│   │   │   │           │       └── qmldir
│   │   │   │           ├── QtQuick
│   │   │   │           │   ├── Controls
│   │   │   │           │   │   ├── ApplicationWindow.qml
│   │   │   │           │   │   ├── BusyIndicator.qml
│   │   │   │           │   │   ├── Button.qml
│   │   │   │           │   │   ├── CheckBox.qml
│   │   │   │           │   │   ├── ComboBox.qml
│   │   │   │           │   │   ├── GroupBox.qml
│   │   │   │           │   │   ├── Label.qml
│   │   │   │           │   │   ├── Menu.qml
│   │   │   │           │   │   ├── MenuBar.qml
│   │   │   │           │   │   ├── Private
│   │   │   │           │   │   │   ├── AbstractCheckable.qml
│   │   │   │           │   │   │   ├── BasicButton.qml
│   │   │   │           │   │   │   ├── ColumnMenuContent.qml
│   │   │   │           │   │   │   ├── Control.qml
│   │   │   │           │   │   │   ├── FastGlow.qml
│   │   │   │           │   │   │   ├── FocusFrame.qml
│   │   │   │           │   │   │   ├── MenuContentItem.qml
│   │   │   │           │   │   │   ├── MenuContentScroller.qml
│   │   │   │           │   │   │   ├── ModalPopupBehavior.qml
│   │   │   │           │   │   │   ├── ScrollBar.qml
│   │   │   │           │   │   │   ├── ScrollViewHelper.qml
│   │   │   │           │   │   │   ├── SourceProxy.qml
│   │   │   │           │   │   │   ├── StackView.js
│   │   │   │           │   │   │   ├── StackViewSlideDelegate.qml
│   │   │   │           │   │   │   ├── Style.qml
│   │   │   │           │   │   │   ├── TabBar.qml
│   │   │   │           │   │   │   ├── TableViewSelection.qml
│   │   │   │           │   │   │   ├── TextSingleton.qml
│   │   │   │           │   │   │   ├── qmldir
│   │   │   │           │   │   │   └── style.js
│   │   │   │           │   │   ├── ProgressBar.qml
│   │   │   │           │   │   ├── RadioButton.qml
│   │   │   │           │   │   ├── ScrollView.qml
│   │   │   │           │   │   ├── Slider.qml
│   │   │   │           │   │   ├── SpinBox.qml
│   │   │   │           │   │   ├── SplitView.qml
│   │   │   │           │   │   ├── StackView.qml
│   │   │   │           │   │   ├── StackViewDelegate.qml
│   │   │   │           │   │   ├── StackViewTransition.qml
│   │   │   │           │   │   ├── StatusBar.qml
│   │   │   │           │   │   ├── Styles
│   │   │   │           │   │   │   ├── Base
│   │   │   │           │   │   │   │   ├── BusyIndicatorStyle.qml
│   │   │   │           │   │   │   │   ├── ButtonStyle.qml
│   │   │   │           │   │   │   │   ├── CheckBoxStyle.qml
│   │   │   │           │   │   │   │   ├── ComboBoxStyle.qml
│   │   │   │           │   │   │   │   ├── FocusFrameStyle.qml
│   │   │   │           │   │   │   │   ├── GroupBoxStyle.qml
│   │   │   │           │   │   │   │   ├── MenuBarStyle.qml
│   │   │   │           │   │   │   │   ├── MenuStyle.qml
│   │   │   │           │   │   │   │   ├── ProgressBarStyle.qml
│   │   │   │           │   │   │   │   ├── RadioButtonStyle.qml
│   │   │   │           │   │   │   │   ├── ScrollViewStyle.qml
│   │   │   │           │   │   │   │   ├── SliderStyle.qml
│   │   │   │           │   │   │   │   ├── SpinBoxStyle.qml
│   │   │   │           │   │   │   │   ├── StatusBarStyle.qml
│   │   │   │           │   │   │   │   ├── SwitchStyle.qml
│   │   │   │           │   │   │   │   ├── TabViewStyle.qml
│   │   │   │           │   │   │   │   ├── TableViewStyle.qml
│   │   │   │           │   │   │   │   ├── TextAreaStyle.qml
│   │   │   │           │   │   │   │   ├── TextFieldStyle.qml
│   │   │   │           │   │   │   │   ├── ToolBarStyle.qml
│   │   │   │           │   │   │   │   ├── ToolButtonStyle.qml
│   │   │   │           │   │   │   │   └── images
│   │   │   │           │   │   │   │       ├── arrow-down.png
│   │   │   │           │   │   │   │       ├── arrow-down@2x.png
│   │   │   │           │   │   │   │       ├── arrow-left.png
│   │   │   │           │   │   │   │       ├── arrow-left@2x.png
│   │   │   │           │   │   │   │       ├── arrow-right.png
│   │   │   │           │   │   │   │       ├── arrow-right@2x.png
│   │   │   │           │   │   │   │       ├── arrow-up.png
│   │   │   │           │   │   │   │       ├── arrow-up@2x.png
│   │   │   │           │   │   │   │       ├── button.png
│   │   │   │           │   │   │   │       ├── button_down.png
│   │   │   │           │   │   │   │       ├── check.png
│   │   │   │           │   │   │   │       ├── check@2x.png
│   │   │   │           │   │   │   │       ├── editbox.png
│   │   │   │           │   │   │   │       ├── focusframe.png
│   │   │   │           │   │   │   │       ├── groupbox.png
│   │   │   │           │   │   │   │       ├── header.png
│   │   │   │           │   │   │   │       ├── progress-indeterminate.png
│   │   │   │           │   │   │   │       ├── scrollbar-handle-horizontal.png
│   │   │   │           │   │   │   │       ├── scrollbar-handle-transient.png
│   │   │   │           │   │   │   │       ├── scrollbar-handle-vertical.png
│   │   │   │           │   │   │   │       ├── slider-groove.png
│   │   │   │           │   │   │   │       ├── slider-handle.png
│   │   │   │           │   │   │   │       ├── spinner_large.png
│   │   │   │           │   │   │   │       ├── spinner_medium.png
│   │   │   │           │   │   │   │       ├── spinner_small.png
│   │   │   │           │   │   │   │       ├── tab.png
│   │   │   │           │   │   │   │       └── tab_selected.png
│   │   │   │           │   │   │   ├── Desktop
│   │   │   │           │   │   │   │   ├── BusyIndicatorStyle.qml
│   │   │   │           │   │   │   │   ├── ButtonStyle.qml
│   │   │   │           │   │   │   │   ├── CheckBoxStyle.qml
│   │   │   │           │   │   │   │   ├── ComboBoxStyle.qml
│   │   │   │           │   │   │   │   ├── FocusFrameStyle.qml
│   │   │   │           │   │   │   │   ├── GroupBoxStyle.qml
│   │   │   │           │   │   │   │   ├── MenuBarStyle.qml
│   │   │   │           │   │   │   │   ├── MenuStyle.qml
│   │   │   │           │   │   │   │   ├── ProgressBarStyle.qml
│   │   │   │           │   │   │   │   ├── RadioButtonStyle.qml
│   │   │   │           │   │   │   │   ├── RowItemSingleton.qml
│   │   │   │           │   │   │   │   ├── ScrollViewStyle.qml
│   │   │   │           │   │   │   │   ├── SliderStyle.qml
│   │   │   │           │   │   │   │   ├── SpinBoxStyle.qml
│   │   │   │           │   │   │   │   ├── StatusBarStyle.qml
│   │   │   │           │   │   │   │   ├── SwitchStyle.qml
│   │   │   │           │   │   │   │   ├── TabViewStyle.qml
│   │   │   │           │   │   │   │   ├── TableViewStyle.qml
│   │   │   │           │   │   │   │   ├── TextAreaStyle.qml
│   │   │   │           │   │   │   │   ├── TextFieldStyle.qml
│   │   │   │           │   │   │   │   ├── ToolBarStyle.qml
│   │   │   │           │   │   │   │   ├── ToolButtonStyle.qml
│   │   │   │           │   │   │   │   └── qmldir
│   │   │   │           │   │   │   └── qmldir
│   │   │   │           │   │   ├── Switch.qml
│   │   │   │           │   │   ├── Tab.qml
│   │   │   │           │   │   ├── TabView.qml
│   │   │   │           │   │   ├── TableView.qml
│   │   │   │           │   │   ├── TableViewColumn.qml
│   │   │   │           │   │   ├── TextArea.qml
│   │   │   │           │   │   ├── TextField.qml
│   │   │   │           │   │   ├── ToolBar.qml
│   │   │   │           │   │   ├── ToolButton.qml
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── Dialogs
│   │   │   │           │   │   ├── Private
│   │   │   │           │   │   │   └── qmldir
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── Layouts
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── LocalStorage
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── Particles.2
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── PrivateWidgets
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   ├── Window.2
│   │   │   │           │   │   ├── plugins.qmltypes
│   │   │   │           │   │   └── qmldir
│   │   │   │           │   └── XmlListModel
│   │   │   │           │       ├── plugins.qmltypes
│   │   │   │           │       └── qmldir
│   │   │   │           ├── QtQuick.2
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           ├── QtSensors
│   │   │   │           │   ├── plugins.qmltypes
│   │   │   │           │   └── qmldir
│   │   │   │           └── QtTest
│   │   │   │               ├── SignalSpy.qml
│   │   │   │               ├── TestCase.qml
│   │   │   │               ├── plugins.qmltypes
│   │   │   │               ├── qmldir
│   │   │   │               └── testlogger.js
│   │   │   ├── bin
│   │   │   │   ├── AndroidManifest.xml
│   │   │   │   ├── AndroidManifest.xml.d
│   │   │   │   ├── QtApp-debug-unaligned.apk
│   │   │   │   ├── QtApp-debug-unaligned.apk.d
│   │   │   │   ├── QtApp-debug.apk
│   │   │   │   ├── QtApp.ap_
│   │   │   │   ├── QtApp.ap_.d
│   │   │   │   ├── aidl
│   │   │   │   │   └── org
│   │   │   │   │       └── kde
│   │   │   │   │           └── necessitas
│   │   │   │   │               └── ministro
│   │   │   │   │                   ├── IMinistro.aidl
│   │   │   │   │                   └── IMinistroCallback.aidl
│   │   │   │   ├── build.prop
│   │   │   │   ├── classes
│   │   │   │   │   └── org
│   │   │   │   │       ├── kde
│   │   │   │   │       │   └── necessitas
│   │   │   │   │       │       ├── ministro
│   │   │   │   │       │       │   ├── IMinistro$Stub$Proxy.class
│   │   │   │   │       │       │   ├── IMinistro$Stub.class
│   │   │   │   │       │       │   ├── IMinistro.class
│   │   │   │   │       │       │   ├── IMinistroCallback$Stub$Proxy.class
│   │   │   │   │       │       │   ├── IMinistroCallback$Stub.class
│   │   │   │   │       │       │   └── IMinistroCallback.class
│   │   │   │   │       │       └── origo
│   │   │   │   │       │           └── QSimpleAudioPlayer.class
│   │   │   │   │       └── qtproject
│   │   │   │   │           ├── dtuandui
│   │   │   │   │           │   ├── BuildConfig.class
│   │   │   │   │           │   ├── R$array.class
│   │   │   │   │           │   ├── R$attr.class
│   │   │   │   │           │   ├── R$drawable.class
│   │   │   │   │           │   ├── R$layout.class
│   │   │   │   │           │   ├── R$string.class
│   │   │   │   │           │   └── R.class
│   │   │   │   │           ├── example
│   │   │   │   │           │   └── notification
│   │   │   │   │           │       └── NotifictionforQt.class
│   │   │   │   │           └── qt5
│   │   │   │   │               └── android
│   │   │   │   │                   └── bindings
│   │   │   │   │                       ├── QtActivity$1.class
│   │   │   │   │                       ├── QtActivity$2.class
│   │   │   │   │                       ├── QtActivity$3$1$1.class
│   │   │   │   │                       ├── QtActivity$3$1.class
│   │   │   │   │                       ├── QtActivity$3.class
│   │   │   │   │                       ├── QtActivity$4.class
│   │   │   │   │                       ├── QtActivity$5.class
│   │   │   │   │                       ├── QtActivity$6.class
│   │   │   │   │                       ├── QtActivity.class
│   │   │   │   │                       ├── QtApplication$InvokeResult.class
│   │   │   │   │                       └── QtApplication.class
│   │   │   │   ├── classes.dex
│   │   │   │   ├── classes.dex.d
│   │   │   │   ├── dexedLibs
│   │   │   │   │   ├── QtAndroid-bundled-fab5897076992962f13a2fbc4a6dfa21.jar
│   │   │   │   │   └── QtAndroidAccessibility-bundled-5c314e6a5ca857c6fffd0e3200418f59.jar
│   │   │   │   ├── jarlist.cache
│   │   │   │   ├── proguard.txt
│   │   │   │   └── res
│   │   │   │       ├── drawable-hdpi
│   │   │   │       │   └── icon.png
│   │   │   │       ├── drawable-ldpi
│   │   │   │       │   └── icon.png
│   │   │   │       └── drawable-mdpi
│   │   │   │           └── icon.png
│   │   │   ├── build.xml
│   │   │   ├── gen
│   │   │   │   ├── R.java.d
│   │   │   │   └── org
│   │   │   │       ├── kde
│   │   │   │       │   └── necessitas
│   │   │   │       │       └── ministro
│   │   │   │       │           ├── IMinistro.java
│   │   │   │       │           ├── IMinistro.java.d
│   │   │   │       │           ├── IMinistroCallback.java
│   │   │   │       │           └── IMinistroCallback.java.d
│   │   │   │       └── qtproject
│   │   │   │           └── dtuandui
│   │   │   │               ├── BuildConfig.java
│   │   │   │               └── R.java
│   │   │   ├── libs
│   │   │   │   ├── QtAndroid-bundled.jar
│   │   │   │   ├── QtAndroidAccessibility-bundled.jar
│   │   │   │   └── armeabi-v7a
│   │   │   │       ├── gdbserver
│   │   │   │       ├── libEightGame.so
│   │   │   │       ├── libQt5Core.so
│   │   │   │       ├── libQt5Gui.so
│   │   │   │       ├── libQt5Network.so
│   │   │   │       ├── libQt5Qml.so
│   │   │   │       ├── libQt5Quick.so
│   │   │   │       ├── libQt5QuickParticles.so
│   │   │   │       ├── libQt5Widgets.so
│   │   │   │       ├── libgnustl_shared.so
│   │   │   │       ├── libplugins_accessible_libqtaccessiblequick.so
│   │   │   │       ├── libplugins_accessible_libqtaccessiblewidgets.so
│   │   │   │       ├── libplugins_bearer_libqgenericbearer.so
│   │   │   │       ├── libplugins_imageformats_libqgif.so
│   │   │   │       ├── libplugins_imageformats_libqico.so
│   │   │   │       ├── libplugins_imageformats_libqjpeg.so
│   │   │   │       ├── libplugins_imageformats_libqmng.so
│   │   │   │       ├── libplugins_imageformats_libqtga.so
│   │   │   │       ├── libplugins_imageformats_libqtiff.so
│   │   │   │       ├── libplugins_imageformats_libqwbmp.so
│   │   │   │       ├── libplugins_platforms_android_libqtforandroid.so
│   │   │   │       ├── libplugins_platforms_android_libqtforandroidGL.so
│   │   │   │       ├── libplugins_platforms_libqminimal.so
│   │   │   │       ├── libplugins_platforms_libqoffscreen.so
│   │   │   │       ├── libplugins_qmltooling_libqmldbg_qtquick2.so
│   │   │   │       ├── libplugins_qmltooling_libqmldbg_tcp.so
│   │   │   │       ├── libqml_QtQml_Models.2_libmodelsplugin.so
│   │   │   │       ├── libqml_QtQuick.2_libqtquick2plugin.so
│   │   │   │       ├── libqml_QtQuick_Controls_libqtquickcontrolsplugin.so
│   │   │   │       ├── libqml_QtQuick_Dialogs_Private_libdialogsprivateplugin.so
│   │   │   │       ├── libqml_QtQuick_Dialogs_libdialogplugin.so
│   │   │   │       ├── libqml_QtQuick_Layouts_libqquicklayoutsplugin.so
│   │   │   │       ├── libqml_QtQuick_Particles.2_libparticlesplugin.so
│   │   │   │       ├── libqml_QtQuick_PrivateWidgets_libwidgetsplugin.so
│   │   │   │       ├── libqml_QtQuick_Window.2_libwindowplugin.so
│   │   │   │       ├── libqml_Qt_labs_folderlistmodel_libqmlfolderlistmodelplugin.so
│   │   │   │       └── libqml_Qt_labs_settings_libqmlsettingsplugin.so
│   │   │   ├── local.properties
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-ldpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── layout
│   │   │   │   │   └── splash.xml
│   │   │   │   ├── values
│   │   │   │   │   ├── libs.xml
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-de
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-el
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-es
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-et
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-fa
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-fr
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-id
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-it
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-ja
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-ms
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-nb
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-nl
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-pl
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-pt-rBR
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-ro
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-rs
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-ru
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-zh-rCN
│   │   │   │   │   └── strings.xml
│   │   │   │   └── values-zh-rTW
│   │   │   │       └── strings.xml
│   │   │   ├── src
│   │   │   │   └── org
│   │   │   │       ├── kde
│   │   │   │       │   └── necessitas
│   │   │   │       │       ├── ministro
│   │   │   │       │       │   ├── IMinistro.aidl
│   │   │   │       │       │   └── IMinistroCallback.aidl
│   │   │   │       │       └── origo
│   │   │   │       │           ├── NotifictionforQt.java
│   │   │   │       │           └── QSimpleAudioPlayer.java
│   │   │   │       └── qtproject
│   │   │   │           └── qt5
│   │   │   │               └── android
│   │   │   │                   └── bindings
│   │   │   │                       ├── QtActivity.java
│   │   │   │                       └── QtApplication.java
│   │   │   └── version.xml
│   │   ├── android-libEightGame.so-deployment-settings.json
│   │   ├── android-libQuickViewTest.so-deployment-settings.json
│   │   ├── android-lib八字游戏.so-deployment-settings.json
│   │   ├── app_process
│   │   ├── big.png
│   │   ├── debug
│   │   │   └── QuickViewTest.exe
│   │   ├── eight-big.ico
│   │   ├── eight-mid.ico
│   │   ├── eight-small.ico
│   │   ├── eightrc.qrc
│   │   ├── fileio.cpp
│   │   ├── fileio.h
│   │   ├── fileio.obj
│   │   ├── fileno.txt
│   │   ├── gameMainUi.qml
│   │   ├── libEightGame.so
│   │   ├── libQuickViewTest.so
│   │   ├── libc.so
│   │   ├── lib鍏瓧娓告垙.so
│   │   ├── logo_72.png
│   │   ├── main.cpp
│   │   ├── main.obj
│   │   ├── mid.png
│   │   ├── moc_fileio.cpp
│   │   ├── moc_fileio.obj
│   │   ├── moc_myquickview.cpp
│   │   ├── moc_myquickview.obj
│   │   ├── moc_widget.cpp
│   │   ├── moc_widget.obj
│   │   ├── myquickimage.qml
│   │   ├── myquickview.cpp
│   │   ├── myquickview.h
│   │   ├── myquickview.obj
│   │   ├── qrc_eightrc.cpp
│   │   ├── qrc_eightrc.obj
│   │   ├── small.png
│   │   ├── tab_btn_close_hover.png
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   ├── widget.obj
│   │   └── xx.png
│   ├── ReadMe.md
│   ├── build-server-Desktop_Qt_5_9_0_MinGW_32bit-Debug
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── debug
│   │   │   ├── caidan.o
│   │   │   ├── main.o
│   │   │   ├── moc_caidan.cpp
│   │   │   ├── moc_caidan.o
│   │   │   ├── moc_predefs.h
│   │   │   ├── moc_server.cpp
│   │   │   ├── moc_server.o
│   │   │   ├── qrc_src.cpp
│   │   │   ├── qrc_src.o
│   │   │   ├── server.exe
│   │   │   └── server.o
│   │   ├── my.db
│   │   ├── release
│   │   ├── rsr
│   │   ├── ui_caidan.h
│   │   └── ui_server.h
│   ├── build-wwl-Desktop_Qt_5_9_0_MinGW_32bit-Debug
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── debug
│   │   │   ├── illus.o
│   │   │   ├── loading.o
│   │   │   ├── login.o
│   │   │   ├── main.o
│   │   │   ├── moc_illus.cpp
│   │   │   ├── moc_illus.o
│   │   │   ├── moc_loading.cpp
│   │   │   ├── moc_loading.o
│   │   │   ├── moc_login.cpp
│   │   │   ├── moc_login.o
│   │   │   ├── moc_predefs.h
│   │   │   ├── moc_yyf.cpp
│   │   │   ├── moc_yyf.o
│   │   │   ├── qrc_yyf.cpp
│   │   │   ├── qrc_yyf.o
│   │   │   ├── wwl.exe
│   │   │   └── yyf.o
│   │   ├── object_script.wwl.Debug
│   │   ├── object_script.wwl.Release
│   │   ├── release
│   │   ├── ui_illus.h
│   │   ├── ui_loading.h
│   │   ├── ui_login.h
│   │   └── ui_yyf.h
│   ├── build-ybdbInstaller-Desktop_Qt_5_9_0_MinGW_32bit-Debug
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── debug
│   │   │   ├── cancelinstall.o
│   │   │   ├── choosepathwidget.o
│   │   │   ├── installedwidget.o
│   │   │   ├── installwidget.o
│   │   │   ├── main.o
│   │   │   ├── mypushbutton.o
│   │   │   ├── welcomewidget.o
│   │   │   └── widget.o
│   │   ├── object_script.ybdbInstaller.Debug
│   │   ├── object_script.ybdbInstaller.Release
│   │   └── release
│   ├── client--pc
│   │   ├── 123.jpg
│   │   ├── 3.png
│   │   ├── 64.png
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── an.jpg
│   │   ├── android-libwwl.so-deployment-settings.json
│   │   ├── dddd.jpg
│   │   ├── debug
│   │   │   ├── illus.o
│   │   │   ├── loading.o
│   │   │   ├── login.o
│   │   │   ├── main.o
│   │   │   ├── moc_illus.cpp
│   │   │   ├── moc_illus.o
│   │   │   ├── moc_loading.cpp
│   │   │   ├── moc_loading.o
│   │   │   ├── moc_login.cpp
│   │   │   ├── moc_login.o
│   │   │   ├── moc_yyf.cpp
│   │   │   ├── moc_yyf.o
│   │   │   ├── qrc_yyf.cpp
│   │   │   ├── qrc_yyf.o
│   │   │   ├── wwl.exe
│   │   │   └── yyf.o
│   │   ├── explain.o
│   │   ├── illus.cpp
│   │   ├── illus.h
│   │   ├── illus.o
│   │   ├── illus.ui
│   │   ├── images
│   │   │   ├── 123.jpg
│   │   │   ├── 3.png
│   │   │   ├── 64.png
│   │   │   ├── an.jpg
│   │   │   ├── dddd.jpg
│   │   │   ├── qian.jpg
│   │   │   ├── succ.jpg
│   │   │   ├── succ1.jpg
│   │   │   ├── tu.jpg
│   │   │   ├── uss.jpeg
│   │   │   ├── w.jpg
│   │   │   ├── w12.png
│   │   │   ├── wll.jpg
│   │   │   ├── wll.png
│   │   │   ├── www.jpg
│   │   │   ├── xue.jpg
│   │   │   ├── yun.jpg
│   │   │   └── yyf.jpg
│   │   ├── loading.cpp
│   │   ├── loading.h
│   │   ├── loading.o
│   │   ├── loading.ui
│   │   ├── login.cpp
│   │   ├── login.h
│   │   ├── login.o
│   │   ├── login.ui
│   │   ├── main.cpp
│   │   ├── main.o
│   │   ├── moc_explain.cpp
│   │   ├── moc_explain.o
│   │   ├── moc_illus.cpp
│   │   ├── moc_illus.o
│   │   ├── moc_loading.cpp
│   │   ├── moc_loading.o
│   │   ├── moc_login.cpp
│   │   ├── moc_login.o
│   │   ├── moc_yyf.cpp
│   │   ├── moc_yyf.o
│   │   ├── object_script..Debug
│   │   ├── object_script..Release
│   │   ├── object_script.wwl.Debug
│   │   ├── object_script.wwl.Release
│   │   ├── qian.jpg
│   │   ├── qrc_yyf.cpp
│   │   ├── qrc_yyf.o
│   │   ├── rsr.sql
│   │   ├── succ.jpg
│   │   ├── succ1.jpg
│   │   ├── tu.jpg
│   │   ├── ui_dshow.h
│   │   ├── ui_explain.h
│   │   ├── ui_illus.h
│   │   ├── ui_loading.h
│   │   ├── ui_login.h
│   │   ├── ui_yyf.h
│   │   ├── uss.jpeg
│   │   ├── w.jpg
│   │   ├── w12.png
│   │   ├── wll.jpg
│   │   ├── wll.png
│   │   ├── wwl.pro
│   │   ├── wwl.pro.user
│   │   ├── wwl.pro.user.1.3
│   │   ├── wwl.pro.user.2.1pre1
│   │   ├── wwl.pro.user.3.2-pre1
│   │   ├── www.jpg
│   │   ├── xue.jpg
│   │   ├── yun.jpg
│   │   ├── yyf.cpp
│   │   ├── yyf.h
│   │   ├── yyf.jpg
│   │   ├── yyf.js
│   │   ├── yyf.o
│   │   ├── yyf.qrc
│   │   └── yyf.ui
│   ├── service_1
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── TcpClientSocket.h
│   │   ├── caidan.cpp
│   │   ├── caidan.h
│   │   ├── caidan.o
│   │   ├── caidan.qrc
│   │   ├── caidan.ui
│   │   ├── debug
│   │   │   ├── caidan.o
│   │   │   ├── main.o
│   │   │   ├── moc_caidan.cpp
│   │   │   ├── moc_caidan.o
│   │   │   ├── moc_server.cpp
│   │   │   ├── moc_server.o
│   │   │   ├── qrc_src.cpp
│   │   │   ├── qrc_src.o
│   │   │   ├── server.exe
│   │   │   └── server.o
│   │   ├── main.cpp
│   │   ├── main.o
│   │   ├── moc_caidan.cpp
│   │   ├── moc_caidan.o
│   │   ├── moc_server.cpp
│   │   ├── moc_server.o
│   │   ├── qrc_src.cpp
│   │   ├── qrc_src.o
│   │   ├── rsr.sql
│   │   ├── server.cpp
│   │   ├── server.h
│   │   ├── server.o
│   │   ├── server.pro
│   │   ├── server.pro.user
│   │   ├── server.pro.user.1.3
│   │   ├── server.pro.user.3.2-pre1
│   │   ├── server.ui
│   │   ├── src
│   │   │   ├── 154433321.jpg
│   │   │   ├── 20080519102858585.jpg
│   │   │   ├── 20087417153357_2.jpg
│   │   │   ├── Bin II.png
│   │   │   ├── Cholesterol (to eat).png
│   │   │   ├── Coin256.png
│   │   │   ├── FilesFolder256.png
│   │   │   ├── PaperMoney256.png
│   │   │   ├── cholesterol (to eat).ico
│   │   │   ├── 桌号.png
│   │   │   ├── 桌子.png
│   │   │   ├── 金额.png
│   │   │   ├── 厨房信息.png
│   │   │   ├── 金融金钱类图标下载10.png
│   │   │   └── 金融金钱类图标下载4.png
│   │   ├── src.qrc
│   │   ├── ui_caidan.h
│   │   ├── ui_server.h
│   │   └── xx.sql
│   └── ybdbInstaller
│       ├── Makefile
│       ├── Makefile.Debug
│       ├── Makefile.Release
│       ├── cancelinstall.cpp
│       ├── cancelinstall.h
│       ├── choosepathwidget.cpp
│       ├── choosepathwidget.h
│       ├── install.rc
│       ├── installedwidget.cpp
│       ├── installedwidget.h
│       ├── installrc.qrc
│       ├── installwidget.cpp
│       ├── installwidget.h
│       ├── jinglei.FON
│       ├── main.cpp
│       ├── mypushbutton.cpp
│       ├── mypushbutton.h
│       ├── object_script.ybdbInstaller.Debug
│       ├── object_script.ybdbInstaller.Release
│       ├── vc100.pdb
│       ├── welcomewidget.cpp
│       ├── welcomewidget.h
│       ├── widget.cpp
│       ├── widget.h
│       ├── ybdbInstaller.pro
│       ├── ybdbInstaller.pro.user
│       ├── ybdbInstaller.pro.user.15
│       ├── ybdbInstaller.pro.user.3.0-pre1
│       └── ybdbInstaller.pro.user.3.2-pre1
└── 好例子网_OrderManager-master.zip

127 directories, 629 files




标签: Qt 系统 点餐

实例下载地址

QT做的点餐系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警