在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Qt 图形界面开发 → Qt编写的实例学习程序代码

Qt编写的实例学习程序代码

Qt 图形界面开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:63.90M
  • 下载次数:22
  • 浏览次数:113
  • 发布时间:2022-01-11
  • 实例类别:Qt 图形界面开发
  • 发 布 人:dandanxiaohai
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 例程 程序 Qt 实例

实例介绍

【实例简介】Qt编写的实例学习程序代码
【实例截图】from clipboard

【核心代码】

.
├── QWidgetDemo-master
│   ├── 0snap
│   │   ├── base64.png
│   │   ├── battery.gif
│   │   ├── bgdemo.gif
│   │   ├── colorwidget.gif
│   │   ├── comtool.jpg
│   │   ├── countcode.gif
│   │   ├── dbpage.png
│   │   ├── designer.png
│   │   ├── devicebutton.gif
│   │   ├── devicesizetable.gif
│   │   ├── echartgauge.gif
│   │   ├── emailtool.jpg
│   │   ├── ffmpegdemo.png
│   │   ├── flatui.gif
│   │   ├── frameless.gif
│   │   ├── framelesswidget.gif
│   │   ├── gifwidget.gif
│   │   ├── hotkey.gif
│   │   ├── imageswitch.gif
│   │   ├── ipaddress.gif
│   │   ├── key.png
│   │   ├── lightbutton.gif
│   │   ├── lineeditnext.gif
│   │   ├── live.png
│   │   ├── lunarcalendarwidget.gif
│   │   ├── maskwidget.gif
│   │   ├── miniblink.jpg
│   │   ├── moneytool.jpg
│   │   ├── mouseline.gif
│   │   ├── movewidget.gif
│   │   ├── navbutton.gif
│   │   ├── netserver.jpg
│   │   ├── nettool.gif
│   │   ├── ntpclient.gif
│   │   ├── pngtool.gif
│   │   ├── qwt.png
│   │   ├── qwtdemo.jpg
│   │   ├── savelog.jpg
│   │   ├── saveruntime.jpg
│   │   ├── screenwidget.gif
│   │   ├── smoothcurve.gif
│   │   ├── styledemo_flatwhite.png
│   │   ├── styledemo_lightblue.png
│   │   ├── styledemo_psblack.png
│   │   ├── videopanel.gif
│   │   ├── videowidget.gif
│   │   ├── vlcdemo.png
│   │   └── zhtopy.gif
│   ├── 3rd_qextserialport
│   │   ├── 3rd_qextserialport.pri
│   │   ├── qextserialport.cpp
│   │   ├── qextserialport.h
│   │   ├── qextserialport_global.h
│   │   ├── qextserialport_p.h
│   │   ├── qextserialport_unix.cpp
│   │   └── qextserialport_win.cpp
│   ├── 3rd_qhotkey
│   │   ├── 3rd_qhotkey.pri
│   │   ├── qhotkey.cpp
│   │   ├── qhotkey.h
│   │   ├── qhotkey_mac.cpp
│   │   ├── qhotkey_p.h
│   │   ├── qhotkey_win.cpp
│   │   └── qhotkey_x11.cpp
│   ├── 3rd_qxtglobalshortcut
│   │   ├── 3rd_qxtglobalshortcut.pri
│   │   ├── qxtglobal.cpp
│   │   ├── qxtglobal.h
│   │   ├── qxtglobalshortcut.cpp
│   │   ├── qxtglobalshortcut.h
│   │   ├── qxtglobalshortcut_mac.cpp
│   │   ├── qxtglobalshortcut_p.h
│   │   ├── qxtglobalshortcut_win.cpp
│   │   ├── qxtglobalshortcut_x11.cpp
│   │   ├── qxtwindowsystem.cpp
│   │   ├── qxtwindowsystem.h
│   │   ├── qxtwindowsystem_mac.cpp
│   │   ├── qxtwindowsystem_mac.h
│   │   ├── qxtwindowsystem_win.cpp
│   │   ├── qxtwindowsystem_x11.cpp
│   │   ├── x11info.cpp
│   │   └── x11info.h
│   ├── 3rd_smtpclient
│   │   ├── 3rd_smtpclient.pri
│   │   ├── emailaddress.cpp
│   │   ├── emailaddress.h
│   │   ├── mimeattachment.cpp
│   │   ├── mimeattachment.h
│   │   ├── mimecontentformatter.cpp
│   │   ├── mimecontentformatter.h
│   │   ├── mimefile.cpp
│   │   ├── mimefile.h
│   │   ├── mimehtml.cpp
│   │   ├── mimehtml.h
│   │   ├── mimeinlinefile.cpp
│   │   ├── mimeinlinefile.h
│   │   ├── mimemessage.cpp
│   │   ├── mimemessage.h
│   │   ├── mimemultipart.cpp
│   │   ├── mimemultipart.h
│   │   ├── mimepart.cpp
│   │   ├── mimepart.h
│   │   ├── mimetext.cpp
│   │   ├── mimetext.h
│   │   ├── quotedprintable.cpp
│   │   ├── quotedprintable.h
│   │   ├── smtpclient.cpp
│   │   ├── smtpclient.h
│   │   └── smtpmime.h
│   ├── LICENSE
│   ├── QWidgetDemo.pro
│   ├── README.md
│   ├── base64helper
│   │   ├── base64helper.cpp
│   │   ├── base64helper.h
│   │   ├── base64helper.pro
│   │   ├── frmbase64helper.cpp
│   │   ├── frmbase64helper.h
│   │   ├── frmbase64helper.ui
│   │   └── main.cpp
│   ├── battery
│   │   ├── battery.cpp
│   │   ├── battery.h
│   │   ├── battery.pro
│   │   ├── frmbattery.cpp
│   │   ├── frmbattery.h
│   │   ├── frmbattery.ui
│   │   └── main.cpp
│   ├── bgdemo
│   │   ├── bgdemo.pro
│   │   ├── image
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   └── 5.png
│   │   ├── main.cpp
│   │   ├── rc.qrc
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── colorwidget
│   │   ├── colorwidget.cpp
│   │   ├── colorwidget.h
│   │   ├── colorwidget.pro
│   │   ├── frmcolorwidget.cpp
│   │   ├── frmcolorwidget.h
│   │   ├── frmcolorwidget.ui
│   │   └── main.cpp
│   ├── comtool
│   │   ├── api
│   │   │   ├── api.pri
│   │   │   ├── appconfig.cpp
│   │   │   ├── appconfig.h
│   │   │   ├── appdata.cpp
│   │   │   └── appdata.h
│   │   ├── comtool.pro
│   │   ├── file
│   │   │   ├── device.txt
│   │   │   └── send.txt
│   │   ├── form
│   │   │   ├── form.pri
│   │   │   ├── frmcomtool.cpp
│   │   │   ├── frmcomtool.h
│   │   │   └── frmcomtool.ui
│   │   ├── head.h
│   │   ├── main.cpp
│   │   ├── qrc
│   │   │   ├── main.ico
│   │   │   ├── main.qrc
│   │   │   └── main.rc
│   │   └── readme.md
│   ├── core_qui
│   │   ├── core_qui.pri
│   │   ├── h3.pri
│   │   ├── iconhelper.cpp
│   │   ├── iconhelper.h
│   │   ├── qrc
│   │   │   ├── font
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── pe-icon-set-weather.ttf
│   │   │   ├── font.qrc
│   │   │   ├── qm
│   │   │   │   ├── qt_zh_CN.qm
│   │   │   │   └── widgets.qm
│   │   │   └── qm.qrc
│   │   ├── quiconfig.cpp
│   │   ├── quiconfig.h
│   │   ├── quidateselect.cpp
│   │   ├── quidateselect.h
│   │   ├── quihead.h
│   │   ├── quihelper.cpp
│   │   ├── quihelper.h
│   │   ├── quiinputbox.cpp
│   │   ├── quiinputbox.h
│   │   ├── quimessagebox.cpp
│   │   ├── quimessagebox.h
│   │   ├── quistyle.cpp
│   │   ├── quistyle.h
│   │   ├── quitipbox.cpp
│   │   ├── quitipbox.h
│   │   ├── quiwidget.cpp
│   │   └── quiwidget.h
│   ├── countcode
│   │   ├── countcode.pro
│   │   ├── frmcountcode.cpp
│   │   ├── frmcountcode.h
│   │   ├── frmcountcode.ui
│   │   ├── main.cpp
│   │   └── snap.png
│   ├── dbpage
│   │   ├── TA.db
│   │   ├── dbpage.cpp
│   │   ├── dbpage.h
│   │   ├── dbpage.pro
│   │   ├── frmdbpage.cpp
│   │   ├── frmdbpage.h
│   │   ├── frmdbpage.ui
│   │   ├── head.h
│   │   ├── main.cpp
│   │   └── readme.txt
│   ├── designer
│   │   ├── designer.pro
│   │   ├── designer.qrc
│   │   ├── form
│   │   │   ├── appfontdialog.cpp
│   │   │   ├── appfontdialog.h
│   │   │   ├── assistantclient.cpp
│   │   │   ├── assistantclient.h
│   │   │   ├── fontpanel.cpp
│   │   │   ├── fontpanel.h
│   │   │   ├── form.pri
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── newform.cpp
│   │   │   ├── newform.h
│   │   │   ├── preferencesdialog.cpp
│   │   │   ├── preferencesdialog.h
│   │   │   ├── preferencesdialog.ui
│   │   │   ├── qttoolbardialog.cpp
│   │   │   ├── qttoolbardialog.h
│   │   │   ├── qttoolbardialog.ui
│   │   │   ├── saveformastemplate.cpp
│   │   │   ├── saveformastemplate.h
│   │   │   ├── saveformastemplate.ui
│   │   │   ├── versiondialog.cpp
│   │   │   └── versiondialog.h
│   │   ├── images
│   │   │   ├── back.png
│   │   │   ├── designer.png
│   │   │   ├── designer_zh_CN.qm
│   │   │   ├── down.png
│   │   │   ├── forward.png
│   │   │   ├── minus.png
│   │   │   ├── plus.png
│   │   │   └── up.png
│   │   ├── lib
│   │   │   ├── extension
│   │   │   │   ├── default_extensionfactory.cpp
│   │   │   │   ├── default_extensionfactory.h
│   │   │   │   ├── extension.cpp
│   │   │   │   ├── extension.h
│   │   │   │   ├── extension.pri
│   │   │   │   ├── extension_global.h
│   │   │   │   ├── qextensionmanager.cpp
│   │   │   │   └── qextensionmanager.h
│   │   │   ├── lib.pro
│   │   │   ├── lib_pch.h
│   │   │   ├── sdk
│   │   │   │   ├── abstractactioneditor.cpp
│   │   │   │   ├── abstractactioneditor.h
│   │   │   │   ├── abstractbrushmanager.h
│   │   │   │   ├── abstractdialoggui.cpp
│   │   │   │   ├── abstractdialoggui_p.h
│   │   │   │   ├── abstractdnditem.h
│   │   │   │   ├── abstractdnditem.qdoc
│   │   │   │   ├── abstractformeditor.cpp
│   │   │   │   ├── abstractformeditor.h
│   │   │   │   ├── abstractformeditorplugin.cpp
│   │   │   │   ├── abstractformeditorplugin.h
│   │   │   │   ├── abstractformwindow.cpp
│   │   │   │   ├── abstractformwindow.h
│   │   │   │   ├── abstractformwindowcursor.cpp
│   │   │   │   ├── abstractformwindowcursor.h
│   │   │   │   ├── abstractformwindowmanager.cpp
│   │   │   │   ├── abstractformwindowmanager.h
│   │   │   │   ├── abstractformwindowtool.cpp
│   │   │   │   ├── abstractformwindowtool.h
│   │   │   │   ├── abstracticoncache.h
│   │   │   │   ├── abstracticoncache.qdoc
│   │   │   │   ├── abstractintegration.cpp
│   │   │   │   ├── abstractintegration.h
│   │   │   │   ├── abstractintrospection.cpp
│   │   │   │   ├── abstractintrospection_p.h
│   │   │   │   ├── abstractlanguage.h
│   │   │   │   ├── abstractmetadatabase.cpp
│   │   │   │   ├── abstractmetadatabase.h
│   │   │   │   ├── abstractnewformwidget.cpp
│   │   │   │   ├── abstractnewformwidget_p.h
│   │   │   │   ├── abstractobjectinspector.cpp
│   │   │   │   ├── abstractobjectinspector.h
│   │   │   │   ├── abstractoptionspage_p.h
│   │   │   │   ├── abstractpromotioninterface.cpp
│   │   │   │   ├── abstractpromotioninterface.h
│   │   │   │   ├── abstractpropertyeditor.cpp
│   │   │   │   ├── abstractpropertyeditor.h
│   │   │   │   ├── abstractresourcebrowser.cpp
│   │   │   │   ├── abstractresourcebrowser.h
│   │   │   │   ├── abstractsettings_p.h
│   │   │   │   ├── abstractwidgetbox.cpp
│   │   │   │   ├── abstractwidgetbox.h
│   │   │   │   ├── abstractwidgetdatabase.cpp
│   │   │   │   ├── abstractwidgetdatabase.h
│   │   │   │   ├── abstractwidgetfactory.cpp
│   │   │   │   ├── abstractwidgetfactory.h
│   │   │   │   ├── dynamicpropertysheet.h
│   │   │   │   ├── dynamicpropertysheet.qdoc
│   │   │   │   ├── extrainfo.cpp
│   │   │   │   ├── extrainfo.h
│   │   │   │   ├── layoutdecoration.h
│   │   │   │   ├── layoutdecoration.qdoc
│   │   │   │   ├── membersheet.h
│   │   │   │   ├── membersheet.qdoc
│   │   │   │   ├── propertysheet.h
│   │   │   │   ├── propertysheet.qdoc
│   │   │   │   ├── script.cpp
│   │   │   │   ├── script_p.h
│   │   │   │   ├── sdk.pri
│   │   │   │   ├── sdk_global.h
│   │   │   │   ├── taskmenu.h
│   │   │   │   └── taskmenu.qdoc
│   │   │   ├── shared
│   │   │   │   ├── actioneditor.cpp
│   │   │   │   ├── actioneditor_p.h
│   │   │   │   ├── actionprovider_p.h
│   │   │   │   ├── actionrepository.cpp
│   │   │   │   ├── actionrepository_p.h
│   │   │   │   ├── addlinkdialog.ui
│   │   │   │   ├── codedialog.cpp
│   │   │   │   ├── codedialog_p.h
│   │   │   │   ├── connectionedit.cpp
│   │   │   │   ├── connectionedit_p.h
│   │   │   │   ├── csshighlighter.cpp
│   │   │   │   ├── csshighlighter_p.h
│   │   │   │   ├── defaultgradients.xml
│   │   │   │   ├── deviceprofile.cpp
│   │   │   │   ├── deviceprofile_p.h
│   │   │   │   ├── dialoggui.cpp
│   │   │   │   ├── dialoggui_p.h
│   │   │   │   ├── extensionfactory_p.h
│   │   │   │   ├── filterwidget.cpp
│   │   │   │   ├── filterwidget_p.h
│   │   │   │   ├── formlayoutmenu.cpp
│   │   │   │   ├── formlayoutmenu_p.h
│   │   │   │   ├── formlayoutrowdialog.ui
│   │   │   │   ├── formwindowbase.cpp
│   │   │   │   ├── formwindowbase_p.h
│   │   │   │   ├── grid.cpp
│   │   │   │   ├── grid_p.h
│   │   │   │   ├── gridpanel.cpp
│   │   │   │   ├── gridpanel.ui
│   │   │   │   ├── gridpanel_p.h
│   │   │   │   ├── htmlhighlighter.cpp
│   │   │   │   ├── htmlhighlighter_p.h
│   │   │   │   ├── iconloader.cpp
│   │   │   │   ├── iconloader_p.h
│   │   │   │   ├── iconselector.cpp
│   │   │   │   ├── iconselector_p.h
│   │   │   │   ├── invisible_widget.cpp
│   │   │   │   ├── invisible_widget_p.h
│   │   │   │   ├── layout.cpp
│   │   │   │   ├── layout_p.h
│   │   │   │   ├── layoutinfo.cpp
│   │   │   │   ├── layoutinfo_p.h
│   │   │   │   ├── metadatabase.cpp
│   │   │   │   ├── metadatabase_p.h
│   │   │   │   ├── morphmenu.cpp
│   │   │   │   ├── morphmenu_p.h
│   │   │   │   ├── newactiondialog.cpp
│   │   │   │   ├── newactiondialog.ui
│   │   │   │   ├── newactiondialog_p.h
│   │   │   │   ├── newformwidget.cpp
│   │   │   │   ├── newformwidget.ui
│   │   │   │   ├── newformwidget_p.h
│   │   │   │   ├── orderdialog.cpp
│   │   │   │   ├── orderdialog.ui
│   │   │   │   ├── orderdialog_p.h
│   │   │   │   ├── plaintexteditor.cpp
│   │   │   │   ├── plaintexteditor_p.h
│   │   │   │   ├── plugindialog.cpp
│   │   │   │   ├── plugindialog.ui
│   │   │   │   ├── plugindialog_p.h
│   │   │   │   ├── pluginmanager.cpp
│   │   │   │   ├── pluginmanager_p.h
│   │   │   │   ├── previewconfigurationwidget.cpp
│   │   │   │   ├── previewconfigurationwidget.ui
│   │   │   │   ├── previewconfigurationwidget_p.h
│   │   │   │   ├── previewmanager.cpp
│   │   │   │   ├── previewmanager_p.h
│   │   │   │   ├── promotionmodel.cpp
│   │   │   │   ├── promotionmodel_p.h
│   │   │   │   ├── promotiontaskmenu.cpp
│   │   │   │   ├── promotiontaskmenu_p.h
│   │   │   │   ├── propertylineedit.cpp
│   │   │   │   ├── propertylineedit_p.h
│   │   │   │   ├── qdesigner_command.cpp
│   │   │   │   ├── qdesigner_command2.cpp
│   │   │   │   ├── qdesigner_command2_p.h
│   │   │   │   ├── qdesigner_command_p.h
│   │   │   │   ├── qdesigner_dnditem.cpp
│   │   │   │   ├── qdesigner_dnditem_p.h
│   │   │   │   ├── qdesigner_dockwidget.cpp
│   │   │   │   ├── qdesigner_dockwidget_p.h
│   │   │   │   ├── qdesigner_formbuilder.cpp
│   │   │   │   ├── qdesigner_formbuilder_p.h
│   │   │   │   ├── qdesigner_formeditorcommand.cpp
│   │   │   │   ├── qdesigner_formeditorcommand_p.h
│   │   │   │   ├── qdesigner_formwindowcommand.cpp
│   │   │   │   ├── qdesigner_formwindowcommand_p.h
│   │   │   │   ├── qdesigner_formwindowmanager.cpp
│   │   │   │   ├── qdesigner_formwindowmanager_p.h
│   │   │   │   ├── qdesigner_integration.cpp
│   │   │   │   ├── qdesigner_integration_p.h
│   │   │   │   ├── qdesigner_introspection.cpp
│   │   │   │   ├── qdesigner_introspection_p.h
│   │   │   │   ├── qdesigner_membersheet.cpp
│   │   │   │   ├── qdesigner_membersheet_p.h
│   │   │   │   ├── qdesigner_menu.cpp
│   │   │   │   ├── qdesigner_menu_p.h
│   │   │   │   ├── qdesigner_menubar.cpp
│   │   │   │   ├── qdesigner_menubar_p.h
│   │   │   │   ├── qdesigner_objectinspector.cpp
│   │   │   │   ├── qdesigner_objectinspector_p.h
│   │   │   │   ├── qdesigner_promotion.cpp
│   │   │   │   ├── qdesigner_promotion_p.h
│   │   │   │   ├── qdesigner_promotiondialog.cpp
│   │   │   │   ├── qdesigner_promotiondialog_p.h
│   │   │   │   ├── qdesigner_propertycommand.cpp
│   │   │   │   ├── qdesigner_propertycommand_p.h
│   │   │   │   ├── qdesigner_propertyeditor.cpp
│   │   │   │   ├── qdesigner_propertyeditor_p.h
│   │   │   │   ├── qdesigner_propertysheet.cpp
│   │   │   │   ├── qdesigner_propertysheet_p.h
│   │   │   │   ├── qdesigner_qsettings.cpp
│   │   │   │   ├── qdesigner_qsettings_p.h
│   │   │   │   ├── qdesigner_stackedbox.cpp
│   │   │   │   ├── qdesigner_stackedbox_p.h
│   │   │   │   ├── qdesigner_tabwidget.cpp
│   │   │   │   ├── qdesigner_tabwidget_p.h
│   │   │   │   ├── qdesigner_taskmenu.cpp
│   │   │   │   ├── qdesigner_taskmenu_p.h
│   │   │   │   ├── qdesigner_toolbar.cpp
│   │   │   │   ├── qdesigner_toolbar_p.h
│   │   │   │   ├── qdesigner_toolbox.cpp
│   │   │   │   ├── qdesigner_toolbox_p.h
│   │   │   │   ├── qdesigner_utils.cpp
│   │   │   │   ├── qdesigner_utils_p.h
│   │   │   │   ├── qdesigner_widget.cpp
│   │   │   │   ├── qdesigner_widget_p.h
│   │   │   │   ├── qdesigner_widgetbox.cpp
│   │   │   │   ├── qdesigner_widgetbox_p.h
│   │   │   │   ├── qdesigner_widgetitem.cpp
│   │   │   │   ├── qdesigner_widgetitem_p.h
│   │   │   │   ├── qlayout_widget.cpp
│   │   │   │   ├── qlayout_widget_p.h
│   │   │   │   ├── qscripthighlighter.cpp
│   │   │   │   ├── qscripthighlighter_p.h
│   │   │   │   ├── qsimpleresource.cpp
│   │   │   │   ├── qsimpleresource_p.h
│   │   │   │   ├── qtresourceeditordialog.cpp
│   │   │   │   ├── qtresourceeditordialog.ui
│   │   │   │   ├── qtresourceeditordialog_p.h
│   │   │   │   ├── qtresourcemodel.cpp
│   │   │   │   ├── qtresourcemodel_p.h
│   │   │   │   ├── qtresourceview.cpp
│   │   │   │   ├── qtresourceview_p.h
│   │   │   │   ├── richtexteditor.cpp
│   │   │   │   ├── richtexteditor_p.h
│   │   │   │   ├── scriptcommand.cpp
│   │   │   │   ├── scriptcommand_p.h
│   │   │   │   ├── scriptdialog.cpp
│   │   │   │   ├── scriptdialog_p.h
│   │   │   │   ├── scripterrordialog.cpp
│   │   │   │   ├── scripterrordialog_p.h
│   │   │   │   ├── selectsignaldialog.ui
│   │   │   │   ├── shared.pri
│   │   │   │   ├── shared.qrc
│   │   │   │   ├── shared_enums_p.h
│   │   │   │   ├── shared_global_p.h
│   │   │   │   ├── shared_settings.cpp
│   │   │   │   ├── shared_settings_p.h
│   │   │   │   ├── sheet_delegate.cpp
│   │   │   │   ├── sheet_delegate_p.h
│   │   │   │   ├── signalslotdialog.cpp
│   │   │   │   ├── signalslotdialog.ui
│   │   │   │   ├── signalslotdialog_p.h
│   │   │   │   ├── spacer_widget.cpp
│   │   │   │   ├── spacer_widget_p.h
│   │   │   │   ├── stylesheeteditor.cpp
│   │   │   │   ├── stylesheeteditor_p.h
│   │   │   │   ├── templates
│   │   │   │   │   └── forms
│   │   │   │   │       ├── 240x320
│   │   │   │   │       │   ├── Dialog_with_Buttons_Bottom.ui
│   │   │   │   │       │   └── Dialog_with_Buttons_Right.ui
│   │   │   │   │       ├── 320x240
│   │   │   │   │       │   ├── Dialog_with_Buttons_Bottom.ui
│   │   │   │   │       │   └── Dialog_with_Buttons_Right.ui
│   │   │   │   │       ├── 480x640
│   │   │   │   │       │   ├── Dialog_with_Buttons_Bottom.ui
│   │   │   │   │       │   └── Dialog_with_Buttons_Right.ui
│   │   │   │   │       ├── 640x480
│   │   │   │   │       │   ├── Dialog_with_Buttons_Bottom.ui
│   │   │   │   │       │   └── Dialog_with_Buttons_Right.ui
│   │   │   │   │       ├── Dialog_with_Buttons_Bottom.ui
│   │   │   │   │       ├── Dialog_with_Buttons_Right.ui
│   │   │   │   │       ├── Dialog_without_Buttons.ui
│   │   │   │   │       ├── Main_Window.ui
│   │   │   │   │       └── Widget.ui
│   │   │   │   ├── textpropertyeditor.cpp
│   │   │   │   ├── textpropertyeditor_p.h
│   │   │   │   ├── widgetdatabase.cpp
│   │   │   │   ├── widgetdatabase_p.h
│   │   │   │   ├── widgetfactory.cpp
│   │   │   │   ├── widgetfactory_p.h
│   │   │   │   ├── zoomwidget.cpp
│   │   │   │   └── zoomwidget_p.h
│   │   │   └── uilib
│   │   │       ├── abstractformbuilder.cpp
│   │   │       ├── abstractformbuilder.h
│   │   │       ├── container.h
│   │   │       ├── container.qdoc
│   │   │       ├── customwidget.h
│   │   │       ├── customwidget.qdoc
│   │   │       ├── formbuilder.cpp
│   │   │       ├── formbuilder.h
│   │   │       ├── formbuilderextra.cpp
│   │   │       ├── formbuilderextra_p.h
│   │   │       ├── formscriptrunner.cpp
│   │   │       ├── formscriptrunner_p.h
│   │   │       ├── properties.cpp
│   │   │       ├── properties_p.h
│   │   │       ├── qdesignerexportwidget.h
│   │   │       ├── resourcebuilder.cpp
│   │   │       ├── resourcebuilder_p.h
│   │   │       ├── textbuilder.cpp
│   │   │       ├── textbuilder_p.h
│   │   │       ├── ui4.cpp
│   │   │       ├── ui4_p.h
│   │   │       ├── uilib.pri
│   │   │       ├── uilib_global.h
│   │   │       └── widgets.table
│   │   ├── main.cpp
│   │   ├── main.ico
│   │   ├── main.rc
│   │   ├── qdesigner
│   │   │   ├── designer_enums.h
│   │   │   ├── qdesigner.cpp
│   │   │   ├── qdesigner.h
│   │   │   ├── qdesigner.pri
│   │   │   ├── qdesigner_actions.cpp
│   │   │   ├── qdesigner_actions.h
│   │   │   ├── qdesigner_appearanceoptions.cpp
│   │   │   ├── qdesigner_appearanceoptions.h
│   │   │   ├── qdesigner_appearanceoptions.ui
│   │   │   ├── qdesigner_formwindow.cpp
│   │   │   ├── qdesigner_formwindow.h
│   │   │   ├── qdesigner_pch.h
│   │   │   ├── qdesigner_server.cpp
│   │   │   ├── qdesigner_server.h
│   │   │   ├── qdesigner_settings.cpp
│   │   │   ├── qdesigner_settings.h
│   │   │   ├── qdesigner_toolwindow.cpp
│   │   │   ├── qdesigner_toolwindow.h
│   │   │   ├── qdesigner_workbench.cpp
│   │   │   └── qdesigner_workbench.h
│   │   └── readme.md
│   ├── devicebutton
│   │   ├── devicebutton.cpp
│   │   ├── devicebutton.h
│   │   ├── devicebutton.pro
│   │   ├── frmdevicebutton.cpp
│   │   ├── frmdevicebutton.h
│   │   ├── frmdevicebutton.ui
│   │   ├── image
│   │   │   ├── bg_call.jpg
│   │   │   └── devicebutton
│   │   │       ├── devicebutton_black_bubble.png
│   │   │       ├── devicebutton_black_bubble2.png
│   │   │       ├── devicebutton_black_circle.png
│   │   │       ├── devicebutton_black_msg.png
│   │   │       ├── devicebutton_black_msg2.png
│   │   │       ├── devicebutton_black_police.png
│   │   │       ├── devicebutton_blue_bubble.png
│   │   │       ├── devicebutton_blue_bubble2.png
│   │   │       ├── devicebutton_blue_circle.png
│   │   │       ├── devicebutton_blue_msg.png
│   │   │       ├── devicebutton_blue_msg2.png
│   │   │       ├── devicebutton_blue_police.png
│   │   │       ├── devicebutton_gray_bubble.png
│   │   │       ├── devicebutton_gray_bubble2.png
│   │   │       ├── devicebutton_gray_circle.png
│   │   │       ├── devicebutton_gray_msg.png
│   │   │       ├── devicebutton_gray_msg2.png
│   │   │       ├── devicebutton_gray_police.png
│   │   │       ├── devicebutton_green_bubble.png
│   │   │       ├── devicebutton_green_bubble2.png
│   │   │       ├── devicebutton_green_circle.png
│   │   │       ├── devicebutton_green_msg.png
│   │   │       ├── devicebutton_green_msg2.png
│   │   │       ├── devicebutton_green_police.png
│   │   │       ├── devicebutton_purple_bubble.png
│   │   │       ├── devicebutton_purple_bubble2.png
│   │   │       ├── devicebutton_purple_circle.png
│   │   │       ├── devicebutton_purple_msg.png
│   │   │       ├── devicebutton_purple_msg2.png
│   │   │       ├── devicebutton_purple_police.png
│   │   │       ├── devicebutton_red_bubble.png
│   │   │       ├── devicebutton_red_bubble2.png
│   │   │       ├── devicebutton_red_circle.png
│   │   │       ├── devicebutton_red_msg.png
│   │   │       ├── devicebutton_red_msg2.png
│   │   │       ├── devicebutton_red_police.png
│   │   │       ├── devicebutton_yellow_bubble.png
│   │   │       ├── devicebutton_yellow_bubble2.png
│   │   │       ├── devicebutton_yellow_circle.png
│   │   │       ├── devicebutton_yellow_msg.png
│   │   │       ├── devicebutton_yellow_msg2.png
│   │   │       └── devicebutton_yellow_police.png
│   │   ├── main.cpp
│   │   └── main.qrc
│   ├── devicesizetable
│   │   ├── devicesizetable.cpp
│   │   ├── devicesizetable.h
│   │   ├── devicesizetable.pro
│   │   ├── frmdevicesizetable.cpp
│   │   ├── frmdevicesizetable.h
│   │   ├── frmdevicesizetable.ui
│   │   └── main.cpp
│   ├── docs
│   │   ├── bigscreen
│   │   │   ├── index.html
│   │   │   └── snap
│   │   │       ├── 1-1-1-1.jpg
│   │   │       ├── 1-1-1-2.jpg
│   │   │       ├── 1-1-1-3.jpg
│   │   │       ├── 1-1-1-4.jpg
│   │   │       ├── 1-1-2-1.jpg
│   │   │       ├── 1-1-2-2.jpg
│   │   │       ├── 1-1-3-1.jpg
│   │   │       ├── 1-1-3-2.jpg
│   │   │       ├── 1-2-1-1.jpg
│   │   │       ├── 1-2-1.jpg
│   │   │       ├── 1-2-2-1.jpg
│   │   │       ├── 1-2-2-2.jpg
│   │   │       ├── 1-2-3-1.jpg
│   │   │       ├── 1-2-4-1.jpg
│   │   │       ├── 1-3-1-1.jpg
│   │   │       ├── 1-3-2-1.jpg
│   │   │       ├── 1-3-2-2.jpg
│   │   │       ├── 1-3-5-1.jpg
│   │   │       ├── 2-1-1-1.jpg
│   │   │       ├── 2-1-1.jpg
│   │   │       ├── 2-1-2-1.jpg
│   │   │       ├── 2-1-3-1.jpg
│   │   │       ├── 2-1-4-1.jpg
│   │   │       ├── 2-2-1-1.jpg
│   │   │       ├── 2-2-1.jpg
│   │   │       ├── 2-2-2-1.jpg
│   │   │       ├── 2-2-3-1.jpg
│   │   │       ├── 2-2-4-1.jpg
│   │   │       ├── 2-3-1-1.jpg
│   │   │       ├── 2-3-1.jpg
│   │   │       ├── 2-3-2-1.jpg
│   │   │       ├── 2-3-2-2.jpg
│   │   │       ├── 2-3-2-3.jpg
│   │   │       ├── 2-4-1-1.jpg
│   │   │       ├── 2-4-1.jpg
│   │   │       ├── 2-4-2-1.jpg
│   │   │       ├── 2-4-2-2.jpg
│   │   │       ├── 2-5-1-1.jpg
│   │   │       ├── 2-5-1.jpg
│   │   │       ├── 2-5-2-1.jpg
│   │   │       ├── 2-5-3-1.jpg
│   │   │       ├── 2-6-1-1.jpg
│   │   │       ├── 2-6-1.jpg
│   │   │       ├── 2-6-2-1.jpg
│   │   │       ├── 2-6-3-1.jpg
│   │   │       ├── 2-6-4-1.jpg
│   │   │       ├── 2-7-1-1.jpg
│   │   │       ├── 2-7-1.jpg
│   │   │       ├── 2-7-2-1.jpg
│   │   │       ├── 2-7-3-1.jpg
│   │   │       ├── 2-8-1-1.jpg
│   │   │       ├── 2-8-1.jpg
│   │   │       ├── 2-8-2-1.jpg
│   │   │       ├── 4-1-1.jpg
│   │   │       ├── 4-4-1-1.jpg
│   │   │       ├── 4-4-2-1.jpg
│   │   │       ├── 4-4-2-2.jpg
│   │   │       ├── 4-4-3-1.jpg
│   │   │       ├── 4-4-4-1.jpg
│   │   │       ├── 4-4-4-2.jpg
│   │   │       ├── 4-4-4-3.jpg
│   │   │       ├── 4-4-4-4.jpg
│   │   │       ├── 4-4-4-5.jpg
│   │   │       ├── 4-4-4-6.jpg
│   │   │       ├── 4-4-4-7.jpg
│   │   │       ├── 4-4-4-8.jpg
│   │   │       ├── 4-4-4-9.jpg
│   │   │       ├── 4-5-2-1.jpg
│   │   │       ├── 4-5-3-1.jpg
│   │   │       ├── 4-5-4-1.jpg
│   │   │       ├── 4-5-5-1.jpg
│   │   │       ├── 4-5-6-1.jpg
│   │   │       ├── 4-5-7-1.jpg
│   │   │       ├── 4-6-1-1.jpg
│   │   │       ├── 4-6-2-1.jpg
│   │   │       ├── 4-6-3-1.jpg
│   │   │       ├── 5-1-1-1.jpg
│   │   │       ├── 5-1-2-1.jpg
│   │   │       ├── 5-1-3-1.jpg
│   │   │       ├── 5-1-4-1.jpg
│   │   │       ├── 5-1-5-1.jpg
│   │   │       ├── 5-1-6-1.jpg
│   │   │       ├── 5-1-7-1.jpg
│   │   │       ├── 5-1-8-1.jpg
│   │   │       ├── 5-2-1-1.jpg
│   │   │       ├── 5-2-2-1.jpg
│   │   │       ├── 5-2-3-1.jpg
│   │   │       ├── 5-2-4-1.jpg
│   │   │       ├── 5-3-1-1.jpg
│   │   │       ├── 5-3-10-1-1.jpg
│   │   │       ├── 5-3-10-2-1.jpg
│   │   │       ├── 5-3-10-3-1.jpg
│   │   │       ├── 5-3-10-4-1.jpg
│   │   │       ├── 5-3-11-1.jpg
│   │   │       ├── 5-3-11-2.jpg
│   │   │       ├── 5-3-2-1.jpg
│   │   │       ├── 5-3-3-1.jpg
│   │   │       ├── 5-3-4-1.jpg
│   │   │       ├── 5-3-5-1.jpg
│   │   │       ├── 5-3-6-1.jpg
│   │   │       ├── 5-3-7-1.jpg
│   │   │       ├── 5-3-8-1.jpg
│   │   │       ├── 5-3-9-1.jpg
│   │   │       ├── 5-4-1-1.jpg
│   │   │       ├── 5-4-10-1.jpg
│   │   │       ├── 5-4-2-1.jpg
│   │   │       ├── 5-4-3-1.jpg
│   │   │       ├── 5-4-4-1.jpg
│   │   │       ├── 5-4-5-1.jpg
│   │   │       ├── 5-4-6-1.jpg
│   │   │       ├── 5-4-7-1.jpg
│   │   │       ├── 5-4-8-1.jpg
│   │   │       ├── 5-4-9-1.jpg
│   │   │       ├── 5-5-1-1.jpg
│   │   │       ├── 5-5-2-1.jpg
│   │   │       ├── 5-5-3-1.jpg
│   │   │       ├── 5-5-4-1.jpg
│   │   │       ├── 5-5-6-1.jpg
│   │   │       ├── 5-5-7-1.jpg
│   │   │       ├── 5-5-8-1.jpg
│   │   │       ├── 5-6-1-1.jpg
│   │   │       ├── 5-6-2-1.jpg
│   │   │       ├── 5-6-2-2.jpg
│   │   │       ├── 5-6-3-1.jpg
│   │   │       ├── 5-6-4-1.jpg
│   │   │       ├── 5-6-5-1.jpg
│   │   │       ├── 5-6-6-1.jpg
│   │   │       ├── 5-6-7-1.jpg
│   │   │       └── 5-6-8-1.jpg
│   │   ├── bigscreen.html
│   │   ├── examples.js
│   │   ├── examples.wasm
│   │   ├── index.html
│   │   ├── qtloader.js
│   │   ├── qtlogo.svg
│   │   ├── video_system
│   │   │   ├── index.html
│   │   │   └── snap
│   │   │       ├── 1-1-1.jpg
│   │   │       ├── 1-1-2.jpg
│   │   │       ├── 1-2-1.jpg
│   │   │       ├── 10-0-1.jpg
│   │   │       ├── 10-0-10.jpg
│   │   │       ├── 10-0-11.jpg
│   │   │       ├── 10-0-12.jpg
│   │   │       ├── 10-0-13.jpg
│   │   │       ├── 10-0-14.jpg
│   │   │       ├── 10-0-15.jpg
│   │   │       ├── 10-0-16.jpg
│   │   │       ├── 10-0-17.jpg
│   │   │       ├── 10-0-2.jpg
│   │   │       ├── 10-0-3.jpg
│   │   │       ├── 10-0-4.jpg
│   │   │       ├── 10-0-5.jpg
│   │   │       ├── 10-0-6.jpg
│   │   │       ├── 10-0-7.jpg
│   │   │       ├── 10-0-8.jpg
│   │   │       ├── 10-0-9.jpg
│   │   │       ├── 10-1-1.jpg
│   │   │       ├── 10-2-1.jpg
│   │   │       ├── 10-3-1.jpg
│   │   │       ├── 10-3-2.jpg
│   │   │       ├── 10-4-1.jpg
│   │   │       ├── 10-4-2.jpg
│   │   │       ├── 10-5-1.jpg
│   │   │       ├── 10-6-1.jpg
│   │   │       ├── 10-6-2.jpg
│   │   │       ├── 10-7-1.jpg
│   │   │       ├── 10-7-2.jpg
│   │   │       ├── 10-8-1.jpg
│   │   │       ├── 10-8-2.jpg
│   │   │       ├── 10-8-3.jpg
│   │   │       ├── 11-1-1.jpg
│   │   │       ├── 11-3-1.jpg
│   │   │       ├── 11-3-2-1.jpg
│   │   │       ├── 11-3-3-1.jpg
│   │   │       ├── 11-3-4-1.jpg
│   │   │       ├── 13-1-1.jpg
│   │   │       ├── 13-2-1.jpg
│   │   │       ├── 13-3-1.jpg
│   │   │       ├── 13-4-1.jpg
│   │   │       ├── 13-4-2.jpg
│   │   │       ├── 13-4-3.jpg
│   │   │       ├── 13-5-1.jpg
│   │   │       ├── 13-5-2.jpg
│   │   │       ├── 13-6-1.jpg
│   │   │       ├── 13-7-1.jpg
│   │   │       ├── 13-8-1.jpg
│   │   │       ├── 2-0-1.jpg
│   │   │       ├── 2-0-2.jpg
│   │   │       ├── 2-1-1.jpg
│   │   │       ├── 2-1-2.jpg
│   │   │       ├── 2-10-1.jpg
│   │   │       ├── 2-11-1.jpg
│   │   │       ├── 2-12-1.jpg
│   │   │       ├── 2-13-1.jpg
│   │   │       ├── 2-14-1.jpg
│   │   │       ├── 2-2-1.jpg
│   │   │       ├── 2-3-1.jpg
│   │   │       ├── 2-4-1.jpg
│   │   │       ├── 2-5-1.jpg
│   │   │       ├── 2-6-1.jpg
│   │   │       ├── 2-6-2.jpg
│   │   │       ├── 2-7-1.jpg
│   │   │       ├── 2-8-1.jpg
│   │   │       ├── 2-9-1.jpg
│   │   │       ├── 3-1-1.jpg
│   │   │       ├── 3-1-2-1.jpg
│   │   │       ├── 3-1-3-1.jpg
│   │   │       ├── 3-2-1.jpg
│   │   │       ├── 3-3-1.jpg
│   │   │       ├── 3-4-1-1.jpg
│   │   │       ├── 3-4-2-1.jpg
│   │   │       ├── 3-4-3-1.jpg
│   │   │       ├── 3-4-4-1.jpg
│   │   │       ├── 3-5-1.jpg
│   │   │       ├── 4-1-1.jpg
│   │   │       ├── 4-2-1.jpg
│   │   │       ├── 4-3-1.jpg
│   │   │       ├── 4-4-1.jpg
│   │   │       ├── 4-5-1.jpg
│   │   │       ├── 4-5-2.jpg
│   │   │       ├── 4-5-3.jpg
│   │   │       ├── 4-5-4.jpg
│   │   │       ├── 5-1-1.jpg
│   │   │       ├── 5-1-2-1.jpg
│   │   │       ├── 5-1-3-1.jpg
│   │   │       ├── 5-1-4-1.jpg
│   │   │       ├── 5-1-5-1.jpg
│   │   │       ├── 5-1-6-1.jpg
│   │   │       ├── 5-1-6-2.jpg
│   │   │       ├── 5-2-1.jpg
│   │   │       ├── 6-1-1-1.jpg
│   │   │       ├── 6-1-1.jpg
│   │   │       ├── 6-1-2-1.jpg
│   │   │       ├── 6-1-3-1.jpg
│   │   │       ├── 6-1-4-1.jpg
│   │   │       ├── 6-1-5-1.jpg
│   │   │       ├── 6-1-6-1.jpg
│   │   │       ├── 6-1-7-1.jpg
│   │   │       ├── 6-1-8-1.jpg
│   │   │       ├── 6-2-1.jpg
│   │   │       ├── 6-2-7-1.jpg
│   │   │       ├── 6-2-7-2.jpg
│   │   │       ├── 6-3-1.jpg
│   │   │       ├── 6-3-7-1.jpg
│   │   │       ├── 6-3-7-2.jpg
│   │   │       ├── 6-3-8-1.jpg
│   │   │       ├── 6-3-8-2.jpg
│   │   │       ├── 6-3-8-3.jpg
│   │   │       ├── 6-4-1.jpg
│   │   │       ├── 6-4-10-1.jpg
│   │   │       ├── 6-4-3.jpg
│   │   │       ├── 6-4-8-1.jpg
│   │   │       ├── 6-4-9-1.jpg
│   │   │       ├── 6-4-9-2.jpg
│   │   │       ├── 6-4-9-3.jpg
│   │   │       ├── 6-5-1.jpg
│   │   │       ├── 6-5-6-1.jpg
│   │   │       ├── 6-5-7-1.jpg
│   │   │       ├── 6-5-8-1.jpg
│   │   │       ├── 6-5-8-2.jpg
│   │   │       ├── 7-6-1.jpg
│   │   │       ├── 8-1-1-1.jpg
│   │   │       ├── 8-2-1-1.jpg
│   │   │       ├── 8-3-1-1.jpg
│   │   │       ├── 8-4-1-1.jpg
│   │   │       ├── 8-5-1-1.jpg
│   │   │       ├── 9-0-1-1.jpg
│   │   │       ├── 9-0-2-1.jpg
│   │   │       ├── 9-0-3-1.jpg
│   │   │       ├── 9-0-4-1.jpg
│   │   │       ├── 9-0-5-1.jpg
│   │   │       ├── 9-0-6-1.jpg
│   │   │       ├── 9-1-1.jpg
│   │   │       ├── 9-10-1.jpg
│   │   │       ├── 9-11-1.jpg
│   │   │       ├── 9-14-1.jpg
│   │   │       ├── 9-2-1.jpg
│   │   │       ├── 9-3-1.jpg
│   │   │       ├── 9-4-1.jpg
│   │   │       ├── 9-5-1.jpg
│   │   │       ├── 9-6-1.jpg
│   │   │       ├── 9-8-1.jpg
│   │   │       ├── 9-9-1.jpg
│   │   │       └── QQ截图20210913151203.jpg
│   │   └── video_system.html
│   ├── echartgauge
│   │   ├── echartgauge.gif
│   │   ├── echartgauge.pro
│   │   ├── file
│   │   │   ├── echarts.min.js
│   │   │   ├── gauge.html
│   │   │   └── qwebchannel.js
│   │   ├── main.cpp
│   │   ├── readme.txt
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── emailtool
│   │   ├── emailtool.pro
│   │   ├── frmemailtool.cpp
│   │   ├── frmemailtool.h
│   │   ├── frmemailtool.ui
│   │   ├── main.cpp
│   │   ├── readme.txt
│   │   ├── sendemailthread.cpp
│   │   └── sendemailthread.h
│   ├── ffmpegdemo
│   │   ├── ffmpeg
│   │   │   ├── ffmpeg.cpp
│   │   │   ├── ffmpeg.h
│   │   │   ├── ffmpeg.pri
│   │   │   ├── ffmpeg3
│   │   │   │   ├── include
│   │   │   │   │   ├── libavcodec
│   │   │   │   │   │   ├── avcodec.h
│   │   │   │   │   │   ├── avdct.h
│   │   │   │   │   │   ├── avfft.h
│   │   │   │   │   │   ├── d3d11va.h
│   │   │   │   │   │   ├── dirac.h
│   │   │   │   │   │   ├── dv_profile.h
│   │   │   │   │   │   ├── dxva2.h
│   │   │   │   │   │   ├── jni.h
│   │   │   │   │   │   ├── mediacodec.h
│   │   │   │   │   │   ├── qsv.h
│   │   │   │   │   │   ├── vaapi.h
│   │   │   │   │   │   ├── vda.h
│   │   │   │   │   │   ├── vdpau.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   ├── videotoolbox.h
│   │   │   │   │   │   ├── vorbis_parser.h
│   │   │   │   │   │   └── xvmc.h
│   │   │   │   │   ├── libavdevice
│   │   │   │   │   │   ├── avdevice.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavfilter
│   │   │   │   │   │   ├── avfilter.h
│   │   │   │   │   │   ├── avfiltergraph.h
│   │   │   │   │   │   ├── buffersink.h
│   │   │   │   │   │   ├── buffersrc.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavformat
│   │   │   │   │   │   ├── avformat.h
│   │   │   │   │   │   ├── avio.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavutil
│   │   │   │   │   │   ├── adler32.h
│   │   │   │   │   │   ├── aes.h
│   │   │   │   │   │   ├── aes_ctr.h
│   │   │   │   │   │   ├── attributes.h
│   │   │   │   │   │   ├── audio_fifo.h
│   │   │   │   │   │   ├── avassert.h
│   │   │   │   │   │   ├── avconfig.h
│   │   │   │   │   │   ├── avstring.h
│   │   │   │   │   │   ├── avutil.h
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── blowfish.h
│   │   │   │   │   │   ├── bprint.h
│   │   │   │   │   │   ├── bswap.h
│   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   ├── camellia.h
│   │   │   │   │   │   ├── cast5.h
│   │   │   │   │   │   ├── channel_layout.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crc.h
│   │   │   │   │   │   ├── des.h
│   │   │   │   │   │   ├── dict.h
│   │   │   │   │   │   ├── display.h
│   │   │   │   │   │   ├── downmix_info.h
│   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   ├── eval.h
│   │   │   │   │   │   ├── ffversion.h
│   │   │   │   │   │   ├── fifo.h
│   │   │   │   │   │   ├── file.h
│   │   │   │   │   │   ├── frame.h
│   │   │   │   │   │   ├── hash.h
│   │   │   │   │   │   ├── hmac.h
│   │   │   │   │   │   ├── hwcontext.h
│   │   │   │   │   │   ├── hwcontext_cuda.h
│   │   │   │   │   │   ├── hwcontext_d3d11va.h
│   │   │   │   │   │   ├── hwcontext_drm.h
│   │   │   │   │   │   ├── hwcontext_dxva2.h
│   │   │   │   │   │   ├── hwcontext_qsv.h
│   │   │   │   │   │   ├── hwcontext_vaapi.h
│   │   │   │   │   │   ├── hwcontext_vdpau.h
│   │   │   │   │   │   ├── hwcontext_videotoolbox.h
│   │   │   │   │   │   ├── imgutils.h
│   │   │   │   │   │   ├── intfloat.h
│   │   │   │   │   │   ├── intreadwrite.h
│   │   │   │   │   │   ├── lfg.h
│   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   ├── lzo.h
│   │   │   │   │   │   ├── macros.h
│   │   │   │   │   │   ├── mastering_display_metadata.h
│   │   │   │   │   │   ├── mathematics.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   ├── motion_vector.h
│   │   │   │   │   │   ├── murmur3.h
│   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   ├── parseutils.h
│   │   │   │   │   │   ├── pixdesc.h
│   │   │   │   │   │   ├── pixelutils.h
│   │   │   │   │   │   ├── pixfmt.h
│   │   │   │   │   │   ├── random_seed.h
│   │   │   │   │   │   ├── rational.h
│   │   │   │   │   │   ├── rc4.h
│   │   │   │   │   │   ├── replaygain.h
│   │   │   │   │   │   ├── ripemd.h
│   │   │   │   │   │   ├── samplefmt.h
│   │   │   │   │   │   ├── sha.h
│   │   │   │   │   │   ├── sha512.h
│   │   │   │   │   │   ├── spherical.h
│   │   │   │   │   │   ├── stereo3d.h
│   │   │   │   │   │   ├── tea.h
│   │   │   │   │   │   ├── threadmessage.h
│   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   ├── timecode.h
│   │   │   │   │   │   ├── timestamp.h
│   │   │   │   │   │   ├── tree.h
│   │   │   │   │   │   ├── twofish.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   └── xtea.h
│   │   │   │   │   ├── libpostproc
│   │   │   │   │   │   ├── postprocess.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswresample
│   │   │   │   │   │   ├── swresample.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswscale
│   │   │   │   │   │   ├── swscale.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   └── mfx
│   │   │   │   │       ├── mfxdefs.h
│   │   │   │   │       ├── mfxjpeg.h
│   │   │   │   │       ├── mfxmvc.h
│   │   │   │   │       ├── mfxplugin .h
│   │   │   │   │       ├── mfxplugin.h
│   │   │   │   │       ├── mfxstructures.h
│   │   │   │   │       ├── mfxvideo .h
│   │   │   │   │       └── mfxvideo.h
│   │   │   │   ├── include64
│   │   │   │   │   ├── libavcodec
│   │   │   │   │   │   ├── avcodec.h
│   │   │   │   │   │   ├── avdct.h
│   │   │   │   │   │   ├── avfft.h
│   │   │   │   │   │   ├── d3d11va.h
│   │   │   │   │   │   ├── dirac.h
│   │   │   │   │   │   ├── dv_profile.h
│   │   │   │   │   │   ├── dxva2.h
│   │   │   │   │   │   ├── jni.h
│   │   │   │   │   │   ├── mediacodec.h
│   │   │   │   │   │   ├── qsv.h
│   │   │   │   │   │   ├── vaapi.h
│   │   │   │   │   │   ├── vda.h
│   │   │   │   │   │   ├── vdpau.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   ├── videotoolbox.h
│   │   │   │   │   │   ├── vorbis_parser.h
│   │   │   │   │   │   └── xvmc.h
│   │   │   │   │   ├── libavdevice
│   │   │   │   │   │   ├── avdevice.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavfilter
│   │   │   │   │   │   ├── avfilter.h
│   │   │   │   │   │   ├── avfiltergraph.h
│   │   │   │   │   │   ├── buffersink.h
│   │   │   │   │   │   ├── buffersrc.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavformat
│   │   │   │   │   │   ├── avformat.h
│   │   │   │   │   │   ├── avio.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavutil
│   │   │   │   │   │   ├── adler32.h
│   │   │   │   │   │   ├── aes.h
│   │   │   │   │   │   ├── aes_ctr.h
│   │   │   │   │   │   ├── attributes.h
│   │   │   │   │   │   ├── audio_fifo.h
│   │   │   │   │   │   ├── avassert.h
│   │   │   │   │   │   ├── avconfig.h
│   │   │   │   │   │   ├── avstring.h
│   │   │   │   │   │   ├── avutil.h
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── blowfish.h
│   │   │   │   │   │   ├── bprint.h
│   │   │   │   │   │   ├── bswap.h
│   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   ├── camellia.h
│   │   │   │   │   │   ├── cast5.h
│   │   │   │   │   │   ├── channel_layout.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crc.h
│   │   │   │   │   │   ├── des.h
│   │   │   │   │   │   ├── dict.h
│   │   │   │   │   │   ├── display.h
│   │   │   │   │   │   ├── downmix_info.h
│   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   ├── eval.h
│   │   │   │   │   │   ├── ffversion.h
│   │   │   │   │   │   ├── fifo.h
│   │   │   │   │   │   ├── file.h
│   │   │   │   │   │   ├── frame.h
│   │   │   │   │   │   ├── hash.h
│   │   │   │   │   │   ├── hmac.h
│   │   │   │   │   │   ├── hwcontext.h
│   │   │   │   │   │   ├── hwcontext_cuda.h
│   │   │   │   │   │   ├── hwcontext_d3d11va.h
│   │   │   │   │   │   ├── hwcontext_drm.h
│   │   │   │   │   │   ├── hwcontext_dxva2.h
│   │   │   │   │   │   ├── hwcontext_qsv.h
│   │   │   │   │   │   ├── hwcontext_vaapi.h
│   │   │   │   │   │   ├── hwcontext_vdpau.h
│   │   │   │   │   │   ├── hwcontext_videotoolbox.h
│   │   │   │   │   │   ├── imgutils.h
│   │   │   │   │   │   ├── intfloat.h
│   │   │   │   │   │   ├── intreadwrite.h
│   │   │   │   │   │   ├── lfg.h
│   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   ├── lzo.h
│   │   │   │   │   │   ├── macros.h
│   │   │   │   │   │   ├── mastering_display_metadata.h
│   │   │   │   │   │   ├── mathematics.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   ├── motion_vector.h
│   │   │   │   │   │   ├── murmur3.h
│   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   ├── parseutils.h
│   │   │   │   │   │   ├── pixdesc.h
│   │   │   │   │   │   ├── pixelutils.h
│   │   │   │   │   │   ├── pixfmt.h
│   │   │   │   │   │   ├── random_seed.h
│   │   │   │   │   │   ├── rational.h
│   │   │   │   │   │   ├── rc4.h
│   │   │   │   │   │   ├── replaygain.h
│   │   │   │   │   │   ├── ripemd.h
│   │   │   │   │   │   ├── samplefmt.h
│   │   │   │   │   │   ├── sha.h
│   │   │   │   │   │   ├── sha512.h
│   │   │   │   │   │   ├── spherical.h
│   │   │   │   │   │   ├── stereo3d.h
│   │   │   │   │   │   ├── tea.h
│   │   │   │   │   │   ├── threadmessage.h
│   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   ├── timecode.h
│   │   │   │   │   │   ├── timestamp.h
│   │   │   │   │   │   ├── tree.h
│   │   │   │   │   │   ├── twofish.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   └── xtea.h
│   │   │   │   │   ├── libpostproc
│   │   │   │   │   │   ├── postprocess.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswresample
│   │   │   │   │   │   ├── swresample.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswscale
│   │   │   │   │   │   ├── swscale.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   └── mfx
│   │   │   │   │       ├── mfxdefs.h
│   │   │   │   │       ├── mfxjpeg.h
│   │   │   │   │       ├── mfxmvc.h
│   │   │   │   │       ├── mfxplugin .h
│   │   │   │   │       ├── mfxplugin.h
│   │   │   │   │       ├── mfxstructures.h
│   │   │   │   │       ├── mfxvideo .h
│   │   │   │   │       └── mfxvideo.h
│   │   │   │   ├── winlib
│   │   │   │   │   ├── avcodec.lib
│   │   │   │   │   ├── avdevice.lib
│   │   │   │   │   ├── avfilter.lib
│   │   │   │   │   ├── avformat.lib
│   │   │   │   │   ├── avutil.lib
│   │   │   │   │   ├── postproc.lib
│   │   │   │   │   ├── swresample.lib
│   │   │   │   │   └── swscale.lib
│   │   │   │   └── winlib64
│   │   │   │       ├── avcodec.lib
│   │   │   │       ├── avdevice.lib
│   │   │   │       ├── avfilter.lib
│   │   │   │       ├── avformat.lib
│   │   │   │       ├── avutil.lib
│   │   │   │       ├── postproc.lib
│   │   │   │       ├── swresample.lib
│   │   │   │       └── swscale.lib
│   │   │   ├── ffmpeg4
│   │   │   │   ├── include
│   │   │   │   │   ├── libavcodec
│   │   │   │   │   │   ├── ac3_parser.h
│   │   │   │   │   │   ├── adts_parser.h
│   │   │   │   │   │   ├── avcodec.h
│   │   │   │   │   │   ├── avdct.h
│   │   │   │   │   │   ├── avfft.h
│   │   │   │   │   │   ├── d3d11va.h
│   │   │   │   │   │   ├── dirac.h
│   │   │   │   │   │   ├── dv_profile.h
│   │   │   │   │   │   ├── dxva2.h
│   │   │   │   │   │   ├── jni.h
│   │   │   │   │   │   ├── mediacodec.h
│   │   │   │   │   │   ├── qsv.h
│   │   │   │   │   │   ├── vaapi.h
│   │   │   │   │   │   ├── vdpau.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   ├── videotoolbox.h
│   │   │   │   │   │   ├── vorbis_parser.h
│   │   │   │   │   │   └── xvmc.h
│   │   │   │   │   ├── libavdevice
│   │   │   │   │   │   ├── avdevice.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavfilter
│   │   │   │   │   │   ├── avfilter.h
│   │   │   │   │   │   ├── buffersink.h
│   │   │   │   │   │   ├── buffersrc.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavformat
│   │   │   │   │   │   ├── avformat.h
│   │   │   │   │   │   ├── avio.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavutil
│   │   │   │   │   │   ├── adler32.h
│   │   │   │   │   │   ├── aes.h
│   │   │   │   │   │   ├── aes_ctr.h
│   │   │   │   │   │   ├── attributes.h
│   │   │   │   │   │   ├── audio_fifo.h
│   │   │   │   │   │   ├── avassert.h
│   │   │   │   │   │   ├── avconfig.h
│   │   │   │   │   │   ├── avstring.h
│   │   │   │   │   │   ├── avutil.h
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── blowfish.h
│   │   │   │   │   │   ├── bprint.h
│   │   │   │   │   │   ├── bswap.h
│   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   ├── camellia.h
│   │   │   │   │   │   ├── cast5.h
│   │   │   │   │   │   ├── channel_layout.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crc.h
│   │   │   │   │   │   ├── des.h
│   │   │   │   │   │   ├── dict.h
│   │   │   │   │   │   ├── display.h
│   │   │   │   │   │   ├── downmix_info.h
│   │   │   │   │   │   ├── encryption_info.h
│   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   ├── eval.h
│   │   │   │   │   │   ├── ffversion.h
│   │   │   │   │   │   ├── fifo.h
│   │   │   │   │   │   ├── file.h
│   │   │   │   │   │   ├── frame.h
│   │   │   │   │   │   ├── hash.h
│   │   │   │   │   │   ├── hdr_dynamic_metadata.h
│   │   │   │   │   │   ├── hmac.h
│   │   │   │   │   │   ├── hwcontext.h
│   │   │   │   │   │   ├── hwcontext_cuda.h
│   │   │   │   │   │   ├── hwcontext_d3d11va.h
│   │   │   │   │   │   ├── hwcontext_drm.h
│   │   │   │   │   │   ├── hwcontext_dxva2.h
│   │   │   │   │   │   ├── hwcontext_mediacodec.h
│   │   │   │   │   │   ├── hwcontext_qsv.h
│   │   │   │   │   │   ├── hwcontext_vaapi.h
│   │   │   │   │   │   ├── hwcontext_vdpau.h
│   │   │   │   │   │   ├── hwcontext_videotoolbox.h
│   │   │   │   │   │   ├── imgutils.h
│   │   │   │   │   │   ├── intfloat.h
│   │   │   │   │   │   ├── intreadwrite.h
│   │   │   │   │   │   ├── lfg.h
│   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   ├── lzo.h
│   │   │   │   │   │   ├── macros.h
│   │   │   │   │   │   ├── mastering_display_metadata.h
│   │   │   │   │   │   ├── mathematics.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   ├── motion_vector.h
│   │   │   │   │   │   ├── murmur3.h
│   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   ├── parseutils.h
│   │   │   │   │   │   ├── pixdesc.h
│   │   │   │   │   │   ├── pixelutils.h
│   │   │   │   │   │   ├── pixfmt.h
│   │   │   │   │   │   ├── random_seed.h
│   │   │   │   │   │   ├── rational.h
│   │   │   │   │   │   ├── rc4.h
│   │   │   │   │   │   ├── replaygain.h
│   │   │   │   │   │   ├── ripemd.h
│   │   │   │   │   │   ├── samplefmt.h
│   │   │   │   │   │   ├── sha.h
│   │   │   │   │   │   ├── sha512.h
│   │   │   │   │   │   ├── spherical.h
│   │   │   │   │   │   ├── stereo3d.h
│   │   │   │   │   │   ├── tea.h
│   │   │   │   │   │   ├── threadmessage.h
│   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   ├── timecode.h
│   │   │   │   │   │   ├── timestamp.h
│   │   │   │   │   │   ├── tree.h
│   │   │   │   │   │   ├── twofish.h
│   │   │   │   │   │   ├── tx.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   └── xtea.h
│   │   │   │   │   ├── libpostproc
│   │   │   │   │   │   ├── postprocess.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswresample
│   │   │   │   │   │   ├── swresample.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswscale
│   │   │   │   │   │   ├── swscale.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   └── mfx
│   │   │   │   │       ├── mfxdefs.h
│   │   │   │   │       ├── mfxjpeg.h
│   │   │   │   │       ├── mfxmvc.h
│   │   │   │   │       ├── mfxplugin .h
│   │   │   │   │       ├── mfxplugin.h
│   │   │   │   │       ├── mfxstructures.h
│   │   │   │   │       ├── mfxvideo .h
│   │   │   │   │       └── mfxvideo.h
│   │   │   │   ├── include64
│   │   │   │   │   ├── libavcodec
│   │   │   │   │   │   ├── ac3_parser.h
│   │   │   │   │   │   ├── adts_parser.h
│   │   │   │   │   │   ├── avcodec.h
│   │   │   │   │   │   ├── avdct.h
│   │   │   │   │   │   ├── avfft.h
│   │   │   │   │   │   ├── d3d11va.h
│   │   │   │   │   │   ├── dirac.h
│   │   │   │   │   │   ├── dv_profile.h
│   │   │   │   │   │   ├── dxva2.h
│   │   │   │   │   │   ├── jni.h
│   │   │   │   │   │   ├── mediacodec.h
│   │   │   │   │   │   ├── qsv.h
│   │   │   │   │   │   ├── vaapi.h
│   │   │   │   │   │   ├── vdpau.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   ├── videotoolbox.h
│   │   │   │   │   │   ├── vorbis_parser.h
│   │   │   │   │   │   └── xvmc.h
│   │   │   │   │   ├── libavdevice
│   │   │   │   │   │   ├── avdevice.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavfilter
│   │   │   │   │   │   ├── avfilter.h
│   │   │   │   │   │   ├── buffersink.h
│   │   │   │   │   │   ├── buffersrc.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavformat
│   │   │   │   │   │   ├── avformat.h
│   │   │   │   │   │   ├── avio.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libavutil
│   │   │   │   │   │   ├── adler32.h
│   │   │   │   │   │   ├── aes.h
│   │   │   │   │   │   ├── aes_ctr.h
│   │   │   │   │   │   ├── attributes.h
│   │   │   │   │   │   ├── audio_fifo.h
│   │   │   │   │   │   ├── avassert.h
│   │   │   │   │   │   ├── avconfig.h
│   │   │   │   │   │   ├── avstring.h
│   │   │   │   │   │   ├── avutil.h
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── blowfish.h
│   │   │   │   │   │   ├── bprint.h
│   │   │   │   │   │   ├── bswap.h
│   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   ├── camellia.h
│   │   │   │   │   │   ├── cast5.h
│   │   │   │   │   │   ├── channel_layout.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crc.h
│   │   │   │   │   │   ├── des.h
│   │   │   │   │   │   ├── dict.h
│   │   │   │   │   │   ├── display.h
│   │   │   │   │   │   ├── downmix_info.h
│   │   │   │   │   │   ├── encryption_info.h
│   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   ├── eval.h
│   │   │   │   │   │   ├── ffversion.h
│   │   │   │   │   │   ├── fifo.h
│   │   │   │   │   │   ├── file.h
│   │   │   │   │   │   ├── frame.h
│   │   │   │   │   │   ├── hash.h
│   │   │   │   │   │   ├── hdr_dynamic_metadata.h
│   │   │   │   │   │   ├── hmac.h
│   │   │   │   │   │   ├── hwcontext.h
│   │   │   │   │   │   ├── hwcontext_cuda.h
│   │   │   │   │   │   ├── hwcontext_d3d11va.h
│   │   │   │   │   │   ├── hwcontext_drm.h
│   │   │   │   │   │   ├── hwcontext_dxva2.h
│   │   │   │   │   │   ├── hwcontext_mediacodec.h
│   │   │   │   │   │   ├── hwcontext_qsv.h
│   │   │   │   │   │   ├── hwcontext_vaapi.h
│   │   │   │   │   │   ├── hwcontext_vdpau.h
│   │   │   │   │   │   ├── hwcontext_videotoolbox.h
│   │   │   │   │   │   ├── imgutils.h
│   │   │   │   │   │   ├── intfloat.h
│   │   │   │   │   │   ├── intreadwrite.h
│   │   │   │   │   │   ├── lfg.h
│   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   ├── lzo.h
│   │   │   │   │   │   ├── macros.h
│   │   │   │   │   │   ├── mastering_display_metadata.h
│   │   │   │   │   │   ├── mathematics.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   ├── motion_vector.h
│   │   │   │   │   │   ├── murmur3.h
│   │   │   │   │   │   ├── opt.h
│   │   │   │   │   │   ├── parseutils.h
│   │   │   │   │   │   ├── pixdesc.h
│   │   │   │   │   │   ├── pixelutils.h
│   │   │   │   │   │   ├── pixfmt.h
│   │   │   │   │   │   ├── random_seed.h
│   │   │   │   │   │   ├── rational.h
│   │   │   │   │   │   ├── rc4.h
│   │   │   │   │   │   ├── replaygain.h
│   │   │   │   │   │   ├── ripemd.h
│   │   │   │   │   │   ├── samplefmt.h
│   │   │   │   │   │   ├── sha.h
│   │   │   │   │   │   ├── sha512.h
│   │   │   │   │   │   ├── spherical.h
│   │   │   │   │   │   ├── stereo3d.h
│   │   │   │   │   │   ├── tea.h
│   │   │   │   │   │   ├── threadmessage.h
│   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   ├── timecode.h
│   │   │   │   │   │   ├── timestamp.h
│   │   │   │   │   │   ├── tree.h
│   │   │   │   │   │   ├── twofish.h
│   │   │   │   │   │   ├── tx.h
│   │   │   │   │   │   ├── version.h
│   │   │   │   │   │   └── xtea.h
│   │   │   │   │   ├── libpostproc
│   │   │   │   │   │   ├── postprocess.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswresample
│   │   │   │   │   │   ├── swresample.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   ├── libswscale
│   │   │   │   │   │   ├── swscale.h
│   │   │   │   │   │   └── version.h
│   │   │   │   │   └── mfx
│   │   │   │   │       ├── mfxdefs.h
│   │   │   │   │       ├── mfxjpeg.h
│   │   │   │   │       ├── mfxmvc.h
│   │   │   │   │       ├── mfxplugin .h
│   │   │   │   │       ├── mfxplugin.h
│   │   │   │   │       ├── mfxstructures.h
│   │   │   │   │       ├── mfxvideo .h
│   │   │   │   │       └── mfxvideo.h
│   │   │   │   ├── winlib
│   │   │   │   │   ├── avcodec.lib
│   │   │   │   │   ├── avdevice.lib
│   │   │   │   │   ├── avfilter.lib
│   │   │   │   │   ├── avformat.lib
│   │   │   │   │   ├── avutil.lib
│   │   │   │   │   ├── postproc.lib
│   │   │   │   │   ├── swresample.lib
│   │   │   │   │   └── swscale.lib
│   │   │   │   └── winlib64
│   │   │   │       ├── avcodec.lib
│   │   │   │       ├── avdevice.lib
│   │   │   │       ├── avfilter.lib
│   │   │   │       ├── avformat.lib
│   │   │   │       ├── avutil.lib
│   │   │   │       ├── postproc.lib
│   │   │   │       ├── swresample.lib
│   │   │   │       └── swscale.lib
│   │   │   └── ffmpeghead.h
│   │   ├── ffmpegdemo.pro
│   │   ├── main.cpp
│   │   ├── readme.md
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── flatui
│   │   ├── flatui.cpp
│   │   ├── flatui.h
│   │   ├── flatui.pro
│   │   ├── frmflatui.cpp
│   │   ├── frmflatui.h
│   │   ├── frmflatui.ui
│   │   └── main.cpp
│   ├── framelesswidget
│   │   ├── framelesscore
│   │   │   ├── framelesscore.pri
│   │   │   ├── framelessdialog.cpp
│   │   │   ├── framelessdialog.h
│   │   │   ├── framelessmainwindow.cpp
│   │   │   ├── framelessmainwindow.h
│   │   │   ├── framelesswidget.cpp
│   │   │   └── framelesswidget.h
│   │   ├── framelessform
│   │   │   ├── dialog.cpp
│   │   │   ├── dialog.h
│   │   │   ├── dialog.ui
│   │   │   ├── framelessform.pri
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   ├── widget.cpp
│   │   │   ├── widget.h
│   │   │   └── widget.ui
│   │   ├── framelesswidget.pro
│   │   ├── framelesswidget2.cpp
│   │   ├── framelesswidget2.h
│   │   ├── frmframelesswidget.cpp
│   │   ├── frmframelesswidget.h
│   │   ├── frmframelesswidget.ui
│   │   └── main.cpp
│   ├── gifwidget
│   │   ├── frmgifwidget.cpp
│   │   ├── frmgifwidget.h
│   │   ├── frmgifwidget.ui
│   │   ├── gif.h
│   │   ├── gifwidget.cpp
│   │   ├── gifwidget.h
│   │   ├── gifwidget.pro
│   │   ├── image
│   │   │   ├── gifwidget.ico
│   │   │   └── gifwidget.png
│   │   ├── main.cpp
│   │   └── main.qrc
│   ├── hotkey
│   │   ├── frmhotkey.cpp
│   │   ├── frmhotkey.h
│   │   ├── frmhotkey.ui
│   │   ├── hotkey.pro
│   │   └── main.cpp
│   ├── imageswitch
│   │   ├── frmimageswitch.cpp
│   │   ├── frmimageswitch.h
│   │   ├── frmimageswitch.ui
│   │   ├── image
│   │   │   └── imageswitch
│   │   │       ├── btncheckoff1.png
│   │   │       ├── btncheckoff2.png
│   │   │       ├── btncheckoff3.png
│   │   │       ├── btncheckon1.png
│   │   │       ├── btncheckon2.png
│   │   │       └── btncheckon3.png
│   │   ├── imageswitch.cpp
│   │   ├── imageswitch.h
│   │   ├── imageswitch.pro
│   │   ├── main.cpp
│   │   └── main.qrc
│   ├── ipaddress
│   │   ├── frmipaddress.cpp
│   │   ├── frmipaddress.h
│   │   ├── frmipaddress.ui
│   │   ├── ipaddress.cpp
│   │   ├── ipaddress.h
│   │   ├── ipaddress.pro
│   │   └── main.cpp
│   ├── key
│   │   ├── key.pro
│   │   ├── keydemo
│   │   │   ├── appkey.cpp
│   │   │   ├── appkey.h
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   ├── frmmain.ui
│   │   │   ├── keydemo.pro
│   │   │   └── main.cpp
│   │   ├── keytool
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   ├── frmmain.ui
│   │   │   ├── keytool.pro
│   │   │   └── main.cpp
│   │   └── snap
│   │       ├── QQ截图20190226090503.png
│   │       ├── QQ截图20190226090532.png
│   │       ├── QQ截图20190226090557.png
│   │       └── QQ截图20190226090720.png
│   ├── lightbutton
│   │   ├── frmlightbutton.cpp
│   │   ├── frmlightbutton.h
│   │   ├── frmlightbutton.ui
│   │   ├── lightbutton.cpp
│   │   ├── lightbutton.gif
│   │   ├── lightbutton.h
│   │   ├── lightbutton.pro
│   │   └── main.cpp
│   ├── lineeditnext
│   │   ├── lineeditnext.pro
│   │   ├── main.cpp
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── live
│   │   ├── live.pro
│   │   ├── livedemo
│   │   │   ├── applive.cpp
│   │   │   ├── applive.h
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   ├── frmmain.ui
│   │   │   ├── livedemo.pro
│   │   │   └── main.cpp
│   │   ├── livetool
│   │   │   ├── app.cpp
│   │   │   ├── app.h
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   ├── frmmain.ui
│   │   │   ├── livetool.pro
│   │   │   ├── main.cpp
│   │   │   ├── main.ico
│   │   │   ├── main.qrc
│   │   │   ├── trayicon.cpp
│   │   │   └── trayicon.h
│   │   └── snap
│   │       ├── QQ截图20190302141124.png
│   │       ├── QQ截图20190302141129.png
│   │       └── QQ截图20190302141147.png
│   ├── lunarcalendarwidget
│   │   ├── font
│   │   │   └── fontawesome-webfont.ttf
│   │   ├── frmlunarcalendarwidget.cpp
│   │   ├── frmlunarcalendarwidget.h
│   │   ├── frmlunarcalendarwidget.ui
│   │   ├── image
│   │   │   └── bg_calendar.png
│   │   ├── lunarcalendarinfo.cpp
│   │   ├── lunarcalendarinfo.h
│   │   ├── lunarcalendaritem.cpp
│   │   ├── lunarcalendaritem.h
│   │   ├── lunarcalendarwidget.cpp
│   │   ├── lunarcalendarwidget.h
│   │   ├── lunarcalendarwidget.pro
│   │   ├── main.cpp
│   │   └── main.qrc
│   ├── maskwidget
│   │   ├── frmmaskwidget.cpp
│   │   ├── frmmaskwidget.h
│   │   ├── frmmaskwidget.ui
│   │   ├── main.cpp
│   │   ├── maskwidget.cpp
│   │   ├── maskwidget.h
│   │   └── maskwidget.pro
│   ├── miniblink
│   │   ├── file
│   │   │   ├── demo.html
│   │   │   ├── echarts.min.js
│   │   │   └── gauge.html
│   │   ├── main.cpp
│   │   ├── miniblink
│   │   │   ├── miniblink.cpp
│   │   │   ├── miniblink.h
│   │   │   ├── miniblink.pri
│   │   │   └── wke.h
│   │   ├── miniblink.pro
│   │   ├── readme.md
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── moneytool
│   │   ├── main.cpp
│   │   ├── moneytool.pro
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── mouseline
│   │   ├── main.cpp
│   │   ├── mouseline.pro
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── movewidget
│   │   ├── frmmovewidget.cpp
│   │   ├── frmmovewidget.h
│   │   ├── frmmovewidget.ui
│   │   ├── main.cpp
│   │   ├── movewidget.cpp
│   │   ├── movewidget.h
│   │   └── movewidget.pro
│   ├── mpvdemo
│   │   ├── main.cpp
│   │   ├── mpv
│   │   │   ├── include
│   │   │   │   ├── client.h
│   │   │   │   ├── opengl_cb.h
│   │   │   │   ├── render.h
│   │   │   │   ├── render_gl.h
│   │   │   │   └── stream_cb.h
│   │   │   ├── include64
│   │   │   │   ├── client.h
│   │   │   │   ├── opengl_cb.h
│   │   │   │   ├── render.h
│   │   │   │   ├── render_gl.h
│   │   │   │   └── stream_cb.h
│   │   │   ├── mpv.cpp
│   │   │   ├── mpv.h
│   │   │   ├── mpv.pri
│   │   │   ├── mpvhead.h
│   │   │   ├── mpvtool.h
│   │   │   ├── winlib
│   │   │   │   └── libmpv.lib
│   │   │   └── winlib64
│   │   │       └── libmpv.lib
│   │   ├── mpvdemo.pro
│   │   ├── readme.md
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   ├── navbutton
│   │   ├── font
│   │   │   └── fontawesome-webfont.ttf
│   │   ├── frmnavbutton.cpp
│   │   ├── frmnavbutton.h
│   │   ├── frmnavbutton.ui
│   │   ├── iconhelper.cpp
│   │   ├── iconhelper.h
│   │   ├── main.cpp
│   │   ├── main.qrc
│   │   ├── navbutton.cpp
│   │   ├── navbutton.h
│   │   └── navbutton.pro
│   ├── netserver
│   │   ├── api
│   │   │   ├── api.pri
│   │   │   ├── appconfig.cpp
│   │   │   ├── appconfig.h
│   │   │   ├── tcpserver1.cpp
│   │   │   ├── tcpserver1.h
│   │   │   ├── tcpserver2.cpp
│   │   │   └── tcpserver2.h
│   │   ├── form
│   │   │   ├── form.pri
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   └── frmmain.ui
│   │   ├── head.h
│   │   ├── main.cpp
│   │   ├── netserver.pro
│   │   ├── qrc
│   │   │   ├── main.ico
│   │   │   ├── main.qrc
│   │   │   └── main.rc
│   │   └── readme.md
│   ├── nettool
│   │   ├── api
│   │   │   ├── api.pri
│   │   │   ├── appconfig.cpp
│   │   │   ├── appconfig.h
│   │   │   ├── appdata.cpp
│   │   │   ├── appdata.h
│   │   │   ├── tcpclient.cpp
│   │   │   ├── tcpclient.h
│   │   │   ├── tcpserver.cpp
│   │   │   ├── tcpserver.h
│   │   │   ├── webclient.cpp
│   │   │   ├── webclient.h
│   │   │   ├── webserver.cpp
│   │   │   └── webserver.h
│   │   ├── file
│   │   │   ├── device.txt
│   │   │   └── send.txt
│   │   ├── form
│   │   │   ├── form.pri
│   │   │   ├── frmmain.cpp
│   │   │   ├── frmmain.h
│   │   │   ├── frmmain.ui
│   │   │   ├── frmtcpclient.cpp
│   │   │   ├── frmtcpclient.h
│   │   │   ├── frmtcpclient.ui
│   │   │   ├── frmtcpserver.cpp
│   │   │   ├── frmtcpserver.h
│   │   │   ├── frmtcpserver.ui
│   │   │   ├── frmudpclient.cpp
│   │   │   ├── frmudpclient.h
│   │   │   ├── frmudpclient.ui
│   │   │   ├── frmudpserver.cpp
│   │   │   ├── frmudpserver.h
│   │   │   ├── frmudpserver.ui
│   │   │   ├── frmwebclient.cpp
│   │   │   ├── frmwebclient.h
│   │   │   ├── frmwebclient.ui
│   │   │   ├── frmwebserver.cpp
│   │   │   ├── frmwebserver.h
│   │   │   └── frmwebserver.ui
│   │   ├── head.h
│   │   ├── main.cpp
│   │   ├── nettool.pro
│   │   ├── qrc
│   │   │   ├── DroidSansFallback.ttf
│   │   │   ├── font.qrc
│   │   │   ├── main.ico
│   │   │   ├── main.qrc
│   │   │   └── main.rc
│   │   └── readme.md
│   ├── ntpclient
│   │   ├── frmntpclient.cpp
│   │   ├── frmntpclient.h
│   │   ├── frmntpclient.ui
│   │   ├── main.cpp
│   │   ├── ntpclient.cpp
│   │   ├── ntpclient.h
│   │   └── ntpclient.pro
│   ├── pngtool
│   │   ├── frmpngtool.cpp
│   │   ├── frmpngtool.h
│   │   ├── frmpngtool.ui
│   │   ├── main.cpp
│   │   └── pngtool.pro
│   ├── qwtdemo
│   │   ├── examples
│   │   │   ├── animation
│   │   │   │   ├── animation.pro
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   └── plot.h
│   │   │   ├── barchart
│   │   │   │   ├── barchart.cpp
│   │   │   │   ├── barchart.h
│   │   │   │   ├── barchart.pro
│   │   │   │   └── main.cpp
│   │   │   ├── bode
│   │   │   │   ├── bode.pro
│   │   │   │   ├── complexnumber.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── pixmaps.h
│   │   │   │   ├── plot.cpp
│   │   │   │   └── plot.h
│   │   │   ├── controls
│   │   │   │   ├── controls.pro
│   │   │   │   ├── dialbox.cpp
│   │   │   │   ├── dialbox.h
│   │   │   │   ├── dialtab.cpp
│   │   │   │   ├── dialtab.h
│   │   │   │   ├── knobbox.cpp
│   │   │   │   ├── knobbox.h
│   │   │   │   ├── knobtab.cpp
│   │   │   │   ├── knobtab.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── sliderbox.cpp
│   │   │   │   ├── sliderbox.h
│   │   │   │   ├── slidertab.cpp
│   │   │   │   ├── slidertab.h
│   │   │   │   ├── wheelbox.cpp
│   │   │   │   ├── wheelbox.h
│   │   │   │   ├── wheeltab.cpp
│   │   │   │   └── wheeltab.h
│   │   │   ├── cpuplot
│   │   │   │   ├── cpupiemarker.cpp
│   │   │   │   ├── cpupiemarker.h
│   │   │   │   ├── cpuplot.cpp
│   │   │   │   ├── cpuplot.h
│   │   │   │   ├── cpuplot.pro
│   │   │   │   ├── cpustat.cpp
│   │   │   │   └── cpustat.h
│   │   │   ├── curvdemo1
│   │   │   │   ├── curvdemo1.cpp
│   │   │   │   └── curvdemo1.pro
│   │   │   ├── dials
│   │   │   │   ├── attitude_indicator.cpp
│   │   │   │   ├── attitude_indicator.h
│   │   │   │   ├── cockpit_grid.cpp
│   │   │   │   ├── cockpit_grid.h
│   │   │   │   ├── compass_grid.cpp
│   │   │   │   ├── compass_grid.h
│   │   │   │   ├── dials.cpp
│   │   │   │   ├── dials.pro
│   │   │   │   ├── speedo_meter.cpp
│   │   │   │   └── speedo_meter.h
│   │   │   ├── distrowatch
│   │   │   │   ├── barchart.cpp
│   │   │   │   ├── barchart.h
│   │   │   │   ├── distrowatch.pro
│   │   │   │   └── main.cpp
│   │   │   ├── event_filter
│   │   │   │   ├── README
│   │   │   │   ├── canvaspicker.cpp
│   │   │   │   ├── canvaspicker.h
│   │   │   │   ├── colorbar.cpp
│   │   │   │   ├── colorbar.h
│   │   │   │   ├── event_filter.cpp
│   │   │   │   ├── event_filter.pro
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   ├── scalepicker.cpp
│   │   │   │   └── scalepicker.h
│   │   │   ├── examples.pro
│   │   │   ├── friedberg
│   │   │   │   ├── friedberg.pro
│   │   │   │   ├── friedberg2007.cpp
│   │   │   │   ├── friedberg2007.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   └── plot.h
│   │   │   ├── itemeditor
│   │   │   │   ├── editor.cpp
│   │   │   │   ├── editor.h
│   │   │   │   ├── itemeditor.pro
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   ├── shapefactory.cpp
│   │   │   │   └── shapefactory.h
│   │   │   ├── legends
│   │   │   │   ├── legends.pro
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── panel.cpp
│   │   │   │   ├── panel.h
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   └── settings.h
│   │   │   ├── oscilloscope
│   │   │   │   ├── curvedata.cpp
│   │   │   │   ├── curvedata.h
│   │   │   │   ├── knob.cpp
│   │   │   │   ├── knob.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── osci.css
│   │   │   │   ├── oscilloscope.pro
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   ├── samplingthread.cpp
│   │   │   │   ├── samplingthread.h
│   │   │   │   ├── signaldata.cpp
│   │   │   │   ├── signaldata.h
│   │   │   │   ├── wheelbox.cpp
│   │   │   │   └── wheelbox.h
│   │   │   ├── radio
│   │   │   │   ├── ampfrm.cpp
│   │   │   │   ├── ampfrm.h
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── radio.cpp
│   │   │   │   ├── radio.pro
│   │   │   │   ├── tunerfrm.cpp
│   │   │   │   └── tunerfrm.h
│   │   │   ├── rasterview
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   └── rasterview.pro
│   │   │   ├── realtime
│   │   │   │   ├── README
│   │   │   │   ├── clear.xpm
│   │   │   │   ├── incrementalplot.cpp
│   │   │   │   ├── incrementalplot.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── randomplot.cpp
│   │   │   │   ├── randomplot.h
│   │   │   │   ├── realtime.pro
│   │   │   │   ├── scrollbar.cpp
│   │   │   │   ├── scrollbar.h
│   │   │   │   ├── scrollzoomer.cpp
│   │   │   │   ├── scrollzoomer.h
│   │   │   │   └── start.xpm
│   │   │   ├── refreshtest
│   │   │   │   ├── circularbuffer.cpp
│   │   │   │   ├── circularbuffer.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── panel.cpp
│   │   │   │   ├── panel.h
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   ├── refreshtest.pro
│   │   │   │   └── settings.h
│   │   │   ├── scatterplot
│   │   │   │   ├── main.cpp
│   │   │   │   ├── mainwindow.cpp
│   │   │   │   ├── mainwindow.h
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   └── scatterplot.pro
│   │   │   ├── simpleplot
│   │   │   │   ├── simpleplot.cpp
│   │   │   │   └── simpleplot.pro
│   │   │   ├── sinusplot
│   │   │   │   ├── sinusplot.cpp
│   │   │   │   └── sinusplot.pro
│   │   │   ├── spectrogram
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   └── spectrogram.pro
│   │   │   ├── stockchart
│   │   │   │   ├── griditem.cpp
│   │   │   │   ├── griditem.h
│   │   │   │   ├── legend.cpp
│   │   │   │   ├── legend.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── plot.cpp
│   │   │   │   ├── plot.h
│   │   │   │   ├── quotefactory.cpp
│   │   │   │   ├── quotefactory.h
│   │   │   │   └── stockchart.pro
│   │   │   ├── stylesheets
│   │   │   │   ├── blue.css
│   │   │   │   ├── choco.css
│   │   │   │   ├── oily.css
│   │   │   │   └── rosy.css
│   │   │   ├── sysinfo
│   │   │   │   ├── sysinfo.cpp
│   │   │   │   └── sysinfo.pro
│   │   │   └── tvplot
│   │   │       ├── main.cpp
│   │   │       ├── tvplot.cpp
│   │   │       ├── tvplot.h
│   │   │       └── tvplot.pro
│   │   ├── frmmain.cpp
│   │   ├── frmmain.h
│   │   ├── frmmain.ui
│   │   ├── main.cpp
│   │   ├── qwt
│   │   │   ├── qwt.h
│   │   │   ├── qwt.pri
│   │   │   ├── qwt_abstract_legend.cpp
│   │   │   ├── qwt_abstract_legend.h
│   │   │   ├── qwt_abstract_scale.cpp
│   │   │   ├── qwt_abstract_scale.h
│   │   │   ├── qwt_abstract_scale_draw.cpp
│   │   │   ├── qwt_abstract_scale_draw.h
│   │   │   ├── qwt_abstract_slider.cpp
│   │   │   ├── qwt_abstract_slider.h
│   │   │   ├── qwt_analog_clock.cpp
│   │   │   ├── qwt_analog_clock.h
│   │   │   ├── qwt_arrow_button.cpp
│   │   │   ├── qwt_arrow_button.h
│   │   │   ├── qwt_clipper.cpp
│   │   │   ├── qwt_clipper.h
│   │   │   ├── qwt_color_map.cpp
│   │   │   ├── qwt_color_map.h
│   │   │   ├── qwt_column_symbol.cpp
│   │   │   ├── qwt_column_symbol.h
│   │   │   ├── qwt_compass.cpp
│   │   │   ├── qwt_compass.h
│   │   │   ├── qwt_compass_rose.cpp
│   │   │   ├── qwt_compass_rose.h
│   │   │   ├── qwt_compat.h
│   │   │   ├── qwt_counter.cpp
│   │   │   ├── qwt_counter.h
│   │   │   ├── qwt_curve_fitter.cpp
│   │   │   ├── qwt_curve_fitter.h
│   │   │   ├── qwt_date.cpp
│   │   │   ├── qwt_date.h
│   │   │   ├── qwt_date_scale_draw.cpp
│   │   │   ├── qwt_date_scale_draw.h
│   │   │   ├── qwt_date_scale_engine.cpp
│   │   │   ├── qwt_date_scale_engine.h
│   │   │   ├── qwt_dial.cpp
│   │   │   ├── qwt_dial.h
│   │   │   ├── qwt_dial_needle.cpp
│   │   │   ├── qwt_dial_needle.h
│   │   │   ├── qwt_dyngrid_layout.cpp
│   │   │   ├── qwt_dyngrid_layout.h
│   │   │   ├── qwt_event_pattern.cpp
│   │   │   ├── qwt_event_pattern.h
│   │   │   ├── qwt_global.h
│   │   │   ├── qwt_graphic.cpp
│   │   │   ├── qwt_graphic.h
│   │   │   ├── qwt_interval.cpp
│   │   │   ├── qwt_interval.h
│   │   │   ├── qwt_interval_symbol.cpp
│   │   │   ├── qwt_interval_symbol.h
│   │   │   ├── qwt_knob.cpp
│   │   │   ├── qwt_knob.h
│   │   │   ├── qwt_legend.cpp
│   │   │   ├── qwt_legend.h
│   │   │   ├── qwt_legend_data.cpp
│   │   │   ├── qwt_legend_data.h
│   │   │   ├── qwt_legend_label.cpp
│   │   │   ├── qwt_legend_label.h
│   │   │   ├── qwt_magnifier.cpp
│   │   │   ├── qwt_magnifier.h
│   │   │   ├── qwt_math.cpp
│   │   │   ├── qwt_math.h
│   │   │   ├── qwt_matrix_raster_data.cpp
│   │   │   ├── qwt_matrix_raster_data.h
│   │   │   ├── qwt_null_paintdevice.cpp
│   │   │   ├── qwt_null_paintdevice.h
│   │   │   ├── qwt_painter.cpp
│   │   │   ├── qwt_painter.h
│   │   │   ├── qwt_painter_command.cpp
│   │   │   ├── qwt_painter_command.h
│   │   │   ├── qwt_panner.cpp
│   │   │   ├── qwt_panner.h
│   │   │   ├── qwt_picker.cpp
│   │   │   ├── qwt_picker.h
│   │   │   ├── qwt_picker_machine.cpp
│   │   │   ├── qwt_picker_machine.h
│   │   │   ├── qwt_pixel_matrix.cpp
│   │   │   ├── qwt_pixel_matrix.h
│   │   │   ├── qwt_plot.cpp
│   │   │   ├── qwt_plot.h
│   │   │   ├── qwt_plot_abstract_barchart.cpp
│   │   │   ├── qwt_plot_abstract_barchart.h
│   │   │   ├── qwt_plot_axis.cpp
│   │   │   ├── qwt_plot_barchart.cpp
│   │   │   ├── qwt_plot_barchart.h
│   │   │   ├── qwt_plot_canvas.cpp
│   │   │   ├── qwt_plot_canvas.h
│   │   │   ├── qwt_plot_curve.cpp
│   │   │   ├── qwt_plot_curve.h
│   │   │   ├── qwt_plot_dict.cpp
│   │   │   ├── qwt_plot_dict.h
│   │   │   ├── qwt_plot_directpainter.cpp
│   │   │   ├── qwt_plot_directpainter.h
│   │   │   ├── qwt_plot_glcanvas.cpp
│   │   │   ├── qwt_plot_glcanvas.h
│   │   │   ├── qwt_plot_grid.cpp
│   │   │   ├── qwt_plot_grid.h
│   │   │   ├── qwt_plot_histogram.cpp
│   │   │   ├── qwt_plot_histogram.h
│   │   │   ├── qwt_plot_intervalcurve.cpp
│   │   │   ├── qwt_plot_intervalcurve.h
│   │   │   ├── qwt_plot_item.cpp
│   │   │   ├── qwt_plot_item.h
│   │   │   ├── qwt_plot_layout.cpp
│   │   │   ├── qwt_plot_layout.h
│   │   │   ├── qwt_plot_legenditem.cpp
│   │   │   ├── qwt_plot_legenditem.h
│   │   │   ├── qwt_plot_magnifier.cpp
│   │   │   ├── qwt_plot_magnifier.h
│   │   │   ├── qwt_plot_marker.cpp
│   │   │   ├── qwt_plot_marker.h
│   │   │   ├── qwt_plot_multi_barchart.cpp
│   │   │   ├── qwt_plot_multi_barchart.h
│   │   │   ├── qwt_plot_panner.cpp
│   │   │   ├── qwt_plot_panner.h
│   │   │   ├── qwt_plot_picker.cpp
│   │   │   ├── qwt_plot_picker.h
│   │   │   ├── qwt_plot_rasteritem.cpp
│   │   │   ├── qwt_plot_rasteritem.h
│   │   │   ├── qwt_plot_renderer.cpp
│   │   │   ├── qwt_plot_renderer.h
│   │   │   ├── qwt_plot_rescaler.cpp
│   │   │   ├── qwt_plot_rescaler.h
│   │   │   ├── qwt_plot_scaleitem.cpp
│   │   │   ├── qwt_plot_scaleitem.h
│   │   │   ├── qwt_plot_seriesitem.cpp
│   │   │   ├── qwt_plot_seriesitem.h
│   │   │   ├── qwt_plot_shapeitem.cpp
│   │   │   ├── qwt_plot_shapeitem.h
│   │   │   ├── qwt_plot_spectrocurve.cpp
│   │   │   ├── qwt_plot_spectrocurve.h
│   │   │   ├── qwt_plot_spectrogram.cpp
│   │   │   ├── qwt_plot_spectrogram.h
│   │   │   ├── qwt_plot_svgitem.cpp
│   │   │   ├── qwt_plot_svgitem.h
│   │   │   ├── qwt_plot_textlabel.cpp
│   │   │   ├── qwt_plot_textlabel.h
│   │   │   ├── qwt_plot_tradingcurve.cpp
│   │   │   ├── qwt_plot_tradingcurve.h
│   │   │   ├── qwt_plot_xml.cpp
│   │   │   ├── qwt_plot_zoneitem.cpp
│   │   │   ├── qwt_plot_zoneitem.h
│   │   │   ├── qwt_plot_zoomer.cpp
│   │   │   ├── qwt_plot_zoomer.h
│   │   │   ├── qwt_point_3d.cpp
│   │   │   ├── qwt_point_3d.h
│   │   │   ├── qwt_point_data.cpp
│   │   │   ├── qwt_point_data.h
│   │   │   ├── qwt_point_mapper.cpp
│   │   │   ├── qwt_point_mapper.h
│   │   │   ├── qwt_point_polar.cpp
│   │   │   ├── qwt_point_polar.h
│   │   │   ├── qwt_raster_data.cpp
│   │   │   ├── qwt_raster_data.h
│   │   │   ├── qwt_round_scale_draw.cpp
│   │   │   ├── qwt_round_scale_draw.h
│   │   │   ├── qwt_samples.h
│   │   │   ├── qwt_sampling_thread.cpp
│   │   │   ├── qwt_sampling_thread.h
│   │   │   ├── qwt_scale_div.cpp
│   │   │   ├── qwt_scale_div.h
│   │   │   ├── qwt_scale_draw.cpp
│   │   │   ├── qwt_scale_draw.h
│   │   │   ├── qwt_scale_engine.cpp
│   │   │   ├── qwt_scale_engine.h
│   │   │   ├── qwt_scale_map.cpp
│   │   │   ├── qwt_scale_map.h
│   │   │   ├── qwt_scale_widget.cpp
│   │   │   ├── qwt_scale_widget.h
│   │   │   ├── qwt_series_data.cpp
│   │   │   ├── qwt_series_data.h
│   │   │   ├── qwt_series_store.h
│   │   │   ├── qwt_slider.cpp
│   │   │   ├── qwt_slider.h
│   │   │   ├── qwt_spline.cpp
│   │   │   ├── qwt_spline.h
│   │   │   ├── qwt_symbol.cpp
│   │   │   ├── qwt_symbol.h
│   │   │   ├── qwt_system_clock.cpp
│   │   │   ├── qwt_system_clock.h
│   │   │   ├── qwt_text.cpp
│   │   │   ├── qwt_text.h
│   │   │   ├── qwt_text_engine.cpp
│   │   │   ├── qwt_text_engine.h
│   │   │   ├── qwt_text_label.cpp
│   │   │   ├── qwt_text_label.h
│   │   │   ├── qwt_thermo.cpp
│   │   │   ├── qwt_thermo.h
│   │   │   ├── qwt_transform.cpp
│   │   │   ├── qwt_transform.h
│   │   │   ├── qwt_wheel.cpp
│   │   │   ├── qwt_wheel.h
│   │   │   ├── qwt_widget_overlay.cpp
│   │   │   └── qwt_widget_overlay.h
│   │   └── qwtdemo.pro
│   ├── savelog
│   │   ├── frmsavelog.cpp
│   │   ├── frmsavelog.h
│   │   ├── frmsavelog.ui
│   │   ├── main.cpp
│   │   ├── readme.txt
│   │   ├── savelog.cpp
│   │   ├── savelog.h
│   │   └── savelog.pro
│   ├── saveruntime
│   │   ├── frmsaveruntime.cpp
│   │   ├── frmsaveruntime.h
│   │   ├── frmsaveruntime.ui
│   │   ├── main.cpp
│   │   ├── saveruntime.cpp
│   │   ├── saveruntime.h
│   │   └── saveruntime.pro
│   ├── screenwidget
│   │   ├── frmscreenwidget.cpp
│   │   ├── frmscreenwidget.h
│   │   ├── frmscreenwidget.ui
│   │   ├── main.cpp
│   │   ├── screenwidget.cpp
│   │   ├── screenwidget.h
│   │   └── screenwidget.pro
│   ├── shortcut
│   │   ├── frmshortcut.cpp
│   │   ├── frmshortcut.h
│   │   ├── frmshortcut.ui
│   │   ├── main.cpp
│   │   └── shortcut.pro
│   ├── smoothcurve
│   │   ├── frmsmoothcurve.cpp
│   │   ├── frmsmoothcurve.h
│   │   ├── frmsmoothcurve.ui
│   │   ├── main.cpp
│   │   ├── smoothcurve.cpp
│   │   ├── smoothcurve.h
│   │   └── smoothcurve.pro
│   ├── styledemo
│   │   ├── frmmain.cpp
│   │   ├── frmmain.h
│   │   ├── frmmain.ui
│   │   ├── head.h
│   │   ├── main.cpp
│   │   ├── qrc
│   │   │   ├── font
│   │   │   │   ├── Font Awesome Cheatsheet.png
│   │   │   │   └── fontawesome-webfont.ttf
│   │   │   ├── font.qrc
│   │   │   ├── image
│   │   │   │   ├── btn_close.png
│   │   │   │   ├── btn_ok.png
│   │   │   │   ├── msg_error.png
│   │   │   │   ├── msg_info.png
│   │   │   │   └── msg_question.png
│   │   │   ├── main.qrc
│   │   │   ├── qm
│   │   │   │   ├── qt_zh_CN.qm
│   │   │   │   └── widgets.qm
│   │   │   ├── qm.qrc
│   │   │   ├── qss
│   │   │   │   ├── flatwhite
│   │   │   │   │   ├── add_bottom.png
│   │   │   │   │   ├── add_left.png
│   │   │   │   │   ├── add_right.png
│   │   │   │   │   ├── add_top.png
│   │   │   │   │   ├── arrow_bottom.png
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── arrow_top.png
│   │   │   │   │   ├── branch_close.png
│   │   │   │   │   ├── branch_open.png
│   │   │   │   │   ├── calendar_nextmonth.png
│   │   │   │   │   ├── calendar_prevmonth.png
│   │   │   │   │   ├── checkbox_checked.png
│   │   │   │   │   ├── checkbox_checked_disable.png
│   │   │   │   │   ├── checkbox_parcial.png
│   │   │   │   │   ├── checkbox_parcial_disable.png
│   │   │   │   │   ├── checkbox_unchecked.png
│   │   │   │   │   ├── checkbox_unchecked_disable.png
│   │   │   │   │   ├── menu_checked.png
│   │   │   │   │   ├── radiobutton_checked.png
│   │   │   │   │   ├── radiobutton_checked_disable.png
│   │   │   │   │   ├── radiobutton_unchecked.png
│   │   │   │   │   └── radiobutton_unchecked_disable.png
│   │   │   │   ├── flatwhite.css
│   │   │   │   ├── lightblue
│   │   │   │   │   ├── add_bottom.png
│   │   │   │   │   ├── add_left.png
│   │   │   │   │   ├── add_right.png
│   │   │   │   │   ├── add_top.png
│   │   │   │   │   ├── arrow_bottom.png
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── arrow_top.png
│   │   │   │   │   ├── branch_close.png
│   │   │   │   │   ├── branch_open.png
│   │   │   │   │   ├── calendar_nextmonth.png
│   │   │   │   │   ├── calendar_prevmonth.png
│   │   │   │   │   ├── checkbox_checked.png
│   │   │   │   │   ├── checkbox_checked_disable.png
│   │   │   │   │   ├── checkbox_parcial.png
│   │   │   │   │   ├── checkbox_parcial_disable.png
│   │   │   │   │   ├── checkbox_unchecked.png
│   │   │   │   │   ├── checkbox_unchecked_disable.png
│   │   │   │   │   ├── menu_checked.png
│   │   │   │   │   ├── radiobutton_checked.png
│   │   │   │   │   ├── radiobutton_checked_disable.png
│   │   │   │   │   ├── radiobutton_unchecked.png
│   │   │   │   │   └── radiobutton_unchecked_disable.png
│   │   │   │   ├── lightblue.css
│   │   │   │   ├── psblack
│   │   │   │   │   ├── add_bottom.png
│   │   │   │   │   ├── add_left.png
│   │   │   │   │   ├── add_right.png
│   │   │   │   │   ├── add_top.png
│   │   │   │   │   ├── arrow_bottom.png
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── arrow_top.png
│   │   │   │   │   ├── branch_close.png
│   │   │   │   │   ├── branch_open.png
│   │   │   │   │   ├── calendar_nextmonth.png
│   │   │   │   │   ├── calendar_prevmonth.png
│   │   │   │   │   ├── checkbox_checked.png
│   │   │   │   │   ├── checkbox_checked_disable.png
│   │   │   │   │   ├── checkbox_parcial.png
│   │   │   │   │   ├── checkbox_parcial_disable.png
│   │   │   │   │   ├── checkbox_unchecked.png
│   │   │   │   │   ├── checkbox_unchecked_disable.png
│   │   │   │   │   ├── menu_checked.png
│   │   │   │   │   ├── radiobutton_checked.png
│   │   │   │   │   ├── radiobutton_checked_disable.png
│   │   │   │   │   ├── radiobutton_unchecked.png
│   │   │   │   │   └── radiobutton_unchecked_disable.png
│   │   │   │   └── psblack.css
│   │   │   └── qss.qrc
│   │   ├── readme.txt
│   │   ├── snap_flatwhite.png
│   │   ├── snap_lightblue.png
│   │   ├── snap_psblack.png
│   │   └── styledemo.pro
│   ├── trayicon
│   │   ├── frmtrayicon.cpp
│   │   ├── frmtrayicon.h
│   │   ├── frmtrayicon.ui
│   │   ├── main.cpp
│   │   ├── main.ico
│   │   ├── main.qrc
│   │   ├── trayicon.cpp
│   │   ├── trayicon.h
│   │   └── trayicon.pro
│   ├── videobox
│   │   ├── frmvideobox.cpp
│   │   ├── frmvideobox.h
│   │   ├── frmvideobox.ui
│   │   ├── main.cpp
│   │   ├── videobox.cpp
│   │   ├── videobox.h
│   │   └── videobox.pro
│   ├── videopanel
│   │   ├── frmvideopanel.cpp
│   │   ├── frmvideopanel.h
│   │   ├── frmvideopanel.ui
│   │   ├── main.cpp
│   │   ├── videobox.cpp
│   │   ├── videobox.h
│   │   ├── videopanel.cpp
│   │   ├── videopanel.h
│   │   └── videopanel.pro
│   ├── videowidget
│   │   ├── font
│   │   │   └── iconfont.ttf
│   │   ├── frmvideowidget.cpp
│   │   ├── frmvideowidget.h
│   │   ├── frmvideowidget.ui
│   │   ├── main.cpp
│   │   ├── main.qrc
│   │   ├── videowidget.cpp
│   │   ├── videowidget.h
│   │   └── videowidget.pro
│   ├── vlcdemo
│   │   ├── main.cpp
│   │   ├── readme.md
│   │   ├── vlc
│   │   │   ├── vlc.cpp
│   │   │   ├── vlc.h
│   │   │   ├── vlc.pri
│   │   │   ├── vlc2
│   │   │   │   ├── include
│   │   │   │   │   ├── deprecated.h
│   │   │   │   │   ├── libvlc.h
│   │   │   │   │   ├── libvlc_events.h
│   │   │   │   │   ├── libvlc_media.h
│   │   │   │   │   ├── libvlc_media_discoverer.h
│   │   │   │   │   ├── libvlc_media_library.h
│   │   │   │   │   ├── libvlc_media_list.h
│   │   │   │   │   ├── libvlc_media_list_player.h
│   │   │   │   │   ├── libvlc_media_player.h
│   │   │   │   │   ├── libvlc_structures.h
│   │   │   │   │   ├── libvlc_version.h
│   │   │   │   │   ├── libvlc_vlm.h
│   │   │   │   │   └── plugins
│   │   │   │   │       ├── vlc_about.h
│   │   │   │   │       ├── vlc_access.h
│   │   │   │   │       ├── vlc_addons.h
│   │   │   │   │       ├── vlc_aout.h
│   │   │   │   │       ├── vlc_aout_volume.h
│   │   │   │   │       ├── vlc_arrays.h
│   │   │   │   │       ├── vlc_atomic.h
│   │   │   │   │       ├── vlc_avcodec.h
│   │   │   │   │       ├── vlc_bits.h
│   │   │   │   │       ├── vlc_block.h
│   │   │   │   │       ├── vlc_block_helper.h
│   │   │   │   │       ├── vlc_charset.h
│   │   │   │   │       ├── vlc_codec.h
│   │   │   │   │       ├── vlc_common.h
│   │   │   │   │       ├── vlc_config.h
│   │   │   │   │       ├── vlc_config_cat.h
│   │   │   │   │       ├── vlc_configuration.h
│   │   │   │   │       ├── vlc_cpu.h
│   │   │   │   │       ├── vlc_demux.h
│   │   │   │   │       ├── vlc_dialog.h
│   │   │   │   │       ├── vlc_epg.h
│   │   │   │   │       ├── vlc_es.h
│   │   │   │   │       ├── vlc_es_out.h
│   │   │   │   │       ├── vlc_events.h
│   │   │   │   │       ├── vlc_filter.h
│   │   │   │   │       ├── vlc_fingerprinter.h
│   │   │   │   │       ├── vlc_fourcc.h
│   │   │   │   │       ├── vlc_fs.h
│   │   │   │   │       ├── vlc_gcrypt.h
│   │   │   │   │       ├── vlc_http.h
│   │   │   │   │       ├── vlc_httpd.h
│   │   │   │   │       ├── vlc_image.h
│   │   │   │   │       ├── vlc_inhibit.h
│   │   │   │   │       ├── vlc_input.h
│   │   │   │   │       ├── vlc_input_item.h
│   │   │   │   │       ├── vlc_keys.h
│   │   │   │   │       ├── vlc_main.h
│   │   │   │   │       ├── vlc_md5.h
│   │   │   │   │       ├── vlc_media_library.h
│   │   │   │   │       ├── vlc_messages.h
│   │   │   │   │       ├── vlc_meta.h
│   │   │   │   │       ├── vlc_meta_fetcher.h
│   │   │   │   │       ├── vlc_mime.h
│   │   │   │   │       ├── vlc_modules.h
│   │   │   │   │       ├── vlc_mouse.h
│   │   │   │   │       ├── vlc_mtime.h
│   │   │   │   │       ├── vlc_network.h
│   │   │   │   │       ├── vlc_objects.h
│   │   │   │   │       ├── vlc_opengl.h
│   │   │   │   │       ├── vlc_picture.h
│   │   │   │   │       ├── vlc_picture_fifo.h
│   │   │   │   │       ├── vlc_picture_pool.h
│   │   │   │   │       ├── vlc_playlist.h
│   │   │   │   │       ├── vlc_plugin.h
│   │   │   │   │       ├── vlc_probe.h
│   │   │   │   │       ├── vlc_rand.h
│   │   │   │   │       ├── vlc_services_discovery.h
│   │   │   │   │       ├── vlc_sout.h
│   │   │   │   │       ├── vlc_spu.h
│   │   │   │   │       ├── vlc_stream.h
│   │   │   │   │       ├── vlc_strings.h
│   │   │   │   │       ├── vlc_subpicture.h
│   │   │   │   │       ├── vlc_text_style.h
│   │   │   │   │       ├── vlc_threads.h
│   │   │   │   │       ├── vlc_tls.h
│   │   │   │   │       ├── vlc_url.h
│   │   │   │   │       ├── vlc_variables.h
│   │   │   │   │       ├── vlc_video_splitter.h
│   │   │   │   │       ├── vlc_vlm.h
│   │   │   │   │       ├── vlc_vout.h
│   │   │   │   │       ├── vlc_vout_display.h
│   │   │   │   │       ├── vlc_vout_osd.h
│   │   │   │   │       ├── vlc_vout_window.h
│   │   │   │   │       ├── vlc_xlib.h
│   │   │   │   │       └── vlc_xml.h
│   │   │   │   ├── include64
│   │   │   │   │   ├── deprecated.h
│   │   │   │   │   ├── libvlc.h
│   │   │   │   │   ├── libvlc_events.h
│   │   │   │   │   ├── libvlc_media.h
│   │   │   │   │   ├── libvlc_media_discoverer.h
│   │   │   │   │   ├── libvlc_media_library.h
│   │   │   │   │   ├── libvlc_media_list.h
│   │   │   │   │   ├── libvlc_media_list_player.h
│   │   │   │   │   ├── libvlc_media_player.h
│   │   │   │   │   ├── libvlc_structures.h
│   │   │   │   │   ├── libvlc_version.h
│   │   │   │   │   ├── libvlc_vlm.h
│   │   │   │   │   └── plugins
│   │   │   │   │       ├── vlc_about.h
│   │   │   │   │       ├── vlc_access.h
│   │   │   │   │       ├── vlc_addons.h
│   │   │   │   │       ├── vlc_aout.h
│   │   │   │   │       ├── vlc_aout_volume.h
│   │   │   │   │       ├── vlc_arrays.h
│   │   │   │   │       ├── vlc_atomic.h
│   │   │   │   │       ├── vlc_avcodec.h
│   │   │   │   │       ├── vlc_bits.h
│   │   │   │   │       ├── vlc_block.h
│   │   │   │   │       ├── vlc_block_helper.h
│   │   │   │   │       ├── vlc_charset.h
│   │   │   │   │       ├── vlc_codec.h
│   │   │   │   │       ├── vlc_common.h
│   │   │   │   │       ├── vlc_config.h
│   │   │   │   │       ├── vlc_config_cat.h
│   │   │   │   │       ├── vlc_configuration.h
│   │   │   │   │       ├── vlc_cpu.h
│   │   │   │   │       ├── vlc_demux.h
│   │   │   │   │       ├── vlc_dialog.h
│   │   │   │   │       ├── vlc_epg.h
│   │   │   │   │       ├── vlc_es.h
│   │   │   │   │       ├── vlc_es_out.h
│   │   │   │   │       ├── vlc_events.h
│   │   │   │   │       ├── vlc_filter.h
│   │   │   │   │       ├── vlc_fingerprinter.h
│   │   │   │   │       ├── vlc_fourcc.h
│   │   │   │   │       ├── vlc_fs.h
│   │   │   │   │       ├── vlc_gcrypt.h
│   │   │   │   │       ├── vlc_http.h
│   │   │   │   │       ├── vlc_httpd.h
│   │   │   │   │       ├── vlc_image.h
│   │   │   │   │       ├── vlc_inhibit.h
│   │   │   │   │       ├── vlc_input.h
│   │   │   │   │       ├── vlc_input_item.h
│   │   │   │   │       ├── vlc_keys.h
│   │   │   │   │       ├── vlc_main.h
│   │   │   │   │       ├── vlc_md5.h
│   │   │   │   │       ├── vlc_media_library.h
│   │   │   │   │       ├── vlc_messages.h
│   │   │   │   │       ├── vlc_meta.h
│   │   │   │   │       ├── vlc_meta_fetcher.h
│   │   │   │   │       ├── vlc_mime.h
│   │   │   │   │       ├── vlc_modules.h
│   │   │   │   │       ├── vlc_mouse.h
│   │   │   │   │       ├── vlc_mtime.h
│   │   │   │   │       ├── vlc_network.h
│   │   │   │   │       ├── vlc_objects.h
│   │   │   │   │       ├── vlc_opengl.h
│   │   │   │   │       ├── vlc_picture.h
│   │   │   │   │       ├── vlc_picture_fifo.h
│   │   │   │   │       ├── vlc_picture_pool.h
│   │   │   │   │       ├── vlc_playlist.h
│   │   │   │   │       ├── vlc_plugin.h
│   │   │   │   │       ├── vlc_probe.h
│   │   │   │   │       ├── vlc_rand.h
│   │   │   │   │       ├── vlc_services_discovery.h
│   │   │   │   │       ├── vlc_sout.h
│   │   │   │   │       ├── vlc_spu.h
│   │   │   │   │       ├── vlc_stream.h
│   │   │   │   │       ├── vlc_strings.h
│   │   │   │   │       ├── vlc_subpicture.h
│   │   │   │   │       ├── vlc_text_style.h
│   │   │   │   │       ├── vlc_threads.h
│   │   │   │   │       ├── vlc_tls.h
│   │   │   │   │       ├── vlc_url.h
│   │   │   │   │       ├── vlc_variables.h
│   │   │   │   │       ├── vlc_video_splitter.h
│   │   │   │   │       ├── vlc_vlm.h
│   │   │   │   │       ├── vlc_vout.h
│   │   │   │   │       ├── vlc_vout_display.h
│   │   │   │   │       ├── vlc_vout_osd.h
│   │   │   │   │       ├── vlc_vout_window.h
│   │   │   │   │       ├── vlc_xlib.h
│   │   │   │   │       └── vlc_xml.h
│   │   │   │   ├── winlib
│   │   │   │   │   ├── libvlc.lib
│   │   │   │   │   └── libvlccore.lib
│   │   │   │   └── winlib64
│   │   │   │       ├── libvlc.lib
│   │   │   │       └── libvlccore.lib
│   │   │   ├── vlc3
│   │   │   │   ├── include
│   │   │   │   │   ├── deprecated.h
│   │   │   │   │   ├── libvlc.h
│   │   │   │   │   ├── libvlc_dialog.h
│   │   │   │   │   ├── libvlc_events.h
│   │   │   │   │   ├── libvlc_media.h
│   │   │   │   │   ├── libvlc_media_discoverer.h
│   │   │   │   │   ├── libvlc_media_library.h
│   │   │   │   │   ├── libvlc_media_list.h
│   │   │   │   │   ├── libvlc_media_list_player.h
│   │   │   │   │   ├── libvlc_media_player.h
│   │   │   │   │   ├── libvlc_renderer_discoverer.h
│   │   │   │   │   ├── libvlc_version.h
│   │   │   │   │   ├── libvlc_vlm.h
│   │   │   │   │   └── plugins
│   │   │   │   │       ├── vlc_about.h
│   │   │   │   │       ├── vlc_access.h
│   │   │   │   │       ├── vlc_actions.h
│   │   │   │   │       ├── vlc_addons.h
│   │   │   │   │       ├── vlc_aout.h
│   │   │   │   │       ├── vlc_aout_volume.h
│   │   │   │   │       ├── vlc_arrays.h
│   │   │   │   │       ├── vlc_atomic.h
│   │   │   │   │       ├── vlc_avcodec.h
│   │   │   │   │       ├── vlc_bits.h
│   │   │   │   │       ├── vlc_block.h
│   │   │   │   │       ├── vlc_block_helper.h
│   │   │   │   │       ├── vlc_boxes.h
│   │   │   │   │       ├── vlc_charset.h
│   │   │   │   │       ├── vlc_codec.h
│   │   │   │   │       ├── vlc_common.h
│   │   │   │   │       ├── vlc_config.h
│   │   │   │   │       ├── vlc_config_cat.h
│   │   │   │   │       ├── vlc_configuration.h
│   │   │   │   │       ├── vlc_cpu.h
│   │   │   │   │       ├── vlc_demux.h
│   │   │   │   │       ├── vlc_dialog.h
│   │   │   │   │       ├── vlc_epg.h
│   │   │   │   │       ├── vlc_es.h
│   │   │   │   │       ├── vlc_es_out.h
│   │   │   │   │       ├── vlc_events.h
│   │   │   │   │       ├── vlc_filter.h
│   │   │   │   │       ├── vlc_fingerprinter.h
│   │   │   │   │       ├── vlc_fourcc.h
│   │   │   │   │       ├── vlc_fs.h
│   │   │   │   │       ├── vlc_gcrypt.h
│   │   │   │   │       ├── vlc_http.h
│   │   │   │   │       ├── vlc_httpd.h
│   │   │   │   │       ├── vlc_image.h
│   │   │   │   │       ├── vlc_inhibit.h
│   │   │   │   │       ├── vlc_input.h
│   │   │   │   │       ├── vlc_input_item.h
│   │   │   │   │       ├── vlc_interface.h
│   │   │   │   │       ├── vlc_interrupt.h
│   │   │   │   │       ├── vlc_keystore.h
│   │   │   │   │       ├── vlc_main.h
│   │   │   │   │       ├── vlc_md5.h
│   │   │   │   │       ├── vlc_media_library.h
│   │   │   │   │       ├── vlc_memstream.h
│   │   │   │   │       ├── vlc_messages.h
│   │   │   │   │       ├── vlc_meta.h
│   │   │   │   │       ├── vlc_meta_fetcher.h
│   │   │   │   │       ├── vlc_mime.h
│   │   │   │   │       ├── vlc_modules.h
│   │   │   │   │       ├── vlc_mouse.h
│   │   │   │   │       ├── vlc_mtime.h
│   │   │   │   │       ├── vlc_network.h
│   │   │   │   │       ├── vlc_objects.h
│   │   │   │   │       ├── vlc_opengl.h
│   │   │   │   │       ├── vlc_picture.h
│   │   │   │   │       ├── vlc_picture_fifo.h
│   │   │   │   │       ├── vlc_picture_pool.h
│   │   │   │   │       ├── vlc_playlist.h
│   │   │   │   │       ├── vlc_plugin.h
│   │   │   │   │       ├── vlc_probe.h
│   │   │   │   │       ├── vlc_rand.h
│   │   │   │   │       ├── vlc_renderer_discovery.h
│   │   │   │   │       ├── vlc_services_discovery.h
│   │   │   │   │       ├── vlc_sout.h
│   │   │   │   │       ├── vlc_spu.h
│   │   │   │   │       ├── vlc_stream.h
│   │   │   │   │       ├── vlc_stream_extractor.h
│   │   │   │   │       ├── vlc_strings.h
│   │   │   │   │       ├── vlc_subpicture.h
│   │   │   │   │       ├── vlc_text_style.h
│   │   │   │   │       ├── vlc_threads.h
│   │   │   │   │       ├── vlc_timestamp_helper.h
│   │   │   │   │       ├── vlc_tls.h
│   │   │   │   │       ├── vlc_url.h
│   │   │   │   │       ├── vlc_variables.h
│   │   │   │   │       ├── vlc_video_splitter.h
│   │   │   │   │       ├── vlc_viewpoint.h
│   │   │   │   │       ├── vlc_vlm.h
│   │   │   │   │       ├── vlc_vout.h
│   │   │   │   │       ├── vlc_vout_display.h
│   │   │   │   │       ├── vlc_vout_osd.h
│   │   │   │   │       ├── vlc_vout_window.h
│   │   │   │   │       ├── vlc_xlib.h
│   │   │   │   │       └── vlc_xml.h
│   │   │   │   ├── include64
│   │   │   │   │   ├── deprecated.h
│   │   │   │   │   ├── libvlc.h
│   │   │   │   │   ├── libvlc_dialog.h
│   │   │   │   │   ├── libvlc_events.h
│   │   │   │   │   ├── libvlc_media.h
│   │   │   │   │   ├── libvlc_media_discoverer.h
│   │   │   │   │   ├── libvlc_media_library.h
│   │   │   │   │   ├── libvlc_media_list.h
│   │   │   │   │   ├── libvlc_media_list_player.h
│   │   │   │   │   ├── libvlc_media_player.h
│   │   │   │   │   ├── libvlc_renderer_discoverer.h
│   │   │   │   │   ├── libvlc_version.h
│   │   │   │   │   ├── libvlc_vlm.h
│   │   │   │   │   └── plugins
│   │   │   │   │       ├── vlc_about.h
│   │   │   │   │       ├── vlc_access.h
│   │   │   │   │       ├── vlc_actions.h
│   │   │   │   │       ├── vlc_addons.h
│   │   │   │   │       ├── vlc_aout.h
│   │   │   │   │       ├── vlc_aout_volume.h
│   │   │   │   │       ├── vlc_arrays.h
│   │   │   │   │       ├── vlc_atomic.h
│   │   │   │   │       ├── vlc_avcodec.h
│   │   │   │   │       ├── vlc_bits.h
│   │   │   │   │       ├── vlc_block.h
│   │   │   │   │       ├── vlc_block_helper.h
│   │   │   │   │       ├── vlc_boxes.h
│   │   │   │   │       ├── vlc_charset.h
│   │   │   │   │       ├── vlc_codec.h
│   │   │   │   │       ├── vlc_common.h
│   │   │   │   │       ├── vlc_config.h
│   │   │   │   │       ├── vlc_config_cat.h
│   │   │   │   │       ├── vlc_configuration.h
│   │   │   │   │       ├── vlc_cpu.h
│   │   │   │   │       ├── vlc_demux.h
│   │   │   │   │       ├── vlc_dialog.h
│   │   │   │   │       ├── vlc_epg.h
│   │   │   │   │       ├── vlc_es.h
│   │   │   │   │       ├── vlc_es_out.h
│   │   │   │   │       ├── vlc_events.h
│   │   │   │   │       ├── vlc_filter.h
│   │   │   │   │       ├── vlc_fingerprinter.h
│   │   │   │   │       ├── vlc_fourcc.h
│   │   │   │   │       ├── vlc_fs.h
│   │   │   │   │       ├── vlc_gcrypt.h
│   │   │   │   │       ├── vlc_http.h
│   │   │   │   │       ├── vlc_httpd.h
│   │   │   │   │       ├── vlc_image.h
│   │   │   │   │       ├── vlc_inhibit.h
│   │   │   │   │       ├── vlc_input.h
│   │   │   │   │       ├── vlc_input_item.h
│   │   │   │   │       ├── vlc_interface.h
│   │   │   │   │       ├── vlc_interrupt.h
│   │   │   │   │       ├── vlc_keystore.h
│   │   │   │   │       ├── vlc_main.h
│   │   │   │   │       ├── vlc_md5.h
│   │   │   │   │       ├── vlc_media_library.h
│   │   │   │   │       ├── vlc_memstream.h
│   │   │   │   │       ├── vlc_messages.h
│   │   │   │   │       ├── vlc_meta.h
│   │   │   │   │       ├── vlc_meta_fetcher.h
│   │   │   │   │       ├── vlc_mime.h
│   │   │   │   │       ├── vlc_modules.h
│   │   │   │   │       ├── vlc_mouse.h
│   │   │   │   │       ├── vlc_mtime.h
│   │   │   │   │       ├── vlc_network.h
│   │   │   │   │       ├── vlc_objects.h
│   │   │   │   │       ├── vlc_opengl.h
│   │   │   │   │       ├── vlc_picture.h
│   │   │   │   │       ├── vlc_picture_fifo.h
│   │   │   │   │       ├── vlc_picture_pool.h
│   │   │   │   │       ├── vlc_playlist.h
│   │   │   │   │       ├── vlc_plugin.h
│   │   │   │   │       ├── vlc_probe.h
│   │   │   │   │       ├── vlc_rand.h
│   │   │   │   │       ├── vlc_renderer_discovery.h
│   │   │   │   │       ├── vlc_services_discovery.h
│   │   │   │   │       ├── vlc_sout.h
│   │   │   │   │       ├── vlc_spu.h
│   │   │   │   │       ├── vlc_stream.h
│   │   │   │   │       ├── vlc_stream_extractor.h
│   │   │   │   │       ├── vlc_strings.h
│   │   │   │   │       ├── vlc_subpicture.h
│   │   │   │   │       ├── vlc_text_style.h
│   │   │   │   │       ├── vlc_threads.h
│   │   │   │   │       ├── vlc_timestamp_helper.h
│   │   │   │   │       ├── vlc_tls.h
│   │   │   │   │       ├── vlc_url.h
│   │   │   │   │       ├── vlc_variables.h
│   │   │   │   │       ├── vlc_video_splitter.h
│   │   │   │   │       ├── vlc_viewpoint.h
│   │   │   │   │       ├── vlc_vlm.h
│   │   │   │   │       ├── vlc_vout.h
│   │   │   │   │       ├── vlc_vout_display.h
│   │   │   │   │       ├── vlc_vout_osd.h
│   │   │   │   │       ├── vlc_vout_window.h
│   │   │   │   │       ├── vlc_xlib.h
│   │   │   │   │       └── vlc_xml.h
│   │   │   │   ├── winlib
│   │   │   │   │   ├── libvlc.lib
│   │   │   │   │   └── libvlccore.lib
│   │   │   │   └── winlib64
│   │   │   │       ├── libvlc.lib
│   │   │   │       └── libvlccore.lib
│   │   │   └── vlchead.h
│   │   ├── vlcdemo.pro
│   │   ├── widget.cpp
│   │   ├── widget.h
│   │   └── widget.ui
│   └── zhtopy
│       ├── frmzhtopy.cpp
│       ├── frmzhtopy.h
│       ├── frmzhtopy.ui
│       ├── image
│       │   └── zhtopy.txt
│       ├── main.cpp
│       ├── main.qrc
│       ├── zhtopy.cpp
│       ├── zhtopy.h
│       └── zhtopy.pro
└── 好例子网_QWidgetDemo-master.zip

212 directories, 2651 files


标签: 例程 程序 Qt 实例

实例下载地址

Qt编写的实例学习程序代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警