嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Qt桌面开发控制居家系统
.
├── Qt桌面开发控制居家系统_SmartHomeControlSystem.zip
└── SmartHomeControlSystem
├── Image
│ ├── BackgroundImage
│ │ ├── Bedroom.png
│ │ ├── Close.png
│ │ ├── Homepage.png
│ │ ├── List.png
│ │ ├── Monitor.png
│ │ ├── More.png
│ │ ├── Narrow.png
│ │ ├── Scene.png
│ │ └── Security.png
│ └── HomePageInterface
│ ├── NextSong.png
│ ├── Play.png
│ ├── PreviousSong.png
│ └── Suspend.png
├── Image.qrc
├── Interface
│ ├── HomePageInterface.cpp
│ ├── HomePageInterface.h
│ ├── HomePageInterface.ui
│ ├── Interface.pri
│ ├── MainInterface.cpp
│ ├── MainInterface.h
│ ├── MainInterface.ui
│ ├── MonitorInterface.cpp
│ ├── MonitorInterface.h
│ ├── MonitorInterface.ui
│ ├── MoreInterface.cpp
│ ├── MoreInterface.h
│ ├── MoreInterface.ui
│ ├── RoomInterface.cpp
│ ├── RoomInterface.h
│ ├── RoomInterface.ui
│ ├── ScenePageInterface.cpp
│ ├── ScenePageInterface.h
│ ├── ScenePageInterface.ui
│ ├── SecurityInterface.cpp
│ ├── SecurityInterface.h
│ └── SecurityInterface.ui
├── Json.qrc
├── Resources
│ ├── MusicFile
│ ├── MusicPlayer.cpp
│ ├── MusicPlayer.h
│ ├── Resources.pri
│ ├── Weather.cpp
│ ├── Weather.h
│ └── jsonCity
│ └── city.json
├── SmartHomeControlSystem.cpp
├── SmartHomeControlSystem.h
├── SmartHomeControlSystem.pro
├── SmartHomeControlSystem.pro.user
├── SmartHomeControlSystem.ui
├── components
│ ├── components.pri
│ ├── components.pro
│ ├── layouts
│ │ ├── qtmaterialsnackbarlayout.cpp
│ │ ├── qtmaterialsnackbarlayout.h
│ │ └── qtmaterialsnackbarlayout_p.h
│ ├── lib
│ │ ├── qtmaterialcheckable.cpp
│ │ ├── qtmaterialcheckable.h
│ │ ├── qtmaterialcheckable_internal.cpp
│ │ ├── qtmaterialcheckable_internal.h
│ │ ├── qtmaterialcheckable_p.h
│ │ ├── qtmaterialhoverstatemachine.cpp
│ │ ├── qtmaterialhoverstatemachine.h
│ │ ├── qtmaterialoverlaywidget.cpp
│ │ ├── qtmaterialoverlaywidget.h
│ │ ├── qtmaterialripple.cpp
│ │ ├── qtmaterialripple.h
│ │ ├── qtmaterialrippleoverlay.cpp
│ │ ├── qtmaterialrippleoverlay.h
│ │ ├── qtmaterialstatetransition.cpp
│ │ ├── qtmaterialstatetransition.h
│ │ ├── qtmaterialstatetransitionevent.h
│ │ ├── qtmaterialstyle.cpp
│ │ ├── qtmaterialstyle.h
│ │ ├── qtmaterialstyle_p.h
│ │ ├── qtmaterialtheme.cpp
│ │ ├── qtmaterialtheme.h
│ │ ├── qtmaterialtheme_p.h
│ │ ├── soroushthemeextention.cpp
│ │ └── soroushthemeextention.h
│ ├── qtmaterialappbar.cpp
│ ├── qtmaterialappbar.h
│ ├── qtmaterialappbar_p.h
│ ├── qtmaterialautocomplete.cpp
│ ├── qtmaterialautocomplete.h
│ ├── qtmaterialautocomplete_internal.cpp
│ ├── qtmaterialautocomplete_internal.h
│ ├── qtmaterialautocomplete_p.h
│ ├── qtmaterialavatar.cpp
│ ├── qtmaterialavatar.h
│ ├── qtmaterialavatar_p.h
│ ├── qtmaterialbadge.cpp
│ ├── qtmaterialbadge.h
│ ├── qtmaterialbadge_p.h
│ ├── qtmaterialcheckbox.cpp
│ ├── qtmaterialcheckbox.h
│ ├── qtmaterialcheckbox_p.h
│ ├── qtmaterialcircularprogress.cpp
│ ├── qtmaterialcircularprogress.h
│ ├── qtmaterialcircularprogress_internal.cpp
│ ├── qtmaterialcircularprogress_internal.h
│ ├── qtmaterialcircularprogress_p.h
│ ├── qtmaterialdialog.cpp
│ ├── qtmaterialdialog.h
│ ├── qtmaterialdialog_internal.cpp
│ ├── qtmaterialdialog_internal.h
│ ├── qtmaterialdialog_p.h
│ ├── qtmaterialdrawer.cpp
│ ├── qtmaterialdrawer.h
│ ├── qtmaterialdrawer_internal.cpp
│ ├── qtmaterialdrawer_internal.h
│ ├── qtmaterialdrawer_p.h
│ ├── qtmaterialfab.cpp
│ ├── qtmaterialfab.h
│ ├── qtmaterialfab_p.h
│ ├── qtmaterialflatbutton.cpp
│ ├── qtmaterialflatbutton.h
│ ├── qtmaterialflatbutton_internal.cpp
│ ├── qtmaterialflatbutton_internal.h
│ ├── qtmaterialflatbutton_p.h
│ ├── qtmaterialiconbutton.cpp
│ ├── qtmaterialiconbutton.h
│ ├── qtmaterialiconbutton_internal.cpp
│ ├── qtmaterialiconbutton_internal.h
│ ├── qtmaterialiconbutton_p.h
│ ├── qtmateriallist.cpp
│ ├── qtmateriallist.h
│ ├── qtmateriallist_p.h
│ ├── qtmateriallistitem.cpp
│ ├── qtmateriallistitem.h
│ ├── qtmateriallistitem_p.h
│ ├── qtmaterialmenu.cpp
│ ├── qtmaterialmenu.h
│ ├── qtmaterialmenu_internal.cpp
│ ├── qtmaterialmenu_internal.h
│ ├── qtmaterialmenu_p.h
│ ├── qtmaterialpaper.cpp
│ ├── qtmaterialpaper.h
│ ├── qtmaterialpaper_p.h
│ ├── qtmaterialprogress.cpp
│ ├── qtmaterialprogress.h
│ ├── qtmaterialprogress_internal.cpp
│ ├── qtmaterialprogress_internal.h
│ ├── qtmaterialprogress_p.h
│ ├── qtmaterialradiobutton.cpp
│ ├── qtmaterialradiobutton.h
│ ├── qtmaterialradiobutton_p.h
│ ├── qtmaterialraisedbutton.cpp
│ ├── qtmaterialraisedbutton.h
│ ├── qtmaterialraisedbutton_p.h
│ ├── qtmaterialscrollbar.cpp
│ ├── qtmaterialscrollbar.h
│ ├── qtmaterialscrollbar_internal.cpp
│ ├── qtmaterialscrollbar_internal.h
│ ├── qtmaterialscrollbar_p.h
│ ├── qtmaterialslider.cpp
│ ├── qtmaterialslider.h
│ ├── qtmaterialslider_internal.cpp
│ ├── qtmaterialslider_internal.h
│ ├── qtmaterialslider_p.h
│ ├── qtmaterialsnackbar.cpp
│ ├── qtmaterialsnackbar.h
│ ├── qtmaterialsnackbar_internal.cpp
│ ├── qtmaterialsnackbar_internal.h
│ ├── qtmaterialsnackbar_p.h
│ ├── qtmaterialtable.cpp
│ ├── qtmaterialtable.h
│ ├── qtmaterialtable_p.h
│ ├── qtmaterialtabs.cpp
│ ├── qtmaterialtabs.h
│ ├── qtmaterialtabs_internal.cpp
│ ├── qtmaterialtabs_internal.h
│ ├── qtmaterialtabs_p.h
│ ├── qtmaterialtextfield.cpp
│ ├── qtmaterialtextfield.h
│ ├── qtmaterialtextfield_internal.cpp
│ ├── qtmaterialtextfield_internal.h
│ ├── qtmaterialtextfield_p.h
│ ├── qtmaterialtoggle.cpp
│ ├── qtmaterialtoggle.h
│ ├── qtmaterialtoggle_internal.cpp
│ ├── qtmaterialtoggle_internal.h
│ ├── qtmaterialtoggle_p.h
│ └── resources.qrc
└── main.cpp
11 directories, 183 files