嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
QT做的点餐系统
.
├── 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