gitextract_b_j4onba/ ├── ICONS/ │ ├── .directory │ ├── qt_gui.go │ ├── qte5.xcf │ └── Цепочки_Объектов.txt ├── README.md ├── build/ │ ├── QtE56/ │ │ ├── qte56core.cpp │ │ ├── qte56core.h │ │ ├── qte56core.pro │ │ ├── qte56widgets.cpp │ │ ├── qte56widgets.h │ │ └── qte56widgets.pro │ ├── QtE5Qml/ │ │ ├── QtE5Qml.pro │ │ ├── QtE5Qml.pro.user │ │ ├── QtE5Qml.pro.user.4f2aa77 │ │ ├── qte5qml.cpp │ │ ├── qte5qml.h │ │ └── qte5qml_global.h │ ├── QtE5Qscintilla/ │ │ ├── Qt4Qt5/ │ │ │ ├── InputMethod.cpp │ │ │ ├── ListBoxQt.cpp │ │ │ ├── ListBoxQt.h │ │ │ ├── MacPasteboardMime.cpp │ │ │ ├── PlatQt.cpp │ │ │ ├── Qsci/ │ │ │ │ ├── qsciabstractapis.h │ │ │ │ ├── qsciapis.h │ │ │ │ ├── qscicommand.h │ │ │ │ ├── qscicommandset.h │ │ │ │ ├── qscidocument.h │ │ │ │ ├── qsciglobal.h │ │ │ │ ├── qscilexer.h │ │ │ │ ├── qscilexeravs.h │ │ │ │ ├── qscilexerbash.h │ │ │ │ ├── qscilexerbatch.h │ │ │ │ ├── qscilexercmake.h │ │ │ │ ├── qscilexercoffeescript.h │ │ │ │ ├── qscilexercpp.h │ │ │ │ ├── qscilexercsharp.h │ │ │ │ ├── qscilexercss.h │ │ │ │ ├── qscilexercustom.h │ │ │ │ ├── qscilexerd.h │ │ │ │ ├── qscilexerdiff.h │ │ │ │ ├── qscilexeredifact.h │ │ │ │ ├── qscilexerfortran.h │ │ │ │ ├── qscilexerfortran77.h │ │ │ │ ├── qscilexerhtml.h │ │ │ │ ├── qscilexeridl.h │ │ │ │ ├── qscilexerjava.h │ │ │ │ ├── qscilexerjavascript.h │ │ │ │ ├── qscilexerjson.h │ │ │ │ ├── qscilexerlua.h │ │ │ │ ├── qscilexermakefile.h │ │ │ │ ├── qscilexermarkdown.h │ │ │ │ ├── qscilexermatlab.h │ │ │ │ ├── qscilexeroctave.h │ │ │ │ ├── qscilexerpascal.h │ │ │ │ ├── qscilexerperl.h │ │ │ │ ├── qscilexerpo.h │ │ │ │ ├── qscilexerpostscript.h │ │ │ │ ├── qscilexerpov.h │ │ │ │ ├── qscilexerproperties.h │ │ │ │ ├── qscilexerpython.h │ │ │ │ ├── qscilexerruby.h │ │ │ │ ├── qscilexerspice.h │ │ │ │ ├── qscilexersql.h │ │ │ │ ├── qscilexertcl.h │ │ │ │ ├── qscilexertex.h │ │ │ │ ├── qscilexerverilog.h │ │ │ │ ├── qscilexervhdl.h │ │ │ │ ├── qscilexerxml.h │ │ │ │ ├── qscilexeryaml.h │ │ │ │ ├── qscimacro.h │ │ │ │ ├── qsciprinter.h │ │ │ │ ├── qsciscintilla.h │ │ │ │ ├── qsciscintillabase.h │ │ │ │ ├── qscistyle.h │ │ │ │ └── qscistyledtext.h │ │ │ ├── SciAccessibility.cpp │ │ │ ├── SciAccessibility.h │ │ │ ├── SciClasses.cpp │ │ │ ├── SciClasses.h │ │ │ ├── ScintillaQt.cpp │ │ │ ├── ScintillaQt.h │ │ │ ├── features/ │ │ │ │ └── qscintilla2.prf │ │ │ ├── features_staticlib/ │ │ │ │ └── qscintilla2.prf │ │ │ ├── qsciabstractapis.cpp │ │ │ ├── qsciapis.cpp │ │ │ ├── qscicommand.cpp │ │ │ ├── qscicommandset.cpp │ │ │ ├── qscidocument.cpp │ │ │ ├── qscilexer.cpp │ │ │ ├── qscilexeravs.cpp │ │ │ ├── qscilexerbash.cpp │ │ │ ├── qscilexerbatch.cpp │ │ │ ├── qscilexercmake.cpp │ │ │ ├── qscilexercoffeescript.cpp │ │ │ ├── qscilexercpp.cpp │ │ │ ├── qscilexercsharp.cpp │ │ │ ├── qscilexercss.cpp │ │ │ ├── qscilexercustom.cpp │ │ │ ├── qscilexerd.cpp │ │ │ ├── qscilexerdiff.cpp │ │ │ ├── qscilexeredifact.cpp │ │ │ ├── qscilexerfortran.cpp │ │ │ ├── qscilexerfortran77.cpp │ │ │ ├── qscilexerhtml.cpp │ │ │ ├── qscilexeridl.cpp │ │ │ ├── qscilexerjava.cpp │ │ │ ├── qscilexerjavascript.cpp │ │ │ ├── qscilexerjson.cpp │ │ │ ├── qscilexerlua.cpp │ │ │ ├── qscilexermakefile.cpp │ │ │ ├── qscilexermarkdown.cpp │ │ │ ├── qscilexermatlab.cpp │ │ │ ├── qscilexeroctave.cpp │ │ │ ├── qscilexerpascal.cpp │ │ │ ├── qscilexerperl.cpp │ │ │ ├── qscilexerpo.cpp │ │ │ ├── qscilexerpostscript.cpp │ │ │ ├── qscilexerpov.cpp │ │ │ ├── qscilexerproperties.cpp │ │ │ ├── qscilexerpython.cpp │ │ │ ├── qscilexerruby.cpp │ │ │ ├── qscilexerspice.cpp │ │ │ ├── qscilexersql.cpp │ │ │ ├── qscilexertcl.cpp │ │ │ ├── qscilexertex.cpp │ │ │ ├── qscilexerverilog.cpp │ │ │ ├── qscilexervhdl.cpp │ │ │ ├── qscilexerxml.cpp │ │ │ ├── qscilexeryaml.cpp │ │ │ ├── qscimacro.cpp │ │ │ ├── qscintilla.pro │ │ │ ├── qscintilla.pro.user │ │ │ ├── qscintilla_cs.qm │ │ │ ├── qscintilla_cs.ts │ │ │ ├── qscintilla_de.qm │ │ │ ├── qscintilla_de.ts │ │ │ ├── qscintilla_es.qm │ │ │ ├── qscintilla_es.ts │ │ │ ├── qscintilla_fr.qm │ │ │ ├── qscintilla_fr.ts │ │ │ ├── qscintilla_pt_br.qm │ │ │ ├── qscintilla_pt_br.ts │ │ │ ├── qsciprinter.cpp │ │ │ ├── qsciscintilla.cpp │ │ │ ├── qsciscintillabase.cpp │ │ │ ├── qscistyle.cpp │ │ │ └── qscistyledtext.cpp │ │ ├── QtE5Qscintilla.pro │ │ ├── QtE5Qscintilla.pro.user │ │ ├── libqscintilla2_qt5.a │ │ ├── qte5Qsci.cpp │ │ ├── qte5Qsci.h │ │ └── qte5Qsci_global.h │ ├── QtE5Script/ │ │ ├── QtE5Script.pro │ │ ├── QtE5Script.pro.user │ │ ├── QtE5Script.pro.user.4f2aa77 │ │ ├── qte5script.cpp │ │ ├── qte5script.h │ │ └── qte5script_global.h │ ├── QtE5Web/ │ │ ├── QtE5Web.pro │ │ ├── QtE5Web.pro.user │ │ ├── QtE5Web.pro.user.4f2aa77 │ │ ├── qte5web.cpp │ │ ├── qte5web.h │ │ └── qte5web_global.h │ ├── QtE5WebEngine/ │ │ ├── QtE5WebEngine.pro │ │ ├── QtE5WebEngine.pro.user │ │ ├── qte5webengine.cpp │ │ ├── qte5webengine.h │ │ └── qte5webengine_global.h │ └── QtE5Widgets/ │ ├── QtE5widgets.pro │ ├── ReadMe.txt │ ├── qte5widgets.cpp │ ├── qte5widgets.h │ └── qte5widgets_global.h ├── dub.json ├── example/ │ ├── c.sh │ └── example.d ├── examples/ │ ├── 1C_vk/ │ │ ├── asc1251.d │ │ ├── mgw1c_vk1.d │ │ └── terminal.d │ ├── FileFind/ │ │ ├── ReadMe.txt │ │ ├── ffc.d │ │ ├── fft.ini │ │ └── ffx.d │ ├── al1.d │ ├── calculator.d │ ├── cbd.d │ ├── chat.d │ ├── collatzSequence/ │ │ ├── app.d │ │ ├── functors.d │ │ └── qte5.d │ ├── dgui-1.0.2/ │ │ └── dgui/ │ │ ├── README.md │ │ ├── build-samples.bat │ │ ├── dgui/ │ │ │ ├── all.d │ │ │ ├── application.d │ │ │ ├── button.d │ │ │ ├── canvas.d │ │ │ ├── colordialog.d │ │ │ ├── combobox.d │ │ │ ├── contextmenu.d │ │ │ ├── core/ │ │ │ │ ├── charset.d │ │ │ │ ├── collection.d │ │ │ │ ├── controls/ │ │ │ │ │ ├── abstractbutton.d │ │ │ │ │ ├── containercontrol.d │ │ │ │ │ ├── control.d │ │ │ │ │ ├── ownerdrawcontrol.d │ │ │ │ │ ├── reflectedcontrol.d │ │ │ │ │ ├── scrollablecontrol.d │ │ │ │ │ ├── subclassedcontrol.d │ │ │ │ │ └── textcontrol.d │ │ │ │ ├── dialogs/ │ │ │ │ │ ├── commondialog.d │ │ │ │ │ └── dialogresult.d │ │ │ │ ├── events/ │ │ │ │ │ ├── controlcodeeventargs.d │ │ │ │ │ ├── event.d │ │ │ │ │ ├── eventargs.d │ │ │ │ │ ├── keyeventargs.d │ │ │ │ │ ├── mouseeventargs.d │ │ │ │ │ ├── painteventargs.d │ │ │ │ │ └── scrolleventargs.d │ │ │ │ ├── exception.d │ │ │ │ ├── geometry.d │ │ │ │ ├── handle.d │ │ │ │ ├── interfaces/ │ │ │ │ │ ├── idisposable.d │ │ │ │ │ └── ilayoutcontrol.d │ │ │ │ ├── menu/ │ │ │ │ │ └── abstractmenu.d │ │ │ │ ├── message.d │ │ │ │ ├── tag.d │ │ │ │ ├── utils.d │ │ │ │ ├── winapi.d │ │ │ │ ├── wincomp.d │ │ │ │ └── windowclass.d │ │ │ ├── filebrowserdialog.d │ │ │ ├── folderbrowserdialog.d │ │ │ ├── fontdialog.d │ │ │ ├── form.d │ │ │ ├── imagelist.d │ │ │ ├── label.d │ │ │ ├── layout/ │ │ │ │ ├── gridpanel.d │ │ │ │ ├── layoutcontrol.d │ │ │ │ ├── panel.d │ │ │ │ └── splitpanel.d │ │ │ ├── listbox.d │ │ │ ├── listview.d │ │ │ ├── menubar.d │ │ │ ├── messagebox.d │ │ │ ├── picturebox.d │ │ │ ├── progressbar.d │ │ │ ├── registry.d │ │ │ ├── resources.d │ │ │ ├── richtextbox.d │ │ │ ├── scrollbar.d │ │ │ ├── statusbar.d │ │ │ ├── tabcontrol.d │ │ │ ├── textbox.d │ │ │ ├── timer.d │ │ │ ├── toolbar.d │ │ │ ├── tooltip.d │ │ │ ├── trackbar.d │ │ │ └── treeview.d │ │ ├── dgui_samples/ │ │ │ ├── events.d │ │ │ ├── gradient_rect.d │ │ │ ├── gradient_triangle.d │ │ │ ├── grid.d │ │ │ ├── hello.d │ │ │ ├── menu.d │ │ │ ├── picture.d │ │ │ ├── rawbitmap.d │ │ │ ├── resource.rc │ │ │ ├── resource.res │ │ │ ├── resources.d │ │ │ ├── splitter.d │ │ │ ├── tg/ │ │ │ │ ├── dub.json │ │ │ │ ├── dub.selections.json │ │ │ │ └── source/ │ │ │ │ └── app.d │ │ │ └── toolbar_32_x_32.d │ │ └── dub.json │ ├── ex5.d │ ├── example1.d │ ├── example2.d │ ├── example3.d │ ├── example5.d │ ├── example8.d │ ├── hello.d │ ├── nameAll.txt │ ├── qml/ │ │ ├── qml.d │ │ ├── qml.js │ │ └── test3.qml │ ├── qte56help2/ │ │ ├── ICONS/ │ │ │ ├── help.png~ │ │ │ └── run_sql.png~ │ │ ├── a3.qrc │ │ ├── asc1251.d │ │ ├── fQtE56help.ui │ │ ├── lib56.d │ │ ├── qte56.d │ │ ├── qte56help2.d │ │ └── qte56help2.html │ ├── t.d │ ├── t.qrc │ ├── t.rcc │ ├── t2.cpp │ ├── t3.js │ ├── test2.d │ ├── test_abstscrolarea.d │ ├── test_mouse.d │ ├── test_runKeyPressEvent.d │ ├── test_script.d │ ├── test_script2.d │ ├── testres.d │ ├── tgrid.d │ ├── webview.d │ ├── webview2.d │ ├── wireworld/ │ │ ├── dub.sdl │ │ ├── source/ │ │ │ ├── app.d │ │ │ ├── gui.d │ │ │ ├── qte5.d │ │ │ └── wireworld.d │ │ ├── test.csv │ │ ├── wire1.csv │ │ └── wireworld2.csv │ └── zwezda.d ├── forth/ │ ├── console5_forthd.d │ ├── f1.f │ ├── forth.d │ ├── forthdll.d │ ├── forthdos.d │ ├── qt5_for_dforth.f │ ├── stdlib.f │ ├── test.f │ ├── testForth.cpp │ └── testQtE5.f ├── ide5/ │ ├── bh.ini │ ├── desktop.ini │ ├── ex1.d │ ├── ex2.d │ ├── ex3.d │ ├── ex5.d │ ├── ide5.d │ ├── ide5sh.txt │ ├── ini.d │ ├── mide5.d │ ├── mide5.prs │ ├── minimono.d │ ├── minimsc.d │ ├── nklab.ini │ ├── ollydbg.ini │ ├── qte5prs.d │ ├── start_ide5.bat │ ├── start_ide5.sh │ ├── style.txt │ ├── tktcl.ini │ ├── ver.ini │ ├── veryfqt.d │ └── zdll.d ├── instruction_rus/ │ ├── Vyzovy_vneshnix_funkciyi.txt │ ├── qte5_doc.d │ └── ВызовыВнешнихФункций.txt ├── read_me.txt ├── rtl_qt5_32/ │ └── c.cmd ├── source/ │ ├── ReadMe.txt │ ├── asc1251.cpp │ ├── asc1251.d │ ├── mgwGC.cpp │ ├── mgwGC.hpp │ ├── qte5.cpp │ ├── qte5.d │ ├── qte5.hpp │ ├── qte56.d │ └── t2.cpp └── tcl/ ├── qtt2.d └── test_qte5.tcl