├── .gitattributes ├── .gitignore ├── README.md ├── doc ├── qtcolorcombobox │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── qt-logo.png │ │ │ └── qtcolorcombobox.png │ │ ├── index.html │ │ ├── qtcolorcombobox-members.html │ │ ├── qtcolorcombobox.dcf │ │ ├── qtcolorcombobox.html │ │ ├── qtcolorcombobox.index │ │ ├── qtcolorcombobox.qch │ │ └── qtcolorcombobox.qhp │ ├── images │ │ ├── qt-logo.png │ │ └── qtcolorcombobox.png │ └── index.qdoc ├── qtcolorpicker │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── colorpicker1.png │ │ │ ├── colorpicker2.png │ │ │ └── qt-logo.png │ │ ├── index.html │ │ ├── qtcolorpicker-members.html │ │ ├── qtcolorpicker.dcf │ │ ├── qtcolorpicker.html │ │ ├── qtcolorpicker.index │ │ ├── qtcolorpicker.qch │ │ └── qtcolorpicker.qhp │ ├── images │ │ ├── colorpicker1.png │ │ ├── colorpicker2.png │ │ └── qt-logo.png │ └── index.qdoc ├── qtcolortriangle │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── colortriangle.png │ │ │ └── qt-logo.png │ │ ├── index.html │ │ ├── qtcolortriangle-members.html │ │ ├── qtcolortriangle.dcf │ │ ├── qtcolortriangle.html │ │ ├── qtcolortriangle.index │ │ ├── qtcolortriangle.qch │ │ └── qtcolortriangle.qhp │ ├── images │ │ ├── colortriangle.png │ │ └── qt-logo.png │ └── index.qdoc ├── qtcopydialog │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── qt-logo.png │ │ │ └── qtcopydialog.png │ │ ├── index.html │ │ ├── qtcopydialog-members.html │ │ ├── qtcopydialog.dcf │ │ ├── qtcopydialog.html │ │ ├── qtcopydialog.index │ │ ├── qtcopydialog.qch │ │ ├── qtcopydialog.qhp │ │ ├── qtfilecopier-members.html │ │ └── qtfilecopier.html │ ├── images │ │ ├── qt-logo.png │ │ └── qtcopydialog.png │ └── index.qdoc ├── qtimagefilters │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── lena-edge.jpg │ │ │ └── qt-logo.png │ │ ├── index.html │ │ ├── qtimagefilter-members.html │ │ ├── qtimagefilter.html │ │ ├── qtimagefilterfactory-members.html │ │ ├── qtimagefilterfactory.html │ │ ├── qtimagefilters.dcf │ │ ├── qtimagefilters.index │ │ ├── qtimagefilters.qch │ │ └── qtimagefilters.qhp │ ├── images │ │ ├── lena-edge.jpg │ │ └── qt-logo.png │ └── index.qdoc ├── qtmmlwidget │ ├── html │ │ ├── classic.css │ │ ├── example.html │ │ ├── images │ │ │ ├── example.png │ │ │ ├── integral.png │ │ │ └── qt-logo.png │ │ ├── index.html │ │ ├── overview.html │ │ ├── qtmmldocument-members.html │ │ ├── qtmmldocument.html │ │ ├── qtmmlwidget-members.html │ │ ├── qtmmlwidget.dcf │ │ ├── qtmmlwidget.html │ │ ├── qtmmlwidget.index │ │ ├── qtmmlwidget.qch │ │ └── qtmmlwidget.qhp │ ├── images │ │ ├── example.png │ │ ├── integral.png │ │ └── qt-logo.png │ ├── index.qdoc │ └── overview.qdoc ├── qtpiemenu │ ├── html │ │ ├── classic.css │ │ ├── editor-example.html │ │ ├── hexagon-example.html │ │ ├── images │ │ │ ├── editor.png │ │ │ ├── hexagon.png │ │ │ ├── qt-logo.png │ │ │ ├── qtpiemenu.png │ │ │ └── weighted.png │ │ ├── index.html │ │ ├── qtpieitem-members.html │ │ ├── qtpieitem.html │ │ ├── qtpiemenu-members.html │ │ ├── qtpiemenu.dcf │ │ ├── qtpiemenu.html │ │ ├── qtpiemenu.index │ │ ├── qtpiemenu.qch │ │ └── qtpiemenu.qhp │ ├── images │ │ ├── editor.png │ │ ├── hexagon.png │ │ ├── qt-logo.png │ │ ├── qtpiemenu.png │ │ └── weighted.png │ └── index.qdoc ├── qtpropertybrowser │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── canvas_typed.png │ │ │ ├── canvas_variant.png │ │ │ ├── decoration.png │ │ │ ├── demo.png │ │ │ ├── extension.png │ │ │ ├── object_controller.png │ │ │ ├── qt-logo.png │ │ │ ├── qtbuttonpropertybrowser.png │ │ │ ├── qtgroupboxpropertybrowser.png │ │ │ ├── qtpropertybrowser-duplicate.png │ │ │ ├── qtpropertybrowser.png │ │ │ ├── qttreepropertybrowser.png │ │ │ └── simple.png │ │ ├── index.html │ │ ├── qtabstracteditorfactory-members.html │ │ ├── qtabstracteditorfactory.html │ │ ├── qtabstracteditorfactorybase-members.html │ │ ├── qtabstracteditorfactorybase.html │ │ ├── qtabstractpropertybrowser-members.html │ │ ├── qtabstractpropertybrowser.html │ │ ├── qtabstractpropertymanager-members.html │ │ ├── qtabstractpropertymanager.html │ │ ├── qtboolpropertymanager-members.html │ │ ├── qtboolpropertymanager.html │ │ ├── qtbrowseritem-members.html │ │ ├── qtbrowseritem.html │ │ ├── qtbuttonpropertybrowser-members.html │ │ ├── qtbuttonpropertybrowser.html │ │ ├── qtchareditorfactory-members.html │ │ ├── qtchareditorfactory.html │ │ ├── qtcharpropertymanager-members.html │ │ ├── qtcharpropertymanager.html │ │ ├── qtcheckboxfactory-members.html │ │ ├── qtcheckboxfactory.html │ │ ├── qtcoloreditorfactory-members.html │ │ ├── qtcoloreditorfactory.html │ │ ├── qtcolorpropertymanager-members.html │ │ ├── qtcolorpropertymanager.html │ │ ├── qtcursoreditorfactory-members.html │ │ ├── qtcursoreditorfactory.html │ │ ├── qtcursorpropertymanager-members.html │ │ ├── qtcursorpropertymanager.html │ │ ├── qtdateeditfactory-members.html │ │ ├── qtdateeditfactory.html │ │ ├── qtdatepropertymanager-members.html │ │ ├── qtdatepropertymanager.html │ │ ├── qtdatetimeeditfactory-members.html │ │ ├── qtdatetimeeditfactory.html │ │ ├── qtdatetimepropertymanager-members.html │ │ ├── qtdatetimepropertymanager.html │ │ ├── qtdoublepropertymanager-members.html │ │ ├── qtdoublepropertymanager.html │ │ ├── qtdoublespinboxfactory-members.html │ │ ├── qtdoublespinboxfactory.html │ │ ├── qtenumeditorfactory-members.html │ │ ├── qtenumeditorfactory.html │ │ ├── qtenumpropertymanager-members.html │ │ ├── qtenumpropertymanager.html │ │ ├── qtflagpropertymanager-members.html │ │ ├── qtflagpropertymanager.html │ │ ├── qtfonteditorfactory-members.html │ │ ├── qtfonteditorfactory.html │ │ ├── qtfontpropertymanager-members.html │ │ ├── qtfontpropertymanager.html │ │ ├── qtgroupboxpropertybrowser-members.html │ │ ├── qtgroupboxpropertybrowser.html │ │ ├── qtgrouppropertymanager-members.html │ │ ├── qtgrouppropertymanager.html │ │ ├── qtintpropertymanager-members.html │ │ ├── qtintpropertymanager.html │ │ ├── qtkeysequenceeditorfactory-members.html │ │ ├── qtkeysequenceeditorfactory.html │ │ ├── qtkeysequencepropertymanager-members.html │ │ ├── qtkeysequencepropertymanager.html │ │ ├── qtlineeditfactory-members.html │ │ ├── qtlineeditfactory.html │ │ ├── qtlocalepropertymanager-members.html │ │ ├── qtlocalepropertymanager.html │ │ ├── qtpointfpropertymanager-members.html │ │ ├── qtpointfpropertymanager.html │ │ ├── qtpointpropertymanager-members.html │ │ ├── qtpointpropertymanager.html │ │ ├── qtproperty-members.html │ │ ├── qtproperty.html │ │ ├── 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.dcf │ │ ├── qtpropertybrowser.index │ │ ├── qtpropertybrowser.qch │ │ ├── qtpropertybrowser.qhp │ │ ├── qtrectfpropertymanager-members.html │ │ ├── qtrectfpropertymanager.html │ │ ├── qtrectpropertymanager-members.html │ │ ├── qtrectpropertymanager.html │ │ ├── qtscrollbarfactory-members.html │ │ ├── qtscrollbarfactory.html │ │ ├── qtsizefpropertymanager-members.html │ │ ├── qtsizefpropertymanager.html │ │ ├── qtsizepolicypropertymanager-members.html │ │ ├── qtsizepolicypropertymanager.html │ │ ├── qtsizepropertymanager-members.html │ │ ├── qtsizepropertymanager.html │ │ ├── qtsliderfactory-members.html │ │ ├── qtsliderfactory.html │ │ ├── qtspinboxfactory-members.html │ │ ├── qtspinboxfactory.html │ │ ├── qtstringpropertymanager-members.html │ │ ├── qtstringpropertymanager.html │ │ ├── qttimeeditfactory-members.html │ │ ├── qttimeeditfactory.html │ │ ├── qttimepropertymanager-members.html │ │ ├── qttimepropertymanager.html │ │ ├── qttreepropertybrowser-members.html │ │ ├── qttreepropertybrowser.html │ │ ├── qtvarianteditorfactory-members.html │ │ ├── qtvarianteditorfactory.html │ │ ├── qtvariantproperty-members.html │ │ ├── qtvariantproperty.html │ │ ├── qtvariantpropertymanager-members.html │ │ └── qtvariantpropertymanager.html │ ├── images │ │ ├── canvas_typed.png │ │ ├── canvas_variant.png │ │ ├── decoration.png │ │ ├── demo.png │ │ ├── extension.png │ │ ├── object_controller.png │ │ ├── qt-logo.png │ │ ├── qtbuttonpropertybrowser.png │ │ ├── qtgroupboxpropertybrowser.png │ │ ├── qtpropertybrowser-duplicate.png │ │ ├── qtpropertybrowser.png │ │ ├── qttreepropertybrowser.png │ │ └── simple.png │ └── index.qdoc ├── qtsingleapplication │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ └── qt-logo.png │ │ ├── index.html │ │ ├── qtsingleapplication-example-loader.html │ │ ├── qtsingleapplication-example-trivial.html │ │ ├── qtsingleapplication-members.html │ │ ├── qtsingleapplication-obsolete.html │ │ ├── qtsingleapplication.dcf │ │ ├── qtsingleapplication.html │ │ ├── qtsingleapplication.index │ │ ├── qtsingleapplication.qhp │ │ ├── qtsinglecoreapplication-example-console.html │ │ ├── qtsinglecoreapplication-members.html │ │ └── qtsinglecoreapplication.html │ ├── images │ │ └── qt-logo.png │ └── index.qdoc ├── qtthumbwheel │ ├── html │ │ ├── classic.css │ │ ├── images │ │ │ ├── qt-logo.png │ │ │ └── qtthumbwheel-h.png │ │ ├── index.html │ │ ├── qtthumbwheel-members.html │ │ ├── qtthumbwheel.dcf │ │ ├── qtthumbwheel.html │ │ ├── qtthumbwheel.index │ │ ├── qtthumbwheel.qch │ │ ├── qtthumbwheel.qhp │ │ └── simple-example.html │ ├── images │ │ ├── qt-logo.png │ │ └── qtthumbwheel-h.png │ └── index.qdoc └── qttoolbardialog │ ├── html │ ├── classic.css │ ├── images │ │ ├── qt-logo.png │ │ └── qttoolbardialog.png │ ├── index.html │ ├── qttoolbardialog-members.html │ ├── qttoolbardialog.dcf │ ├── qttoolbardialog.html │ ├── qttoolbardialog.index │ ├── qttoolbardialog.qch │ ├── qttoolbardialog.qhp │ ├── qttoolbarmanager-members.html │ └── qttoolbarmanager.html │ ├── images │ ├── qt-logo.png │ └── qttoolbardialog.png │ └── index.qdoc ├── examples ├── examples.pri ├── examples.pro ├── findwidget │ ├── findwidget.pro │ └── textfind │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ └── textfind.pro ├── qtcolorcombobox │ ├── graphs │ │ ├── data.cpp │ │ ├── graphapp.cpp │ │ ├── graphapp.h │ │ ├── graphs.pro │ │ ├── graphview.cpp │ │ ├── graphview.h │ │ └── main.cpp │ ├── qtcolorcombobox.pro │ └── simple │ │ ├── main.cpp │ │ └── simple.pro ├── qtcolorpicker │ ├── draw │ │ ├── draw.cpp │ │ ├── draw.h │ │ ├── draw.pro │ │ ├── drawboard.cpp │ │ ├── drawboard.h │ │ ├── dump.xpm │ │ └── main.cpp │ ├── qtcolorpicker.pro │ └── simple │ │ ├── main.cpp │ │ └── simple.pro ├── qtcolortriangle │ ├── demo │ │ ├── colordialog.cpp │ │ ├── colordialog.h │ │ ├── demo.pro │ │ ├── main.cpp │ │ ├── palm.xpm │ │ ├── sketchpad.cpp │ │ └── sketchpad.h │ ├── qtcolortriangle.pro │ └── simple │ │ ├── main.cpp │ │ └── simple.pro ├── qtcopydialog │ ├── qtcopydialog.pro │ └── simple │ │ ├── filedialog.ui │ │ ├── main.cpp │ │ └── simple.pro ├── qtgradienteditor │ ├── qtgradienteditor.pro │ └── simple │ │ ├── main.cpp │ │ └── simple.pro ├── qtimagefilters │ ├── imagetool │ │ ├── images │ │ │ ├── lena.jpg │ │ │ ├── logo.png │ │ │ └── mandrill.jpg │ │ ├── imagetool.pro │ │ ├── imagetoolwidget.cpp │ │ ├── imagetoolwidget.h │ │ ├── imagetoolwidget.ui │ │ ├── main.cpp │ │ └── mirrorfilter.h │ └── qtimagefilters.pro ├── qtmmlwidget │ ├── example │ │ ├── example.mml │ │ ├── example.png │ │ ├── example.pro │ │ ├── example.qdoc │ │ ├── example.qrc │ │ ├── filebrowser.cpp │ │ ├── filebrowser.h │ │ ├── images │ │ │ ├── frames.png │ │ │ ├── zoom_in.png │ │ │ └── zoom_out.png │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ └── mainwindow.h │ └── qtmmlwidget.pro ├── qtpiemenu │ ├── demo │ │ ├── GERM001.png │ │ ├── INDA001.png │ │ ├── ITAL001.png │ │ ├── NORW001.png │ │ ├── SWDN001.png │ │ ├── demo.cpp │ │ ├── demo.h │ │ ├── demo.pro │ │ ├── icons.qrc │ │ ├── kformula.png │ │ ├── kontour.png │ │ ├── kugar.png │ │ └── main.cpp │ ├── editor │ │ ├── editor.cpp │ │ ├── editor.h │ │ ├── editor.pro │ │ ├── editor.qdoc │ │ └── main.cpp │ ├── hexagon │ │ ├── hexagon.pro │ │ ├── hexagon.qdoc │ │ ├── hexagonpie.cpp │ │ ├── hexagonpie.h │ │ └── main.cpp │ └── qtpiemenu.pro ├── qtpropertybrowser │ ├── 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 │ ├── extension │ │ ├── extension.pro │ │ ├── extension.qdoc │ │ └── main.cpp │ ├── object_controller │ │ ├── main.cpp │ │ ├── object_controller.pro │ │ ├── object_controller.qdoc │ │ ├── objectcontroller.cpp │ │ └── objectcontroller.h │ ├── qtpropertybrowser.pro │ └── simple │ │ ├── main.cpp │ │ ├── simple.pro │ │ └── simple.qdoc ├── qtpropertybrowserext │ ├── extension │ │ ├── extension.pro │ │ └── main.cpp │ └── qtpropertybrowserext.pro ├── qtsingleapplication │ ├── console │ │ ├── console.pro │ │ ├── console.qdoc │ │ └── main.cpp │ ├── loader │ │ ├── file1.qsl │ │ ├── file2.qsl │ │ ├── loader.pro │ │ ├── loader.qdoc │ │ └── main.cpp │ ├── qtsingleapplication.pro │ └── trivial │ │ ├── main.cpp │ │ ├── trivial.pro │ │ └── trivial.qdoc ├── qtthumbwheel │ ├── qtthumbwheel.pro │ ├── simple │ │ ├── main.cpp │ │ ├── simple.pro │ │ └── simple.qdoc │ └── xform │ │ ├── logo.png │ │ ├── main.cpp │ │ ├── xform.pro │ │ └── xform.qrc └── qttoolbardialog │ ├── qttoolbardialog.pro │ └── simple │ ├── images │ ├── copy.png │ ├── cut.png │ ├── new.png │ ├── open.png │ ├── paste.png │ └── save.png │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── simple.pro │ └── simple.qrc ├── qt5extlib.pro ├── qt5extlib.pro.user └── src ├── findwidget ├── abstractfindwidget.cpp ├── abstractfindwidget.h ├── findwidget.pri ├── findwidget.qrc ├── images │ ├── mac │ │ ├── closetab.png │ │ ├── next.png │ │ ├── previous.png │ │ └── searchfind.png │ ├── win │ │ ├── closetab.png │ │ ├── next.png │ │ ├── previous.png │ │ └── searchfind.png │ └── wrap.png ├── itemviewfindwidget.cpp ├── itemviewfindwidget.h ├── texteditfindwidget.cpp └── texteditfindwidget.h ├── fontpanel ├── fontpanel.cpp ├── fontpanel.h └── fontpanel.pri ├── qtgradienteditor ├── images │ ├── down.png │ ├── edit.png │ ├── editdelete.png │ ├── minus.png │ ├── plus.png │ ├── spreadpad.png │ ├── spreadreflect.png │ ├── spreadrepeat.png │ ├── typeconical.png │ ├── typelinear.png │ ├── typeradial.png │ ├── up.png │ ├── zoomin.png │ └── zoomout.png ├── qtcolorbutton.cpp ├── qtcolorbutton.h ├── qtcolorbutton.pri ├── qtcolorline.cpp ├── qtcolorline.h ├── qtgradientdialog.cpp ├── qtgradientdialog.h ├── qtgradientdialog.ui ├── qtgradienteditor.cpp ├── qtgradienteditor.h ├── qtgradienteditor.pri ├── qtgradienteditor.qrc ├── qtgradienteditor.ui ├── qtgradientmanager.cpp ├── qtgradientmanager.h ├── qtgradientstopscontroller.cpp ├── qtgradientstopscontroller.h ├── qtgradientstopsmodel.cpp ├── qtgradientstopsmodel.h ├── qtgradientstopswidget.cpp ├── qtgradientstopswidget.h ├── qtgradientutils.cpp ├── qtgradientutils.h ├── qtgradientview.cpp ├── qtgradientview.h ├── qtgradientview.ui ├── qtgradientviewdialog.cpp ├── qtgradientviewdialog.h ├── qtgradientviewdialog.ui ├── qtgradientwidget.cpp └── qtgradientwidget.h ├── qtimagefilters ├── QtImageFilter ├── QtImageFilterFactory ├── convolutionfilter.cpp ├── convolutionfilter.h ├── gaussfilter.h ├── punchfilter.cpp ├── punchfilter.h ├── qtimagefilter.cpp ├── qtimagefilter.h ├── qtimagefilterfactory.cpp ├── qtimagefilters.pri └── qtmatrix.h ├── qtpropertybrowser ├── QtAbstractEditorFactoryBase ├── QtAbstractPropertyBrowser ├── QtAbstractPropertyManager ├── QtBoolPropertyManager ├── QtBrowserItem ├── QtButtonPropertyBrowser ├── QtCharEditorFactory ├── QtCharPropertyManager ├── QtCheckBoxFactory ├── QtColorEditorFactory ├── QtColorPropertyManager ├── QtCursorEditorFactory ├── QtCursorPropertyManager ├── QtDateEditFactory ├── QtDatePropertyManager ├── QtDateTimeEditFactory ├── QtDateTimePropertyManager ├── QtDoublePropertyManager ├── QtDoubleSpinBoxFactory ├── QtEnumEditorFactory ├── QtEnumPropertyManager ├── QtFlagPropertyManager ├── QtFontEditorFactory ├── QtFontPropertyManager ├── QtGroupBoxPropertyBrowser ├── QtGroupPropertyManager ├── QtIntPropertyManager ├── QtKeySequenceEditorFactory ├── QtKeySequencePropertyManager ├── QtLineEditFactory ├── QtLocalePropertyManager ├── QtPointFPropertyManager ├── QtPointPropertyManager ├── QtProperty ├── QtRectFPropertyManager ├── QtRectPropertyManager ├── QtScrollBarFactory ├── QtSizeFPropertyManager ├── QtSizePolicyPropertyManager ├── QtSizePropertyManager ├── QtSliderFactory ├── QtSpinBoxFactory ├── QtStringPropertyManager ├── QtTimeEditFactory ├── QtTimePropertyManager ├── QtTreePropertyBrowser ├── QtVariantEditorFactory ├── QtVariantProperty ├── QtVariantPropertyManager ├── README.TXT ├── 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 ├── qtbuttonpropertybrowser.cpp ├── qtbuttonpropertybrowser.h ├── qteditorfactory.cpp ├── qteditorfactory.h ├── qtgroupboxpropertybrowser.cpp ├── qtgroupboxpropertybrowser.h ├── qtpropertybrowser.cpp ├── qtpropertybrowser.h ├── qtpropertybrowser.pri ├── qtpropertybrowser.qrc ├── qtpropertybrowserutils.cpp ├── qtpropertybrowserutils.pri ├── qtpropertybrowserutils_p.h ├── qtpropertymanager.cpp ├── qtpropertymanager.h ├── qttreepropertybrowser.cpp ├── qttreepropertybrowser.h ├── qtvariantproperty.cpp └── qtvariantproperty.h ├── qtpropertybrowserext ├── QtFilePathEditor.cpp ├── QtFilePathEditor.h ├── QtPropertyDefines.h ├── QtSpinBoxEditor.cpp ├── QtSpinBoxEditor.h ├── QtVariantEditorFactoryExt.cpp ├── QtVariantEditorFactoryExt.h ├── QtVariantPropertyManagerExt.cpp └── QtVariantPropertyManagerExt.h ├── qtsingleapplication ├── QtLockedFile ├── QtSingleApplication ├── qtlocalpeer.cpp ├── qtlocalpeer.h ├── qtlockedfile.cpp ├── qtlockedfile.h ├── qtlockedfile_unix.cpp ├── qtlockedfile_win.cpp ├── qtsingleapplication.cpp ├── qtsingleapplication.h ├── qtsingleapplication.pri ├── qtsinglecoreapplication.cpp ├── qtsinglecoreapplication.h └── qtsinglecoreapplication.pri ├── qttoolbardialog ├── images │ ├── back.png │ ├── down.png │ ├── forward.png │ ├── minus.png │ ├── plus.png │ └── up.png ├── qttoolbardialog.cpp ├── qttoolbardialog.h ├── qttoolbardialog.pri ├── qttoolbardialog.qrc └── qttoolbardialog.ui ├── qtwidgets ├── QtColorComboBox ├── QtColorPicker ├── QtColorTriangle ├── QtCopyDialog ├── QtFileCopier ├── QtMmlDocument ├── QtMmlWidget ├── QtPieItem ├── QtPieMenu ├── QtThumbWheel ├── QtToolBarDialog ├── QtToolBarManager ├── QtWindowListMenu ├── images │ ├── back.png │ ├── down.png │ ├── forward.png │ ├── minus.png │ ├── plus.png │ └── up.png ├── qtcolorcombobox.cpp ├── qtcolorcombobox.h ├── qtcolorpicker.cpp ├── qtcolorpicker.h ├── qtcolortriangle.cpp ├── qtcolortriangle.h ├── qtcopydialog.cpp ├── qtcopydialog.h ├── qtcopydialog.ui ├── qtfilecopier.cpp ├── qtfilecopier.h ├── qtmmlwidget.cpp ├── qtmmlwidget.h ├── qtotherdialog.ui ├── qtoverwritedialog.ui ├── qtpieaction.cpp ├── qtpieaction.h ├── qtpieitem.cpp ├── qtpieitem.h ├── qtpiemenu.cpp ├── qtpiemenu.h ├── qtthumbwheel.cpp ├── qtthumbwheel.h ├── qttoolbardialog.cpp ├── qttoolbardialog.h ├── qttoolbardialog.ui ├── qtwidgets.pro ├── qtwidgets.qrc ├── qtwindowlistmenu.cpp └── qtwindowlistmenu.h └── src.pro /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/README.md -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/classic.css -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/images/qtcolorcombobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/images/qtcolorcombobox.png -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/index.html -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox-members.html -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox.dcf -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox.html -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox.index -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox.qch -------------------------------------------------------------------------------- /doc/qtcolorcombobox/html/qtcolorcombobox.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/html/qtcolorcombobox.qhp -------------------------------------------------------------------------------- /doc/qtcolorcombobox/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolorcombobox/images/qtcolorcombobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/images/qtcolorcombobox.png -------------------------------------------------------------------------------- /doc/qtcolorcombobox/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorcombobox/index.qdoc -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/classic.css -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/images/colorpicker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/images/colorpicker1.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/images/colorpicker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/images/colorpicker2.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/index.html -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker-members.html -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker.dcf -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker.html -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker.index -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker.qch -------------------------------------------------------------------------------- /doc/qtcolorpicker/html/qtcolorpicker.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/html/qtcolorpicker.qhp -------------------------------------------------------------------------------- /doc/qtcolorpicker/images/colorpicker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/images/colorpicker1.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/images/colorpicker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/images/colorpicker2.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolorpicker/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolorpicker/index.qdoc -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/classic.css -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/images/colortriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/images/colortriangle.png -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/index.html -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle-members.html -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle.dcf -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle.html -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle.index -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle.qch -------------------------------------------------------------------------------- /doc/qtcolortriangle/html/qtcolortriangle.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/html/qtcolortriangle.qhp -------------------------------------------------------------------------------- /doc/qtcolortriangle/images/colortriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/images/colortriangle.png -------------------------------------------------------------------------------- /doc/qtcolortriangle/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcolortriangle/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcolortriangle/index.qdoc -------------------------------------------------------------------------------- /doc/qtcopydialog/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/classic.css -------------------------------------------------------------------------------- /doc/qtcopydialog/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcopydialog/html/images/qtcopydialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/images/qtcopydialog.png -------------------------------------------------------------------------------- /doc/qtcopydialog/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/index.html -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog-members.html -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog.dcf -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog.html -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog.index -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog.qch -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtcopydialog.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtcopydialog.qhp -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtfilecopier-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtfilecopier-members.html -------------------------------------------------------------------------------- /doc/qtcopydialog/html/qtfilecopier.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/html/qtfilecopier.html -------------------------------------------------------------------------------- /doc/qtcopydialog/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtcopydialog/images/qtcopydialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/images/qtcopydialog.png -------------------------------------------------------------------------------- /doc/qtcopydialog/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtcopydialog/index.qdoc -------------------------------------------------------------------------------- /doc/qtimagefilters/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/classic.css -------------------------------------------------------------------------------- /doc/qtimagefilters/html/images/lena-edge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/images/lena-edge.jpg -------------------------------------------------------------------------------- /doc/qtimagefilters/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtimagefilters/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/index.html -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilter-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilter-members.html -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilter.html -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilterfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilterfactory-members.html -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilterfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilterfactory.html -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilters.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilters.dcf -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilters.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilters.index -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilters.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilters.qch -------------------------------------------------------------------------------- /doc/qtimagefilters/html/qtimagefilters.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/html/qtimagefilters.qhp -------------------------------------------------------------------------------- /doc/qtimagefilters/images/lena-edge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/images/lena-edge.jpg -------------------------------------------------------------------------------- /doc/qtimagefilters/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtimagefilters/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtimagefilters/index.qdoc -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/classic.css -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/example.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/images/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/images/example.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/images/integral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/images/integral.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/index.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/overview.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmldocument-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmldocument-members.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmldocument.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmldocument.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget-members.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget.dcf -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget.html -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget.index -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget.qch -------------------------------------------------------------------------------- /doc/qtmmlwidget/html/qtmmlwidget.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/html/qtmmlwidget.qhp -------------------------------------------------------------------------------- /doc/qtmmlwidget/images/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/images/example.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/images/integral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/images/integral.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtmmlwidget/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/index.qdoc -------------------------------------------------------------------------------- /doc/qtmmlwidget/overview.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtmmlwidget/overview.qdoc -------------------------------------------------------------------------------- /doc/qtpiemenu/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/classic.css -------------------------------------------------------------------------------- /doc/qtpiemenu/html/editor-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/editor-example.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/hexagon-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/hexagon-example.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/images/editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/images/editor.png -------------------------------------------------------------------------------- /doc/qtpiemenu/html/images/hexagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/images/hexagon.png -------------------------------------------------------------------------------- /doc/qtpiemenu/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtpiemenu/html/images/qtpiemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/images/qtpiemenu.png -------------------------------------------------------------------------------- /doc/qtpiemenu/html/images/weighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/images/weighted.png -------------------------------------------------------------------------------- /doc/qtpiemenu/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/index.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpieitem-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpieitem-members.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpieitem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpieitem.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu-members.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu.dcf -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu.html -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu.index -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu.qch -------------------------------------------------------------------------------- /doc/qtpiemenu/html/qtpiemenu.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/html/qtpiemenu.qhp -------------------------------------------------------------------------------- /doc/qtpiemenu/images/editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/images/editor.png -------------------------------------------------------------------------------- /doc/qtpiemenu/images/hexagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/images/hexagon.png -------------------------------------------------------------------------------- /doc/qtpiemenu/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtpiemenu/images/qtpiemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/images/qtpiemenu.png -------------------------------------------------------------------------------- /doc/qtpiemenu/images/weighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/images/weighted.png -------------------------------------------------------------------------------- /doc/qtpiemenu/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpiemenu/index.qdoc -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/classic.css -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/canvas_typed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/canvas_typed.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/canvas_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/canvas_variant.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/decoration.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/demo.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/extension.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/object_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/object_controller.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qtbuttonpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qtbuttonpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qtgroupboxpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qtgroupboxpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qtpropertybrowser-duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qtpropertybrowser-duplicate.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qtpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qtpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/qttreepropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/qttreepropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/images/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/images/simple.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/index.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstracteditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstracteditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstracteditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstracteditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstracteditorfactorybase-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstracteditorfactorybase-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstracteditorfactorybase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstracteditorfactorybase.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstractpropertybrowser-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstractpropertybrowser-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstractpropertybrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstractpropertybrowser.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstractpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstractpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtabstractpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtabstractpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtboolpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtboolpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtboolpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtboolpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtbrowseritem-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtbrowseritem-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtbrowseritem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtbrowseritem.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtbuttonpropertybrowser-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtbuttonpropertybrowser-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtbuttonpropertybrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtbuttonpropertybrowser.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtchareditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtchareditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtchareditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtchareditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcharpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcharpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcharpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcharpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcheckboxfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcheckboxfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcheckboxfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcheckboxfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcoloreditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcoloreditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcoloreditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcoloreditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcolorpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcolorpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcolorpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcolorpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcursoreditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcursoreditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcursoreditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcursoreditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcursorpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcursorpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtcursorpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtcursorpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdateeditfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdateeditfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdateeditfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdateeditfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatetimeeditfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatetimeeditfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatetimeeditfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatetimeeditfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatetimepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatetimepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdatetimepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdatetimepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdoublepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdoublepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdoublepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdoublepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdoublespinboxfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdoublespinboxfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtdoublespinboxfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtdoublespinboxfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtenumeditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtenumeditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtenumeditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtenumeditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtenumpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtenumpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtenumpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtenumpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtflagpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtflagpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtflagpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtflagpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtfonteditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtfonteditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtfonteditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtfonteditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtfontpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtfontpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtfontpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtfontpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtgroupboxpropertybrowser-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtgroupboxpropertybrowser-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtgroupboxpropertybrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtgroupboxpropertybrowser.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtgrouppropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtgrouppropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtgrouppropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtgrouppropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtintpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtintpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtintpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtintpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtkeysequenceeditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtkeysequenceeditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtkeysequenceeditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtkeysequenceeditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtkeysequencepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtkeysequencepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtkeysequencepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtkeysequencepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtlineeditfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtlineeditfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtlineeditfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtlineeditfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtlocalepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtlocalepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtlocalepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtlocalepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpointfpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpointfpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpointfpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpointfpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpointpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpointpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpointpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpointpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtproperty-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtproperty-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtproperty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtproperty.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-canvas-typed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-canvas-typed.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-canvas-variant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-canvas-variant.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-decoration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-decoration.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-demo.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-extension.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-extension.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-object-controller.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-object-controller.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser-example-simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser-example-simple.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser.dcf -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser.index -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser.qch -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtpropertybrowser.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtpropertybrowser.qhp -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtrectfpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtrectfpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtrectfpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtrectfpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtrectpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtrectpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtrectpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtrectpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtscrollbarfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtscrollbarfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtscrollbarfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtscrollbarfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizefpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizefpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizefpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizefpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizepolicypropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizepolicypropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizepolicypropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizepolicypropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsizepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsizepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsliderfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsliderfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtsliderfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtsliderfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtspinboxfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtspinboxfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtspinboxfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtspinboxfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtstringpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtstringpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtstringpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtstringpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttimeeditfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttimeeditfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttimeeditfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttimeeditfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttimepropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttimepropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttimepropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttimepropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttreepropertybrowser-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttreepropertybrowser-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qttreepropertybrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qttreepropertybrowser.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvarianteditorfactory-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvarianteditorfactory-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvarianteditorfactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvarianteditorfactory.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvariantproperty-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvariantproperty-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvariantproperty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvariantproperty.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvariantpropertymanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvariantpropertymanager-members.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/html/qtvariantpropertymanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/html/qtvariantpropertymanager.html -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/canvas_typed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/canvas_typed.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/canvas_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/canvas_variant.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/decoration.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/demo.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/extension.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/object_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/object_controller.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qtbuttonpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qtbuttonpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qtgroupboxpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qtgroupboxpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qtpropertybrowser-duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qtpropertybrowser-duplicate.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qtpropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qtpropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/qttreepropertybrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/qttreepropertybrowser.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/images/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/images/simple.png -------------------------------------------------------------------------------- /doc/qtpropertybrowser/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtpropertybrowser/index.qdoc -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/classic.css -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/index.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication-example-loader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication-example-loader.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication-example-trivial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication-example-trivial.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication-members.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication-obsolete.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication-obsolete.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication.dcf -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication.index -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsingleapplication.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsingleapplication.qhp -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsinglecoreapplication-example-console.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsinglecoreapplication-example-console.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsinglecoreapplication-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsinglecoreapplication-members.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/html/qtsinglecoreapplication.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/html/qtsinglecoreapplication.html -------------------------------------------------------------------------------- /doc/qtsingleapplication/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtsingleapplication/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtsingleapplication/index.qdoc -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/classic.css -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/images/qtthumbwheel-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/images/qtthumbwheel-h.png -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/index.html -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel-members.html -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel.dcf -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel.html -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel.index -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel.qch -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/qtthumbwheel.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/qtthumbwheel.qhp -------------------------------------------------------------------------------- /doc/qtthumbwheel/html/simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/html/simple-example.html -------------------------------------------------------------------------------- /doc/qtthumbwheel/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qtthumbwheel/images/qtthumbwheel-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/images/qtthumbwheel-h.png -------------------------------------------------------------------------------- /doc/qtthumbwheel/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qtthumbwheel/index.qdoc -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/classic.css -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/images/qttoolbardialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/images/qttoolbardialog.png -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/index.html -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog-members.html -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog.dcf -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog.html -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog.index -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog.qch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog.qch -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbardialog.qhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbardialog.qhp -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbarmanager-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbarmanager-members.html -------------------------------------------------------------------------------- /doc/qttoolbardialog/html/qttoolbarmanager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/html/qttoolbarmanager.html -------------------------------------------------------------------------------- /doc/qttoolbardialog/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/images/qt-logo.png -------------------------------------------------------------------------------- /doc/qttoolbardialog/images/qttoolbardialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/images/qttoolbardialog.png -------------------------------------------------------------------------------- /doc/qttoolbardialog/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/doc/qttoolbardialog/index.qdoc -------------------------------------------------------------------------------- /examples/examples.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/examples.pri -------------------------------------------------------------------------------- /examples/examples.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/examples.pro -------------------------------------------------------------------------------- /examples/findwidget/findwidget.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/findwidget/findwidget.pro -------------------------------------------------------------------------------- /examples/findwidget/textfind/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/findwidget/textfind/main.cpp -------------------------------------------------------------------------------- /examples/findwidget/textfind/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/findwidget/textfind/mainwindow.cpp -------------------------------------------------------------------------------- /examples/findwidget/textfind/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/findwidget/textfind/mainwindow.h -------------------------------------------------------------------------------- /examples/findwidget/textfind/textfind.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/findwidget/textfind/textfind.pro -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/data.cpp -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/graphapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/graphapp.cpp -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/graphapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/graphapp.h -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/graphs.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/graphs.pro -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/graphview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/graphview.cpp -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/graphview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/graphview.h -------------------------------------------------------------------------------- /examples/qtcolorcombobox/graphs/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/graphs/main.cpp -------------------------------------------------------------------------------- /examples/qtcolorcombobox/qtcolorcombobox.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = simple graphs 3 | 4 | -------------------------------------------------------------------------------- /examples/qtcolorcombobox/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtcolorcombobox/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorcombobox/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/draw.cpp -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/draw.h -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/draw.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/draw.pro -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/drawboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/drawboard.cpp -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/drawboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/drawboard.h -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/dump.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/dump.xpm -------------------------------------------------------------------------------- /examples/qtcolorpicker/draw/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/draw/main.cpp -------------------------------------------------------------------------------- /examples/qtcolorpicker/qtcolorpicker.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = simple draw 3 | -------------------------------------------------------------------------------- /examples/qtcolorpicker/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtcolorpicker/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolorpicker/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/colordialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/colordialog.cpp -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/colordialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/colordialog.h -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/demo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/demo.pro -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/main.cpp -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/palm.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/palm.xpm -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/sketchpad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/sketchpad.cpp -------------------------------------------------------------------------------- /examples/qtcolortriangle/demo/sketchpad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/demo/sketchpad.h -------------------------------------------------------------------------------- /examples/qtcolortriangle/qtcolortriangle.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = simple demo 3 | 4 | -------------------------------------------------------------------------------- /examples/qtcolortriangle/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtcolortriangle/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcolortriangle/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtcopydialog/qtcopydialog.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcopydialog/qtcopydialog.pro -------------------------------------------------------------------------------- /examples/qtcopydialog/simple/filedialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcopydialog/simple/filedialog.ui -------------------------------------------------------------------------------- /examples/qtcopydialog/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcopydialog/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtcopydialog/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtcopydialog/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtgradienteditor/qtgradienteditor.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtgradienteditor/qtgradienteditor.pro -------------------------------------------------------------------------------- /examples/qtgradienteditor/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtgradienteditor/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtgradienteditor/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtgradienteditor/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/images/lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/images/lena.jpg -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/images/logo.png -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/images/mandrill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/images/mandrill.jpg -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/imagetool.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/imagetool.pro -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/imagetoolwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/imagetoolwidget.cpp -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/imagetoolwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/imagetoolwidget.h -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/imagetoolwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/imagetoolwidget.ui -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/main.cpp -------------------------------------------------------------------------------- /examples/qtimagefilters/imagetool/mirrorfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtimagefilters/imagetool/mirrorfilter.h -------------------------------------------------------------------------------- /examples/qtimagefilters/qtimagefilters.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = imagetool 3 | 4 | -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/example.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/example.mml -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/example.png -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/example.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/example.pro -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/example.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/example.qdoc -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/example.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/example.qrc -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/filebrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/filebrowser.cpp -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/filebrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/filebrowser.h -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/images/frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/images/frames.png -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/images/zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/images/zoom_in.png -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/images/zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/images/zoom_out.png -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/main.cpp -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/mainwindow.cpp -------------------------------------------------------------------------------- /examples/qtmmlwidget/example/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtmmlwidget/example/mainwindow.h -------------------------------------------------------------------------------- /examples/qtmmlwidget/qtmmlwidget.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = example 3 | -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/GERM001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/GERM001.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/INDA001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/INDA001.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/ITAL001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/ITAL001.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/NORW001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/NORW001.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/SWDN001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/SWDN001.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/demo.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/demo.h -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/demo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/demo.pro -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/icons.qrc -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/kformula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/kformula.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/kontour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/kontour.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/kugar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/kugar.png -------------------------------------------------------------------------------- /examples/qtpiemenu/demo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/demo/main.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/editor/editor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/editor/editor.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/editor/editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/editor/editor.h -------------------------------------------------------------------------------- /examples/qtpiemenu/editor/editor.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/editor/editor.pro -------------------------------------------------------------------------------- /examples/qtpiemenu/editor/editor.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/editor/editor.qdoc -------------------------------------------------------------------------------- /examples/qtpiemenu/editor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/editor/main.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/hexagon/hexagon.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/hexagon/hexagon.pro -------------------------------------------------------------------------------- /examples/qtpiemenu/hexagon/hexagon.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/hexagon/hexagon.qdoc -------------------------------------------------------------------------------- /examples/qtpiemenu/hexagon/hexagonpie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/hexagon/hexagonpie.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/hexagon/hexagonpie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/hexagon/hexagonpie.h -------------------------------------------------------------------------------- /examples/qtpiemenu/hexagon/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpiemenu/hexagon/main.cpp -------------------------------------------------------------------------------- /examples/qtpiemenu/qtpiemenu.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE=subdirs 2 | SUBDIRS=demo editor hexagon 3 | -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/canvas_typed.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/canvas_typed.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/canvas_typed.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/canvas_typed.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/mainwindow.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/mainwindow.h -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/qtcanvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/qtcanvas.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_typed/qtcanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_typed/qtcanvas.h -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/canvas_variant.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/canvas_variant.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/canvas_variant.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/canvas_variant.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/mainwindow.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/mainwindow.h -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/qtcanvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/qtcanvas.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/canvas_variant/qtcanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/canvas_variant/qtcanvas.h -------------------------------------------------------------------------------- /examples/qtpropertybrowser/decoration/decoration.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/decoration/decoration.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/decoration/decoration.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/decoration/decoration.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/decoration/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/decoration/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/demo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/demo.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/demo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/demo.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/demo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/demo.qrc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/images/down.png -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/images/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/images/left.png -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/images/right.png -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/images/up.png -------------------------------------------------------------------------------- /examples/qtpropertybrowser/demo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/demo/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/extension/extension.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/extension/extension.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/extension/extension.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/extension/extension.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/extension/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/extension/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/object_controller/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/object_controller/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/object_controller/object_controller.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/object_controller/object_controller.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/object_controller/object_controller.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/object_controller/object_controller.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowser/object_controller/objectcontroller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/object_controller/objectcontroller.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/object_controller/objectcontroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/object_controller/objectcontroller.h -------------------------------------------------------------------------------- /examples/qtpropertybrowser/qtpropertybrowser.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/qtpropertybrowser.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowser/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowser/simple/simple.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowser/simple/simple.qdoc -------------------------------------------------------------------------------- /examples/qtpropertybrowserext/extension/extension.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowserext/extension/extension.pro -------------------------------------------------------------------------------- /examples/qtpropertybrowserext/extension/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtpropertybrowserext/extension/main.cpp -------------------------------------------------------------------------------- /examples/qtpropertybrowserext/qtpropertybrowserext.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = extension 3 | 4 | -------------------------------------------------------------------------------- /examples/qtsingleapplication/console/console.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/console/console.pro -------------------------------------------------------------------------------- /examples/qtsingleapplication/console/console.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/console/console.qdoc -------------------------------------------------------------------------------- /examples/qtsingleapplication/console/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/console/main.cpp -------------------------------------------------------------------------------- /examples/qtsingleapplication/loader/file1.qsl: -------------------------------------------------------------------------------- 1 | File 1 2 | -------------------------------------------------------------------------------- /examples/qtsingleapplication/loader/file2.qsl: -------------------------------------------------------------------------------- 1 | File 2 2 | -------------------------------------------------------------------------------- /examples/qtsingleapplication/loader/loader.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/loader/loader.pro -------------------------------------------------------------------------------- /examples/qtsingleapplication/loader/loader.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/loader/loader.qdoc -------------------------------------------------------------------------------- /examples/qtsingleapplication/loader/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/loader/main.cpp -------------------------------------------------------------------------------- /examples/qtsingleapplication/qtsingleapplication.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/qtsingleapplication.pro -------------------------------------------------------------------------------- /examples/qtsingleapplication/trivial/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/trivial/main.cpp -------------------------------------------------------------------------------- /examples/qtsingleapplication/trivial/trivial.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/trivial/trivial.pro -------------------------------------------------------------------------------- /examples/qtsingleapplication/trivial/trivial.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtsingleapplication/trivial/trivial.qdoc -------------------------------------------------------------------------------- /examples/qtthumbwheel/qtthumbwheel.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = simple xform 3 | 4 | -------------------------------------------------------------------------------- /examples/qtthumbwheel/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/simple/main.cpp -------------------------------------------------------------------------------- /examples/qtthumbwheel/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/simple/simple.pro -------------------------------------------------------------------------------- /examples/qtthumbwheel/simple/simple.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/simple/simple.qdoc -------------------------------------------------------------------------------- /examples/qtthumbwheel/xform/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/xform/logo.png -------------------------------------------------------------------------------- /examples/qtthumbwheel/xform/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/xform/main.cpp -------------------------------------------------------------------------------- /examples/qtthumbwheel/xform/xform.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/xform/xform.pro -------------------------------------------------------------------------------- /examples/qtthumbwheel/xform/xform.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qtthumbwheel/xform/xform.qrc -------------------------------------------------------------------------------- /examples/qttoolbardialog/qttoolbardialog.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/qttoolbardialog.pro -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/copy.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/cut.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/new.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/open.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/paste.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/images/save.png -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/main.cpp -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/mainwindow.cpp -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/mainwindow.h -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/simple.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/simple.pro -------------------------------------------------------------------------------- /examples/qttoolbardialog/simple/simple.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/examples/qttoolbardialog/simple/simple.qrc -------------------------------------------------------------------------------- /qt5extlib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | CONFIG += ordered 4 | 5 | SUBDIRS = src examples 6 | -------------------------------------------------------------------------------- /qt5extlib.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/qt5extlib.pro.user -------------------------------------------------------------------------------- /src/findwidget/abstractfindwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/abstractfindwidget.cpp -------------------------------------------------------------------------------- /src/findwidget/abstractfindwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/abstractfindwidget.h -------------------------------------------------------------------------------- /src/findwidget/findwidget.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/findwidget.pri -------------------------------------------------------------------------------- /src/findwidget/findwidget.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/findwidget.qrc -------------------------------------------------------------------------------- /src/findwidget/images/mac/closetab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/mac/closetab.png -------------------------------------------------------------------------------- /src/findwidget/images/mac/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/mac/next.png -------------------------------------------------------------------------------- /src/findwidget/images/mac/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/mac/previous.png -------------------------------------------------------------------------------- /src/findwidget/images/mac/searchfind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/mac/searchfind.png -------------------------------------------------------------------------------- /src/findwidget/images/win/closetab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/win/closetab.png -------------------------------------------------------------------------------- /src/findwidget/images/win/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/win/next.png -------------------------------------------------------------------------------- /src/findwidget/images/win/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/win/previous.png -------------------------------------------------------------------------------- /src/findwidget/images/win/searchfind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/win/searchfind.png -------------------------------------------------------------------------------- /src/findwidget/images/wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/images/wrap.png -------------------------------------------------------------------------------- /src/findwidget/itemviewfindwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/itemviewfindwidget.cpp -------------------------------------------------------------------------------- /src/findwidget/itemviewfindwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/itemviewfindwidget.h -------------------------------------------------------------------------------- /src/findwidget/texteditfindwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/texteditfindwidget.cpp -------------------------------------------------------------------------------- /src/findwidget/texteditfindwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/findwidget/texteditfindwidget.h -------------------------------------------------------------------------------- /src/fontpanel/fontpanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/fontpanel/fontpanel.cpp -------------------------------------------------------------------------------- /src/fontpanel/fontpanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/fontpanel/fontpanel.h -------------------------------------------------------------------------------- /src/fontpanel/fontpanel.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/fontpanel/fontpanel.pri -------------------------------------------------------------------------------- /src/qtgradienteditor/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/down.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/edit.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/editdelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/editdelete.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/minus.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/plus.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/spreadpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/spreadpad.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/spreadreflect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/spreadreflect.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/spreadrepeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/spreadrepeat.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/typeconical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/typeconical.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/typelinear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/typelinear.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/typeradial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/typeradial.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/up.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/zoomin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/zoomin.png -------------------------------------------------------------------------------- /src/qtgradienteditor/images/zoomout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/images/zoomout.png -------------------------------------------------------------------------------- /src/qtgradienteditor/qtcolorbutton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtcolorbutton.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtcolorbutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtcolorbutton.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtcolorbutton.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtcolorbutton.pri -------------------------------------------------------------------------------- /src/qtgradienteditor/qtcolorline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtcolorline.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtcolorline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtcolorline.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientdialog.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientdialog.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientdialog.ui -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradienteditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradienteditor.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradienteditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradienteditor.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradienteditor.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradienteditor.pri -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradienteditor.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradienteditor.qrc -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradienteditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradienteditor.ui -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientmanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientmanager.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientmanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientmanager.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopscontroller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopscontroller.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopscontroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopscontroller.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopsmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopsmodel.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopsmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopsmodel.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopswidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopswidget.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientstopswidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientstopswidget.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientutils.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientutils.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientview.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientview.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientview.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientview.ui -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientviewdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientviewdialog.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientviewdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientviewdialog.h -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientviewdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientviewdialog.ui -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientwidget.cpp -------------------------------------------------------------------------------- /src/qtgradienteditor/qtgradientwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtgradienteditor/qtgradientwidget.h -------------------------------------------------------------------------------- /src/qtimagefilters/QtImageFilter: -------------------------------------------------------------------------------- 1 | #include "qtimagefilter.h" 2 | -------------------------------------------------------------------------------- /src/qtimagefilters/QtImageFilterFactory: -------------------------------------------------------------------------------- 1 | #include "qtimagefilter.h" 2 | -------------------------------------------------------------------------------- /src/qtimagefilters/convolutionfilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/convolutionfilter.cpp -------------------------------------------------------------------------------- /src/qtimagefilters/convolutionfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/convolutionfilter.h -------------------------------------------------------------------------------- /src/qtimagefilters/gaussfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/gaussfilter.h -------------------------------------------------------------------------------- /src/qtimagefilters/punchfilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/punchfilter.cpp -------------------------------------------------------------------------------- /src/qtimagefilters/punchfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/punchfilter.h -------------------------------------------------------------------------------- /src/qtimagefilters/qtimagefilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/qtimagefilter.cpp -------------------------------------------------------------------------------- /src/qtimagefilters/qtimagefilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/qtimagefilter.h -------------------------------------------------------------------------------- /src/qtimagefilters/qtimagefilterfactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/qtimagefilterfactory.cpp -------------------------------------------------------------------------------- /src/qtimagefilters/qtimagefilters.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/qtimagefilters.pri -------------------------------------------------------------------------------- /src/qtimagefilters/qtmatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtimagefilters/qtmatrix.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtAbstractEditorFactoryBase: -------------------------------------------------------------------------------- 1 | #include "qtpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtAbstractPropertyBrowser: -------------------------------------------------------------------------------- 1 | #include "qtpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtAbstractPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtBoolPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtBrowserItem: -------------------------------------------------------------------------------- 1 | #include "qtpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtButtonPropertyBrowser: -------------------------------------------------------------------------------- 1 | #include "qtbuttonpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtCharEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtCharPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtCheckBoxFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtColorEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtColorPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtCursorEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtCursorPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDateEditFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDatePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDateTimeEditFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDateTimePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDoublePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtDoubleSpinBoxFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtEnumEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtEnumPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtFlagPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtFontEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtFontPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtGroupBoxPropertyBrowser: -------------------------------------------------------------------------------- 1 | #include "qtgroupboxpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtGroupPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtIntPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtKeySequenceEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtKeySequencePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtLineEditFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtLocalePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtPointFPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtPointPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtProperty: -------------------------------------------------------------------------------- 1 | #include "qtpropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtRectFPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtRectPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtScrollBarFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtSizeFPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtSizePolicyPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtSizePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtSliderFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtSpinBoxFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtStringPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtTimeEditFactory: -------------------------------------------------------------------------------- 1 | #include "qteditorfactory.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtTimePropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtpropertymanager.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtTreePropertyBrowser: -------------------------------------------------------------------------------- 1 | #include "qttreepropertybrowser.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtVariantEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qtvariantproperty.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtVariantProperty: -------------------------------------------------------------------------------- 1 | #include "qtvariantproperty.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/QtVariantPropertyManager: -------------------------------------------------------------------------------- 1 | #include "qtvariantproperty.h" 2 | -------------------------------------------------------------------------------- /src/qtpropertybrowser/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/README.TXT -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-arrow.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-busy.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-closedhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-closedhand.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-cross.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-forbidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-forbidden.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-hand.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-hsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-hsplit.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-ibeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-ibeam.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-openhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-openhand.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-sizeall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-sizeall.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-sizeb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-sizeb.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-sizef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-sizef.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-sizeh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-sizeh.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-sizev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-sizev.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-uparrow.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-vsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-vsplit.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-wait.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/images/cursor-whatsthis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/images/cursor-whatsthis.png -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtbuttonpropertybrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtbuttonpropertybrowser.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtbuttonpropertybrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtbuttonpropertybrowser.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qteditorfactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qteditorfactory.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qteditorfactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qteditorfactory.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtgroupboxpropertybrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtgroupboxpropertybrowser.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtgroupboxpropertybrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtgroupboxpropertybrowser.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowser.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowser.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowser.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowser.pri -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowser.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowser.qrc -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowserutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowserutils.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowserutils.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowserutils.pri -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertybrowserutils_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertybrowserutils_p.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertymanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertymanager.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtpropertymanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtpropertymanager.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qttreepropertybrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qttreepropertybrowser.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qttreepropertybrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qttreepropertybrowser.h -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtvariantproperty.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtvariantproperty.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowser/qtvariantproperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowser/qtvariantproperty.h -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtFilePathEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtFilePathEditor.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtFilePathEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtFilePathEditor.h -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtPropertyDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtPropertyDefines.h -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtSpinBoxEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtSpinBoxEditor.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtSpinBoxEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtSpinBoxEditor.h -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtVariantEditorFactoryExt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtVariantEditorFactoryExt.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtVariantEditorFactoryExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtVariantEditorFactoryExt.h -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtVariantPropertyManagerExt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtVariantPropertyManagerExt.cpp -------------------------------------------------------------------------------- /src/qtpropertybrowserext/QtVariantPropertyManagerExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtpropertybrowserext/QtVariantPropertyManagerExt.h -------------------------------------------------------------------------------- /src/qtsingleapplication/QtLockedFile: -------------------------------------------------------------------------------- 1 | #include "qtlockedfile.h" 2 | -------------------------------------------------------------------------------- /src/qtsingleapplication/QtSingleApplication: -------------------------------------------------------------------------------- 1 | #include "qtsingleapplication.h" 2 | -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlocalpeer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlocalpeer.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlocalpeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlocalpeer.h -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlockedfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlockedfile.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlockedfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlockedfile.h -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlockedfile_unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlockedfile_unix.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtlockedfile_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtlockedfile_win.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsingleapplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsingleapplication.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsingleapplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsingleapplication.h -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsingleapplication.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsingleapplication.pri -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsinglecoreapplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsinglecoreapplication.cpp -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsinglecoreapplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsinglecoreapplication.h -------------------------------------------------------------------------------- /src/qtsingleapplication/qtsinglecoreapplication.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtsingleapplication/qtsinglecoreapplication.pri -------------------------------------------------------------------------------- /src/qttoolbardialog/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/back.png -------------------------------------------------------------------------------- /src/qttoolbardialog/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/down.png -------------------------------------------------------------------------------- /src/qttoolbardialog/images/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/forward.png -------------------------------------------------------------------------------- /src/qttoolbardialog/images/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/minus.png -------------------------------------------------------------------------------- /src/qttoolbardialog/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/plus.png -------------------------------------------------------------------------------- /src/qttoolbardialog/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/images/up.png -------------------------------------------------------------------------------- /src/qttoolbardialog/qttoolbardialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/qttoolbardialog.cpp -------------------------------------------------------------------------------- /src/qttoolbardialog/qttoolbardialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/qttoolbardialog.h -------------------------------------------------------------------------------- /src/qttoolbardialog/qttoolbardialog.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/qttoolbardialog.pri -------------------------------------------------------------------------------- /src/qttoolbardialog/qttoolbardialog.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/qttoolbardialog.qrc -------------------------------------------------------------------------------- /src/qttoolbardialog/qttoolbardialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qttoolbardialog/qttoolbardialog.ui -------------------------------------------------------------------------------- /src/qtwidgets/QtColorComboBox: -------------------------------------------------------------------------------- 1 | #include "qtcolorcombobox.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtColorPicker: -------------------------------------------------------------------------------- 1 | #include "qtcolorpicker.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtColorTriangle: -------------------------------------------------------------------------------- 1 | #include "qtcolortriangle.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtCopyDialog: -------------------------------------------------------------------------------- 1 | #include "qtcopydialog.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtFileCopier: -------------------------------------------------------------------------------- 1 | #include "qtfilecopier.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtMmlDocument: -------------------------------------------------------------------------------- 1 | #include "qtmmlwidget.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtMmlWidget: -------------------------------------------------------------------------------- 1 | #include "qtmmlwidget.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtPieItem: -------------------------------------------------------------------------------- 1 | #include "qtpieitem.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtPieMenu: -------------------------------------------------------------------------------- 1 | #include "qtpiemenu.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtThumbWheel: -------------------------------------------------------------------------------- 1 | #include "qtthumbwheel.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtToolBarDialog: -------------------------------------------------------------------------------- 1 | #include "qttoolbardialog.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtToolBarManager: -------------------------------------------------------------------------------- 1 | #include "qttoolbardialog.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/QtWindowListMenu: -------------------------------------------------------------------------------- 1 | #include "qtwindowlistmenu.h" 2 | -------------------------------------------------------------------------------- /src/qtwidgets/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/back.png -------------------------------------------------------------------------------- /src/qtwidgets/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/down.png -------------------------------------------------------------------------------- /src/qtwidgets/images/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/forward.png -------------------------------------------------------------------------------- /src/qtwidgets/images/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/minus.png -------------------------------------------------------------------------------- /src/qtwidgets/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/plus.png -------------------------------------------------------------------------------- /src/qtwidgets/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/images/up.png -------------------------------------------------------------------------------- /src/qtwidgets/qtcolorcombobox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolorcombobox.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtcolorcombobox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolorcombobox.h -------------------------------------------------------------------------------- /src/qtwidgets/qtcolorpicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolorpicker.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtcolorpicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolorpicker.h -------------------------------------------------------------------------------- /src/qtwidgets/qtcolortriangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolortriangle.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtcolortriangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcolortriangle.h -------------------------------------------------------------------------------- /src/qtwidgets/qtcopydialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcopydialog.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtcopydialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcopydialog.h -------------------------------------------------------------------------------- /src/qtwidgets/qtcopydialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtcopydialog.ui -------------------------------------------------------------------------------- /src/qtwidgets/qtfilecopier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtfilecopier.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtfilecopier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtfilecopier.h -------------------------------------------------------------------------------- /src/qtwidgets/qtmmlwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtmmlwidget.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtmmlwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtmmlwidget.h -------------------------------------------------------------------------------- /src/qtwidgets/qtotherdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtotherdialog.ui -------------------------------------------------------------------------------- /src/qtwidgets/qtoverwritedialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtoverwritedialog.ui -------------------------------------------------------------------------------- /src/qtwidgets/qtpieaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpieaction.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtpieaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpieaction.h -------------------------------------------------------------------------------- /src/qtwidgets/qtpieitem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpieitem.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtpieitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpieitem.h -------------------------------------------------------------------------------- /src/qtwidgets/qtpiemenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpiemenu.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtpiemenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtpiemenu.h -------------------------------------------------------------------------------- /src/qtwidgets/qtthumbwheel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtthumbwheel.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtthumbwheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtthumbwheel.h -------------------------------------------------------------------------------- /src/qtwidgets/qttoolbardialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qttoolbardialog.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qttoolbardialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qttoolbardialog.h -------------------------------------------------------------------------------- /src/qtwidgets/qttoolbardialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qttoolbardialog.ui -------------------------------------------------------------------------------- /src/qtwidgets/qtwidgets.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtwidgets.pro -------------------------------------------------------------------------------- /src/qtwidgets/qtwidgets.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtwidgets.qrc -------------------------------------------------------------------------------- /src/qtwidgets/qtwindowlistmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtwindowlistmenu.cpp -------------------------------------------------------------------------------- /src/qtwidgets/qtwindowlistmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/qtwidgets/qtwindowlistmenu.h -------------------------------------------------------------------------------- /src/src.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sintegrial/Qt5ExtLib/HEAD/src/src.pro --------------------------------------------------------------------------------