实例介绍
MFC 调用QT制作的界面,非常好用,值得学习。
【实例截图】
【核心代码】
qt工程
├── qt工程
│ ├── build-TestCallBackDisplay-Desktop_Qt_5_3_0_MinGW_32bit-Debug
│ │ ├── 10_04_53.bmp
│ │ ├── 10_04_54.bmp
│ │ ├── 10_04_55.bmp
│ │ ├── 12_36_52.bmp
│ │ ├── 12_36_53.bmp
│ │ ├── 12_36_54.bmp
│ │ ├── 13_32_58.bmp
│ │ ├── 13_33_00.bmp
│ │ ├── 13_33_02.bmp
│ │ ├── 13_33_04.bmp
│ │ ├── 13_33_05.bmp
│ │ ├── 13_33_08.bmp
│ │ ├── 14_07_25.bmp
│ │ ├── 14_10_01.bmp
│ │ ├── 14_15_24.bmp
│ │ ├── 21_34_30.bmp
│ │ ├── 21_34_39.bmp
│ │ ├── 21_35_16.bmp
│ │ ├── 21_35_17.bmp
│ │ ├── 21_35_18.bmp
│ │ ├── 21_35_25.bmp
│ │ ├── 21_36_40.bmp
│ │ ├── 21_36_43.bmp
│ │ ├── 21_37_05.bmp
│ │ ├── debug
│ │ │ ├── AudioRender.dll
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_readstreamthread.cpp
│ │ │ ├── moc_readstreamthread.o
│ │ │ ├── moc_readthread.cpp
│ │ │ ├── MP_Render.dll
│ │ │ ├── MP_VIE.dll
│ │ │ ├── PlayCtrl.dll
│ │ │ ├── PlayCtrl.lib
│ │ │ ├── qtimespan.o
│ │ │ ├── readstreamthread.o
│ │ │ ├── readthread.o
│ │ │ ├── SuperRender.dll
│ │ │ └── TestCallBackDisplay.exe
│ │ ├── lib.jpg.bmp
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── my.bmp
│ │ ├── QtprogTestCallBackDisplaycapturecapture0.bmp
│ │ ├── softTrigger13443401.bmp
│ │ ├── ui_mainwindow.h
│ │ └── untitled.bmp
│ ├── build-TestCallBackDisplay-Desktop_Qt_5_3_0_MinGW_32bit-Release
│ │ ├── 13_43_22.bmp
│ │ ├── 13_43_23.bmp
│ │ ├── 13_43_42.bmp
│ │ ├── 13_43_44.bmp
│ │ ├── 13_43_46.bmp
│ │ ├── 13_53_50.bmp
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── release
│ │ │ ├── AudioRender.dll
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_readstreamthread.cpp
│ │ │ ├── moc_readstreamthread.o
│ │ │ ├── MP_Render.dll
│ │ │ ├── MP_VIE.dll
│ │ │ ├── PlayCtrl.dll
│ │ │ ├── PlayCtrl.lib
│ │ │ ├── qtimespan.o
│ │ │ ├── readstreamthread.o
│ │ │ ├── SuperRender.dll
│ │ │ └── TestCallBackDisplay.exe
│ │ └── ui_mainwindow.h
│ └── TestCallBackDisplay
│ ├── AssistantFun.h
│ ├── HK
│ │ ├── PlayM4.h
│ │ └── WindowsPlayM4.h
│ ├── main.cpp
│ ├── mainwindow.cpp
│ ├── mainwindow.h
│ ├── mainwindow.ui
│ ├── PlayPara.h
│ ├── qtimespan.cpp
│ ├── qtimespan.h
│ ├── readstreamthread.cpp
│ ├── readstreamthread.h
│ ├── TestCallBackDisplay.pro
│ └── TestCallBackDisplay.pro.user
├── readme.txt
└── 制作dll
└── qt-solutions
└── qt-solutions-ov3r1oads-qt-solutions
├── qtbrowserplugin
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── developingplugins.html
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qtbrowserplugin.dcf
│ │ │ ├── qtbrowserplugin-example-grapher.html
│ │ │ ├── qtbrowserplugin-example-scripting.html
│ │ │ ├── qtbrowserplugin-example-trivial.html
│ │ │ ├── qtbrowserplugin.index
│ │ │ ├── qtbrowserplugin.qhp
│ │ │ ├── qtnpbindable.html
│ │ │ ├── qtnpbindable-members.html
│ │ │ ├── qtnpfactory.html
│ │ │ └── qtnpfactory-members.html
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ ├── index.qdoc
│ │ └── qtbrowserplugin.qdoc
│ ├── examples
│ │ ├── examples.pro
│ │ ├── grapher
│ │ │ ├── grapher.cpp
│ │ │ ├── grapher.pro
│ │ │ ├── grapher.qdoc
│ │ │ ├── grapher.r
│ │ │ ├── grapher.rc
│ │ │ ├── graph.g1n
│ │ │ └── Info.plist
│ │ └── trivial
│ │ ├── Info.plist
│ │ ├── scripting.qdoc
│ │ ├── trivial.cpp
│ │ ├── trivial.pro
│ │ ├── trivial.qdoc
│ │ ├── trivial.r
│ │ └── trivial.rc
│ ├── INSTALL.TXT
│ ├── qtbrowserplugin.pro
│ ├── README.TXT
│ └── src
│ ├── qtbrowserpluginax.def
│ ├── qtbrowserplugin.cpp
│ ├── qtbrowserplugin.def
│ ├── qtbrowserplugin.h
│ ├── qtbrowserplugin_mac.cpp
│ ├── qtbrowserplugin_p.h
│ ├── qtbrowserplugin.pri
│ ├── qtbrowserplugin_win.cpp
│ ├── qtbrowserplugin_x11.cpp
│ └── qtnpapi.h
├── qtjp2imageformat
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qjpeg2plugin.html
│ │ │ ├── qjpeg2plugin-members.html
│ │ │ ├── qtjp2imageformat.dcf
│ │ │ ├── qtjp2imageformat-example-simple.html
│ │ │ ├── qtjp2imageformat.index
│ │ │ ├── qtjp2imageformat.qhp
│ │ │ ├── qtjp2imagehandler.html
│ │ │ └── qtjp2imagehandler-members.html
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── examples.pro
│ │ └── simple
│ │ ├── logo.jp2
│ │ ├── simple.cpp
│ │ ├── simple.pro
│ │ ├── simple.qdoc
│ │ └── simple.qrc
│ ├── INSTALL.TXT
│ ├── plugin
│ │ ├── plugin.pro
│ │ ├── qtjp2imageformatplugin.cpp
│ │ └── qtjp2imageformatplugin.h
│ ├── qtjp2imageformat.pro
│ ├── README.TXT
│ └── src
│ ├── qtjp2imageformat.pri
│ ├── qtjp2imagehandler.cpp
│ └── qtjp2imagehandler.h
├── qtlockedfile
│ ├── buildlib
│ │ └── buildlib.pro
│ ├── common.pri
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qtlockedfile.dcf
│ │ │ ├── qtlockedfile.html
│ │ │ ├── qtlockedfile.index
│ │ │ ├── qtlockedfile-members.html
│ │ │ └── qtlockedfile.qhp
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── example
│ │ ├── example.cpp
│ │ └── example.pro
│ ├── INSTALL.TXT
│ ├── qtlockedfile.pro
│ ├── README.TXT
│ └── src
│ ├── QtLockedFile
│ ├── qtlockedfile.cpp
│ ├── qtlockedfile.h
│ ├── qtlockedfile.pri
│ ├── qtlockedfile_unix.cpp
│ └── qtlockedfile_win.cpp
├── qtpropertybrowser
│ ├── buildlib
│ │ └── buildlib.pro
│ ├── common.pri
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ ├── canvas_typed.png
│ │ │ │ ├── canvas_variant.png
│ │ │ │ ├── decoration.png
│ │ │ │ ├── demo.png
│ │ │ │ ├── extension.png
│ │ │ │ ├── object_controller.png
│ │ │ │ ├── qtbuttonpropertybrowser.png
│ │ │ │ ├── qtgroupboxpropertybrowser.png
│ │ │ │ ├── qt-logo.png
│ │ │ │ ├── qtpropertybrowser-duplicate.png
│ │ │ │ ├── qtpropertybrowser.png
│ │ │ │ ├── qttreepropertybrowser.png
│ │ │ │ └── simple.png
│ │ │ ├── index.html
│ │ │ ├── qtabstracteditorfactorybase.html
│ │ │ ├── qtabstracteditorfactorybase-members.html
│ │ │ ├── qtabstracteditorfactory.html
│ │ │ ├── qtabstracteditorfactory-members.html
│ │ │ ├── qtabstractpropertybrowser.html
│ │ │ ├── qtabstractpropertybrowser-members.html
│ │ │ ├── qtabstractpropertymanager.html
│ │ │ ├── qtabstractpropertymanager-members.html
│ │ │ ├── qtboolpropertymanager.html
│ │ │ ├── qtboolpropertymanager-members.html
│ │ │ ├── qtbrowseritem.html
│ │ │ ├── qtbrowseritem-members.html
│ │ │ ├── qtbuttonpropertybrowser.html
│ │ │ ├── qtbuttonpropertybrowser-members.html
│ │ │ ├── qtchareditorfactory.html
│ │ │ ├── qtchareditorfactory-members.html
│ │ │ ├── qtcharpropertymanager.html
│ │ │ ├── qtcharpropertymanager-members.html
│ │ │ ├── qtcheckboxfactory.html
│ │ │ ├── qtcheckboxfactory-members.html
│ │ │ ├── qtcoloreditorfactory.html
│ │ │ ├── qtcoloreditorfactory-members.html
│ │ │ ├── qtcolorpropertymanager.html
│ │ │ ├── qtcolorpropertymanager-members.html
│ │ │ ├── qtcursoreditorfactory.html
│ │ │ ├── qtcursoreditorfactory-members.html
│ │ │ ├── qtcursorpropertymanager.html
│ │ │ ├── qtcursorpropertymanager-members.html
│ │ │ ├── qtdateeditfactory.html
│ │ │ ├── qtdateeditfactory-members.html
│ │ │ ├── qtdatepropertymanager.html
│ │ │ ├── qtdatepropertymanager-members.html
│ │ │ ├── qtdatetimeeditfactory.html
│ │ │ ├── qtdatetimeeditfactory-members.html
│ │ │ ├── qtdatetimepropertymanager.html
│ │ │ ├── qtdatetimepropertymanager-members.html
│ │ │ ├── qtdoublepropertymanager.html
│ │ │ ├── qtdoublepropertymanager-members.html
│ │ │ ├── qtdoublespinboxfactory.html
│ │ │ ├── qtdoublespinboxfactory-members.html
│ │ │ ├── qtenumeditorfactory.html
│ │ │ ├── qtenumeditorfactory-members.html
│ │ │ ├── qtenumpropertymanager.html
│ │ │ ├── qtenumpropertymanager-members.html
│ │ │ ├── qtflagpropertymanager.html
│ │ │ ├── qtflagpropertymanager-members.html
│ │ │ ├── qtfonteditorfactory.html
│ │ │ ├── qtfonteditorfactory-members.html
│ │ │ ├── qtfontpropertymanager.html
│ │ │ ├── qtfontpropertymanager-members.html
│ │ │ ├── qtgroupboxpropertybrowser.html
│ │ │ ├── qtgroupboxpropertybrowser-members.html
│ │ │ ├── qtgrouppropertymanager.html
│ │ │ ├── qtgrouppropertymanager-members.html
│ │ │ ├── qtintpropertymanager.html
│ │ │ ├── qtintpropertymanager-members.html
│ │ │ ├── qtkeysequenceeditorfactory.html
│ │ │ ├── qtkeysequenceeditorfactory-members.html
│ │ │ ├── qtkeysequencepropertymanager.html
│ │ │ ├── qtkeysequencepropertymanager-members.html
│ │ │ ├── qtlineeditfactory.html
│ │ │ ├── qtlineeditfactory-members.html
│ │ │ ├── qtlocalepropertymanager.html
│ │ │ ├── qtlocalepropertymanager-members.html
│ │ │ ├── qtpointfpropertymanager.html
│ │ │ ├── qtpointfpropertymanager-members.html
│ │ │ ├── qtpointpropertymanager.html
│ │ │ ├── qtpointpropertymanager-members.html
│ │ │ ├── qtpropertybrowser.dcf
│ │ │ ├── qtpropertybrowser-example-canvas-typed.html
│ │ │ ├── qtpropertybrowser-example-canvas-variant.html
│ │ │ ├── qtpropertybrowser-example-decoration.html
│ │ │ ├── qtpropertybrowser-example-demo.html
│ │ │ ├── qtpropertybrowser-example-extension.html
│ │ │ ├── qtpropertybrowser-example-object-controller.html
│ │ │ ├── qtpropertybrowser-example-simple.html
│ │ │ ├── qtpropertybrowser.index
│ │ │ ├── qtpropertybrowser.qhp
│ │ │ ├── qtproperty.html
│ │ │ ├── qtproperty-members.html
│ │ │ ├── qtrectfpropertymanager.html
│ │ │ ├── qtrectfpropertymanager-members.html
│ │ │ ├── qtrectpropertymanager.html
│ │ │ ├── qtrectpropertymanager-members.html
│ │ │ ├── qtscrollbarfactory.html
│ │ │ ├── qtscrollbarfactory-members.html
│ │ │ ├── qtsizefpropertymanager.html
│ │ │ ├── qtsizefpropertymanager-members.html
│ │ │ ├── qtsizepolicypropertymanager.html
│ │ │ ├── qtsizepolicypropertymanager-members.html
│ │ │ ├── qtsizepropertymanager.html
│ │ │ ├── qtsizepropertymanager-members.html
│ │ │ ├── qtsliderfactory.html
│ │ │ ├── qtsliderfactory-members.html
│ │ │ ├── qtspinboxfactory.html
│ │ │ ├── qtspinboxfactory-members.html
│ │ │ ├── qtstringpropertymanager.html
│ │ │ ├── qtstringpropertymanager-members.html
│ │ │ ├── qttimeeditfactory.html
│ │ │ ├── qttimeeditfactory-members.html
│ │ │ ├── qttimepropertymanager.html
│ │ │ ├── qttimepropertymanager-members.html
│ │ │ ├── qttreepropertybrowser.html
│ │ │ ├── qttreepropertybrowser-members.html
│ │ │ ├── qtvarianteditorfactory.html
│ │ │ ├── qtvarianteditorfactory-members.html
│ │ │ ├── qtvariantproperty.html
│ │ │ ├── qtvariantpropertymanager.html
│ │ │ ├── qtvariantpropertymanager-members.html
│ │ │ └── qtvariantproperty-members.html
│ │ ├── images
│ │ │ ├── canvas_typed.png
│ │ │ ├── canvas_variant.png
│ │ │ ├── decoration.png
│ │ │ ├── demo.png
│ │ │ ├── extension.png
│ │ │ ├── object_controller.png
│ │ │ ├── qtbuttonpropertybrowser.png
│ │ │ ├── qtgroupboxpropertybrowser.png
│ │ │ ├── qt-logo.png
│ │ │ ├── qtpropertybrowser-duplicate.png
│ │ │ ├── qtpropertybrowser.png
│ │ │ ├── qttreepropertybrowser.png
│ │ │ └── simple.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── canvas_typed
│ │ │ ├── canvas_typed.pro
│ │ │ ├── canvas_typed.qdoc
│ │ │ ├── main.cpp
│ │ │ ├── mainwindow.cpp
│ │ │ ├── mainwindow.h
│ │ │ ├── qtcanvas.cpp
│ │ │ └── qtcanvas.h
│ │ ├── canvas_variant
│ │ │ ├── canvas_variant.pro
│ │ │ ├── canvas_variant.qdoc
│ │ │ ├── main.cpp
│ │ │ ├── mainwindow.cpp
│ │ │ ├── mainwindow.h
│ │ │ ├── qtcanvas.cpp
│ │ │ └── qtcanvas.h
│ │ ├── decoration
│ │ │ ├── decoration.pro
│ │ │ ├── decoration.qdoc
│ │ │ └── main.cpp
│ │ ├── demo
│ │ │ ├── demo.pro
│ │ │ ├── demo.qdoc
│ │ │ ├── demo.qrc
│ │ │ ├── images
│ │ │ │ ├── down.png
│ │ │ │ ├── left.png
│ │ │ │ ├── right.png
│ │ │ │ └── up.png
│ │ │ └── main.cpp
│ │ ├── examples.pro
│ │ ├── extension
│ │ │ ├── extension.pro
│ │ │ ├── extension.qdoc
│ │ │ └── main.cpp
│ │ ├── object_controller
│ │ │ ├── main.cpp
│ │ │ ├── objectcontroller.cpp
│ │ │ ├── objectcontroller.h
│ │ │ ├── object_controller.pro
│ │ │ └── object_controller.qdoc
│ │ └── simple
│ │ ├── main.cpp
│ │ ├── simple.pro
│ │ └── simple.qdoc
│ ├── INSTALL.TXT
│ ├── qtpropertybrowser.pro
│ ├── README.TXT
│ └── src
│ ├── images
│ │ ├── cursor-arrow.png
│ │ ├── cursor-busy.png
│ │ ├── cursor-closedhand.png
│ │ ├── cursor-cross.png
│ │ ├── cursor-forbidden.png
│ │ ├── cursor-hand.png
│ │ ├── cursor-hsplit.png
│ │ ├── cursor-ibeam.png
│ │ ├── cursor-openhand.png
│ │ ├── cursor-sizeall.png
│ │ ├── cursor-sizeb.png
│ │ ├── cursor-sizef.png
│ │ ├── cursor-sizeh.png
│ │ ├── cursor-sizev.png
│ │ ├── cursor-uparrow.png
│ │ ├── cursor-vsplit.png
│ │ ├── cursor-wait.png
│ │ └── cursor-whatsthis.png
│ ├── QtAbstractEditorFactoryBase
│ ├── QtAbstractPropertyBrowser
│ ├── QtAbstractPropertyManager
│ ├── QtBoolPropertyManager
│ ├── QtBrowserItem
│ ├── QtButtonPropertyBrowser
│ ├── qtbuttonpropertybrowser.cpp
│ ├── qtbuttonpropertybrowser.h
│ ├── QtCharEditorFactory
│ ├── QtCharPropertyManager
│ ├── QtCheckBoxFactory
│ ├── QtColorEditorFactory
│ ├── QtColorPropertyManager
│ ├── QtCursorEditorFactory
│ ├── QtCursorPropertyManager
│ ├── QtDateEditFactory
│ ├── QtDatePropertyManager
│ ├── QtDateTimeEditFactory
│ ├── QtDateTimePropertyManager
│ ├── QtDoublePropertyManager
│ ├── QtDoubleSpinBoxFactory
│ ├── qteditorfactory.cpp
│ ├── qteditorfactory.h
│ ├── QtEnumEditorFactory
│ ├── QtEnumPropertyManager
│ ├── QtFlagPropertyManager
│ ├── QtFontEditorFactory
│ ├── QtFontPropertyManager
│ ├── QtGroupBoxPropertyBrowser
│ ├── qtgroupboxpropertybrowser.cpp
│ ├── qtgroupboxpropertybrowser.h
│ ├── QtGroupPropertyManager
│ ├── QtIntPropertyManager
│ ├── QtKeySequenceEditorFactory
│ ├── QtKeySequencePropertyManager
│ ├── QtLineEditFactory
│ ├── QtLocalePropertyManager
│ ├── QtPointFPropertyManager
│ ├── QtPointPropertyManager
│ ├── QtProperty
│ ├── qtpropertybrowser.cpp
│ ├── qtpropertybrowser.h
│ ├── qtpropertybrowser.pri
│ ├── qtpropertybrowser.qrc
│ ├── qtpropertybrowserutils.cpp
│ ├── qtpropertybrowserutils_p.h
│ ├── qtpropertymanager.cpp
│ ├── qtpropertymanager.h
│ ├── QtRectFPropertyManager
│ ├── QtRectPropertyManager
│ ├── QtScrollBarFactory
│ ├── QtSizeFPropertyManager
│ ├── QtSizePolicyPropertyManager
│ ├── QtSizePropertyManager
│ ├── QtSliderFactory
│ ├── QtSpinBoxFactory
│ ├── QtStringPropertyManager
│ ├── QtTimeEditFactory
│ ├── QtTimePropertyManager
│ ├── QtTreePropertyBrowser
│ ├── qttreepropertybrowser.cpp
│ ├── qttreepropertybrowser.h
│ ├── QtVariantEditorFactory
│ ├── QtVariantProperty
│ ├── qtvariantproperty.cpp
│ ├── qtvariantproperty.h
│ └── QtVariantPropertyManager
├── qtscriptclassic
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qscriptable.html
│ │ │ ├── qscriptable-members.html
│ │ │ ├── qscriptclass.html
│ │ │ ├── qscriptclass-members.html
│ │ │ ├── qscriptclasspropertyiterator.html
│ │ │ ├── qscriptclasspropertyiterator-members.html
│ │ │ ├── qscriptcontext.html
│ │ │ ├── qscriptcontextinfo.html
│ │ │ ├── qscriptcontextinfo-members.html
│ │ │ ├── qscriptcontext-members.html
│ │ │ ├── qscriptengineagent.html
│ │ │ ├── qscriptengineagent-members.html
│ │ │ ├── qscriptengine.html
│ │ │ ├── qscriptengine-members.html
│ │ │ ├── qscriptengine-obsolete.html
│ │ │ ├── qscriptextensionplugin.html
│ │ │ ├── qscriptextensionplugin-members.html
│ │ │ ├── qscriptstring.html
│ │ │ ├── qscriptstring-members.html
│ │ │ ├── qscriptsyntaxcheckresult.html
│ │ │ ├── qscriptsyntaxcheckresult-members.html
│ │ │ ├── qscriptvalue.html
│ │ │ ├── qscriptvalueiterator.html
│ │ │ ├── qscriptvalueiterator-members.html
│ │ │ ├── qscriptvalue-members.html
│ │ │ ├── qscriptvalue-obsolete.html
│ │ │ ├── qtscriptclassic.dcf
│ │ │ ├── qtscriptclassic-example-helloscript.html
│ │ │ ├── qtscriptclassic.index
│ │ │ └── qtscriptclassic.qhp
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── examples.pro
│ │ └── helloscript
│ │ ├── helloscript.pro
│ │ ├── helloscript.qdoc
│ │ ├── helloscript.qrc
│ │ ├── helloscript.qs
│ │ └── main.cpp
│ ├── include
│ │ └── QtScript
│ │ ├── QScriptable
│ │ ├── QScriptClass
│ │ ├── QScriptClassPropertyIterator
│ │ ├── QScriptContext
│ │ ├── QScriptContextInfo
│ │ ├── QScriptContextInfoList
│ │ ├── QScriptEngine
│ │ ├── QScriptEngineAgent
│ │ ├── QScriptExtensionInterface
│ │ ├── QScriptExtensionPlugin
│ │ ├── QScriptString
│ │ ├── QScriptSyntaxCheckResult
│ │ ├── QScriptValue
│ │ ├── QScriptValueIterator
│ │ ├── QScriptValueList
│ │ └── QtScript
│ ├── INSTALL.TXT
│ ├── qtscriptclassic.pro
│ ├── README.TXT
│ └── src
│ ├── instruction.table
│ ├── private
│ │ ├── qguard_p.h
│ │ └── qobject_p.h
│ ├── QScriptable
│ ├── qscriptable.cpp
│ ├── qscriptable.h
│ ├── qscriptable_p.h
│ ├── qscriptarray_p.h
│ ├── qscriptasm.cpp
│ ├── qscriptasm_p.h
│ ├── qscriptast.cpp
│ ├── qscriptastfwd_p.h
│ ├── qscriptast_p.h
│ ├── qscriptastvisitor.cpp
│ ├── qscriptastvisitor_p.h
│ ├── qscriptbuffer_p.h
│ ├── QScriptClass
│ ├── qscriptclass.cpp
│ ├── qscriptclassdata.cpp
│ ├── qscriptclassdata_p.h
│ ├── qscriptclass.h
│ ├── qscriptclassinfo_p.h
│ ├── qscriptclass_p.h
│ ├── QScriptClassPropertyIterator
│ ├── qscriptclasspropertyiterator.cpp
│ ├── qscriptclasspropertyiterator.h
│ ├── qscriptclasspropertyiterator_p.h
│ ├── qscriptcompiler.cpp
│ ├── qscriptcompiler_p.h
│ ├── QScriptContext
│ ├── qscriptcontext.cpp
│ ├── qscriptcontextfwd_p.h
│ ├── qscriptcontext.h
│ ├── QScriptContextInfo
│ ├── qscriptcontextinfo.cpp
│ ├── qscriptcontextinfo.h
│ ├── qscriptcontextinfo_p.h
│ ├── qscriptcontext_p.cpp
│ ├── qscriptcontext_p.h
│ ├── qscriptecmaarray.cpp
│ ├── qscriptecmaarray_p.h
│ ├── qscriptecmaboolean.cpp
│ ├── qscriptecmaboolean_p.h
│ ├── qscriptecmacore.cpp
│ ├── qscriptecmacore_p.h
│ ├── qscriptecmadate.cpp
│ ├── qscriptecmadate_p.h
│ ├── qscriptecmaerror.cpp
│ ├── qscriptecmaerror_p.h
│ ├── qscriptecmafunction.cpp
│ ├── qscriptecmafunction_p.h
│ ├── qscriptecmaglobal.cpp
│ ├── qscriptecmaglobal_p.h
│ ├── qscriptecmamath.cpp
│ ├── qscriptecmamath_p.h
│ ├── qscriptecmanumber.cpp
│ ├── qscriptecmanumber_p.h
│ ├── qscriptecmaobject.cpp
│ ├── qscriptecmaobject_p.h
│ ├── qscriptecmaregexp.cpp
│ ├── qscriptecmaregexp_p.h
│ ├── qscriptecmastring.cpp
│ ├── qscriptecmastring_p.h
│ ├── QScriptEngine
│ ├── QScriptEngineAgent
│ ├── qscriptengineagent.cpp
│ ├── qscriptengineagent.h
│ ├── qscriptengineagent_p.h
│ ├── qscriptengine.cpp
│ ├── qscriptenginefwd_p.h
│ ├── qscriptengine.h
│ ├── qscriptengine_p.cpp
│ ├── qscriptengine_p.h
│ ├── qscriptextensioninterface.h
│ ├── QScriptExtensionPlugin
│ ├── qscriptextensionplugin.cpp
│ ├── qscriptextensionplugin.h
│ ├── qscriptextenumeration.cpp
│ ├── qscriptextenumeration_p.h
│ ├── qscriptextqobject.cpp
│ ├── qscriptextqobject_p.h
│ ├── qscriptextvariant.cpp
│ ├── qscriptextvariant_p.h
│ ├── qscriptfunction.cpp
│ ├── qscriptfunction_p.h
│ ├── qscriptgc_p.h
│ ├── qscriptglobals_p.h
│ ├── qscriptgrammar.cpp
│ ├── qscriptgrammar_p.h
│ ├── qscriptlexer.cpp
│ ├── qscriptlexer_p.h
│ ├── qscriptmemberfwd_p.h
│ ├── qscriptmember_p.h
│ ├── qscriptmemorypool_p.h
│ ├── qscriptnameid_p.h
│ ├── qscriptnodepool_p.h
│ ├── qscriptobjectdata_p.h
│ ├── qscriptobjectfwd_p.h
│ ├── qscriptobject_p.h
│ ├── qscriptparser.cpp
│ ├── qscriptparser_p.h
│ ├── qscriptprettypretty.cpp
│ ├── qscriptprettypretty_p.h
│ ├── qscriptrepository_p.h
│ ├── QScriptString
│ ├── qscriptstring.cpp
│ ├── qscriptstring.h
│ ├── qscriptstring_p.h
│ ├── qscriptsyntaxchecker.cpp
│ ├── qscriptsyntaxchecker_p.h
│ ├── QScriptSyntaxCheckResult
│ ├── qscriptsyntaxcheckresult_p.h
│ ├── QScriptValue
│ ├── qscriptvalue.cpp
│ ├── qscriptvaluefwd_p.h
│ ├── qscriptvalue.h
│ ├── qscriptvalueimpl.cpp
│ ├── qscriptvalueimplfwd_p.h
│ ├── qscriptvalueimpl_p.h
│ ├── QScriptValueIterator
│ ├── qscriptvalueiterator.cpp
│ ├── qscriptvalueiterator.h
│ ├── qscriptvalueiteratorimpl.cpp
│ ├── qscriptvalueiteratorimpl_p.h
│ ├── qscriptvalueiterator_p.h
│ ├── qscriptvalue_p.h
│ ├── qscriptxmlgenerator.cpp
│ ├── qscriptxmlgenerator_p.h
│ ├── QtScript
│ ├── qtscriptclassic.pri
│ ├── script.pri
│ └── src.pro
├── qtservice
│ ├── buildlib
│ │ └── buildlib.pro
│ ├── common.pri
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qtservicebase.html
│ │ │ ├── qtservicebase-members.html
│ │ │ ├── qtservicecontroller.html
│ │ │ ├── qtservicecontroller-members.html
│ │ │ ├── qtservice.dcf
│ │ │ ├── qtservice-example-controller.html
│ │ │ ├── qtservice-example-interactive.html
│ │ │ ├── qtservice-example-server.html
│ │ │ ├── qtservice.html
│ │ │ ├── qtservice.index
│ │ │ ├── qtservice-members.html
│ │ │ └── qtservice.qhp
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── controller
│ │ │ ├── controller.pro
│ │ │ ├── controller.qdoc
│ │ │ └── main.cpp
│ │ ├── examples.pro
│ │ ├── interactive
│ │ │ ├── interactive.pro
│ │ │ ├── interactive.qdoc
│ │ │ └── main.cpp
│ │ └── server
│ │ ├── main.cpp
│ │ ├── server.pro
│ │ └── server.qdoc
│ ├── INSTALL.TXT
│ ├── qtservice.pro
│ ├── README.TXT
│ └── src
│ ├── QtServiceBase
│ ├── QtServiceController
│ ├── qtservice.cpp
│ ├── qtservice.h
│ ├── qtservice_p.h
│ ├── qtservice.pri
│ ├── qtservice_unix.cpp
│ ├── qtservice_win.cpp
│ ├── qtunixserversocket.cpp
│ ├── qtunixserversocket.h
│ ├── qtunixsocket.cpp
│ └── qtunixsocket.h
├── qtsingleapplication
│ ├── buildlib
│ │ └── buildlib.pro
│ ├── common.pri
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qtsingleapplication.dcf
│ │ │ ├── qtsingleapplication-example-loader.html
│ │ │ ├── qtsingleapplication-example-trivial.html
│ │ │ ├── qtsingleapplication.html
│ │ │ ├── qtsingleapplication.index
│ │ │ ├── qtsingleapplication-members.html
│ │ │ ├── qtsingleapplication-obsolete.html
│ │ │ ├── qtsingleapplication.qhp
│ │ │ ├── qtsinglecoreapplication-example-console.html
│ │ │ ├── qtsinglecoreapplication.html
│ │ │ └── qtsinglecoreapplication-members.html
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── console
│ │ │ ├── console.pro
│ │ │ ├── console.qdoc
│ │ │ └── main.cpp
│ │ ├── examples.pro
│ │ ├── loader
│ │ │ ├── file1.qsl
│ │ │ ├── file2.qsl
│ │ │ ├── loader.pro
│ │ │ ├── loader.qdoc
│ │ │ └── main.cpp
│ │ └── trivial
│ │ ├── main.cpp
│ │ ├── trivial.pro
│ │ └── trivial.qdoc
│ ├── INSTALL.TXT
│ ├── qtsingleapplication.pro
│ ├── README.TXT
│ └── src
│ ├── qtlocalpeer.cpp
│ ├── qtlocalpeer.h
│ ├── QtLockedFile
│ ├── qtlockedfile.cpp
│ ├── qtlockedfile.h
│ ├── qtlockedfile_unix.cpp
│ ├── qtlockedfile_win.cpp
│ ├── QtSingleApplication
│ ├── qtsingleapplication.cpp
│ ├── qtsingleapplication.h
│ ├── qtsingleapplication.pri
│ ├── qtsinglecoreapplication.cpp
│ ├── qtsinglecoreapplication.h
│ └── qtsinglecoreapplication.pri
├── qtsoap
│ ├── buildlib
│ │ └── buildlib.pro
│ ├── common.pri
│ ├── configure
│ ├── configure.bat
│ ├── doc
│ │ ├── html
│ │ │ ├── classic.css
│ │ │ ├── google-example.html
│ │ │ ├── images
│ │ │ │ └── qt-logo.png
│ │ │ ├── index.html
│ │ │ ├── qtsoaparray.html
│ │ │ ├── qtsoaparrayiterator.html
│ │ │ ├── qtsoaparrayiterator-members.html
│ │ │ ├── qtsoaparray-members.html
│ │ │ ├── qtsoap.dcf
│ │ │ ├── qtsoaphttptransport.html
│ │ │ ├── qtsoaphttptransport-members.html
│ │ │ ├── qtsoaphttptransport-obsolete.html
│ │ │ ├── qtsoap.index
│ │ │ ├── qtsoapmessage.html
│ │ │ ├── qtsoapmessage-members.html
│ │ │ ├── qtsoapnamespaces.html
│ │ │ ├── qtsoapnamespaces-members.html
│ │ │ ├── qtsoap-overview.html
│ │ │ ├── qtsoap.qhp
│ │ │ ├── qtsoapqname.html
│ │ │ ├── qtsoapqname-members.html
│ │ │ ├── qtsoapsimpletype.html
│ │ │ ├── qtsoapsimpletype-members.html
│ │ │ ├── qtsoapstruct.html
│ │ │ ├── qtsoapstructiterator.html
│ │ │ ├── qtsoapstructiterator-members.html
│ │ │ ├── qtsoapstruct-members.html
│ │ │ ├── qtsoaptype.html
│ │ │ └── qtsoaptype-members.html
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ └── index.qdoc
│ ├── examples
│ │ ├── easter
│ │ │ ├── easter.cpp
│ │ │ ├── easter.h
│ │ │ ├── easter.pro
│ │ │ └── main.cpp
│ │ ├── examples.pro
│ │ │ ├── google.cpp
│ │ │ ├── google.h
│ │ │ ├── google.pro
│ │ │ ├── google.qdoc
│ │ │ └── main.cpp
│ │ └── population
│ │ ├── main.cpp
│ │ ├── population.cpp
│ │ ├── population.h
│ │ └── population.pro
│ ├── INSTALL.TXT
│ ├── qtsoap.pro
│ ├── README.TXT
│ └── src
│ ├── QtSoapArray
│ ├── QtSoapArrayIterator
│ ├── qtsoap.cpp
│ ├── qtsoap.h
│ ├── QtSoapHttpTransport
│ ├── QtSoapMessage
│ ├── QtSoapNamespaces
│ ├── qtsoap.pri
│ ├── QtSoapQName
│ ├── QtSoapSimpleType
│ ├── QtSoapStruct
│ ├── QtSoapStructIterator
│ ├── QtSoapType
│ ├── QtSoapTypeConstructor
│ ├── QtSoapTypeConstructorBase
│ └── QtSoapTypeFactory
└── qtwinmigrate
├── buildlib
│ └── buildlib.pro
├── common.pri
├── configure
├── configure.bat
├── doc
│ ├── html
│ │ ├── classic.css
│ │ ├── images
│ │ │ └── qt-logo.png
│ │ ├── index.html
│ │ ├── qmfcapp.html
│ │ ├── qmfcapp-members.html
│ │ ├── qtwinmigrate.dcf
│ │ ├── qtwinmigrate.index
│ │ ├── qtwinmigrate.qhp
│ │ ├── qwinhost.html
│ │ ├── qwinhost-members.html
│ │ ├── qwinwidget.html
│ │ ├── qwinwidget-members.html
│ │ ├── qwinwidget-obsolete.html
│ │ ├── winmigrate-qt-dll-example.html
│ │ ├── winmigrate-qt-in-win32-example.html
│ │ ├── winmigrate-walkthrough.html
│ │ └── winmigrate-win32-in-qt-example.html
│ ├── images
│ │ └── qt-logo.png
│ ├── index.qdoc
│ └── walkthrough.qdoc
├── examples
│ ├── build-qtdll-Desktop_Qt_5_3_0_MinGW_32bit-Debug
│ │ ├── debug
│ │ │ ├── libqtdialog.a
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_qwinhost.cpp
│ │ │ ├── moc_qwinhost.o
│ │ │ ├── moc_qwinwidget.cpp
│ │ │ ├── moc_qwinwidget.o
│ │ │ ├── moc_readstreamthread.cpp
│ │ │ ├── moc_readstreamthread.o
│ │ │ ├── qmfcapp.o
│ │ │ ├── qtdialog.dll
│ │ │ ├── qtimespan.o
│ │ │ ├── qwinhost.o
│ │ │ ├── qwinwidget.o
│ │ │ └── readstreamthread.o
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── object_script.qtdialog.Debug
│ │ ├── object_script.qtdialog.Release
│ │ └── ui_mainwindow.h
│ ├── build-qtdll-Desktop_Qt_5_3_0_MinGW_32bit-Release
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── object_script.qtdialog.Debug
│ │ ├── object_script.qtdialog.Release
│ │ ├── release
│ │ │ ├── libqtdialog.a
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_qwinhost.cpp
│ │ │ ├── moc_qwinhost.o
│ │ │ ├── moc_qwinwidget.cpp
│ │ │ ├── moc_qwinwidget.o
│ │ │ ├── moc_readstreamthread.cpp
│ │ │ ├── moc_readstreamthread.o
│ │ │ ├── qmfcapp.o
│ │ │ ├── qtdialog.dll
│ │ │ ├── qtimespan.o
│ │ │ ├── qwinhost.o
│ │ │ ├── qwinwidget.o
│ │ │ └── readstreamthread.o
│ │ └── ui_mainwindow.h
│ ├── examples.pro
│ ├── mfc
│ │ ├── step1
│ │ │ ├── childview.cpp
│ │ │ ├── childview.h
│ │ │ ├── mainframe.cpp
│ │ │ ├── mainframe.h
│ │ │ ├── qtmfc.cpp
│ │ │ ├── QtMfc.dsp
│ │ │ ├── qtmfc.h
│ │ │ ├── qtmfc.rc
│ │ │ ├── res
│ │ │ │ ├── QtMfc.ico
│ │ │ │ └── QtMfc.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── step2
│ │ │ ├── childview.cpp
│ │ │ ├── childview.h
│ │ │ ├── mainframe.cpp
│ │ │ ├── mainframe.h
│ │ │ ├── qtmfc.cpp
│ │ │ ├── qtmfc.h
│ │ │ ├── qtmfc.rc
│ │ │ ├── res
│ │ │ │ ├── QtMfc.ico
│ │ │ │ └── QtMfc.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── step2.pro
│ │ ├── step3
│ │ │ ├── childview.cpp
│ │ │ ├── childview.h
│ │ │ ├── mainframe.cpp
│ │ │ ├── mainframe.h
│ │ │ ├── qtmfc.cpp
│ │ │ ├── qtmfc.h
│ │ │ ├── qtmfc.rc
│ │ │ ├── res
│ │ │ │ ├── QtMfc.ico
│ │ │ │ └── QtMfc.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── step3.pro
│ │ ├── step4
│ │ │ ├── childview.cpp
│ │ │ ├── childview.h
│ │ │ ├── mainframe.cpp
│ │ │ ├── mainframe.h
│ │ │ ├── optionsdialog.ui
│ │ │ ├── qtmfc.cpp
│ │ │ ├── qtmfc.h
│ │ │ ├── qtmfc.rc
│ │ │ ├── res
│ │ │ │ ├── QtMfc.ico
│ │ │ │ └── QtMfc.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── step4.pro
│ │ └── step5
│ │ ├── childview.cpp
│ │ ├── childview.h
│ │ ├── mainframe.cpp
│ │ ├── mainframe.h
│ │ ├── qtmfc.cpp
│ │ ├── qtmfc.rc
│ │ ├── res
│ │ │ ├── qtmfc.bmp
│ │ │ └── QtMfc.ico
│ │ └── step5.pro
│ ├── qtdll
│ │ ├── AssistantFun.h
│ │ ├── HK
│ │ │ ├── PlayM4.h
│ │ │ └── WindowsPlayM4.h
│ │ ├── main.cpp
│ │ ├── mainwindow.cpp
│ │ ├── mainwindow.h
│ │ ├── mainwindow.ui
│ │ ├── PlayPara.h
│ │ ├── qtdll.pro
│ │ ├── qtdll.pro.user
│ │ ├── qtdll.qdoc
│ │ ├── qtimespan.cpp
│ │ ├── qtimespan.h
│ │ ├── readstreamthread.cpp
│ │ └── readstreamthread.h
│ ├── winhost
│ │ ├── main.cpp
│ │ ├── winhost.pro
│ │ └── winhost.qdoc
│ └── winwidget
│ ├── main.cpp
│ ├── winwidget.pro
│ └── winwidget.qdoc
├── INSTALL.TXT
├── qtwinmigrate.pro
├── README.TXT
└── src
├── QMfcApp
├── qmfcapp.cpp
├── qmfcapp.h
├── qtwinmigrate.pri
├── QWinHost
├── qwinhost.cpp
├── qwinhost.h
├── QWinWidget
├── qwinwidget.cpp
└── qwinwidget.h
124 directories, 984 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论