pkg/qt5-base-debug/ ├── tmp │   └── qt5-base │   └── trunk │   └── src │   └── qtbase-everywhere-src-5.14.2 │   ├── qmake │   │   ├── generators │   │   │   ├── mac │   │   │   │   └── pbuilder_pbx.cpp │   │   │   ├── makefile.cpp │   │   │   ├── makefiledeps.cpp │   │   │   ├── metamakefile.cpp │   │   │   ├── projectgenerator.cpp │   │   │   ├── unix │   │   │   │   ├── unixmake2.cpp │   │   │   │   └── unixmake.cpp │   │   │   ├── win32 │   │   │   │   ├── mingw_make.cpp │   │   │   │   ├── msbuild_objectmodel.cpp │   │   │   │   ├── msvc_nmake.cpp │   │   │   │   ├── msvc_objectmodel.cpp │   │   │   │   ├── msvc_vcproj.cpp │   │   │   │   ├── msvc_vcxproj.cpp │   │   │   │   └── winmakefile.cpp │   │   │   └── xmloutput.cpp │   │   ├── library │   │   │   ├── ioutils.cpp │   │   │   ├── proitems.cpp │   │   │   ├── qmakebuiltins.cpp │   │   │   ├── qmakeevaluator.cpp │   │   │   ├── qmakeglobals.cpp │   │   │   ├── qmakeparser.cpp │   │   │   └── qmakevfs.cpp │   │   ├── main.cpp │   │   ├── meta.cpp │   │   ├── option.cpp │   │   ├── project.cpp │   │   └── property.cpp │   └── src │   └── corelib │   ├── codecs │   │   └── qutfcodec.cpp │   ├── global │   │   ├── qendian.cpp │   │   ├── qglobal.cpp │   │   ├── qlibraryinfo.cpp │   │   ├── qlogging.cpp │   │   ├── qmalloc.cpp │   │   ├── qnumeric.cpp │   │   ├── qoperatingsystemversion.cpp │   │   └── qrandom.cpp │   ├── io │   │   ├── qabstractfileengine.cpp │   │   ├── qbuffer.cpp │   │   ├── qdebug.cpp │   │   ├── qdir.cpp │   │   ├── qdiriterator.cpp │   │   ├── qfile.cpp │   │   ├── qfiledevice.cpp │   │   ├── qfileinfo.cpp │   │   ├── qfilesystemengine.cpp │   │   ├── qfilesystemengine_unix.cpp │   │   ├── qfilesystementry.cpp │   │   ├── qfilesystemiterator_unix.cpp │   │   ├── qfsfileengine.cpp │   │   ├── qfsfileengine_iterator.cpp │   │   ├── qfsfileengine_unix.cpp │   │   ├── qiodevice.cpp │   │   ├── qsettings.cpp │   │   └── qtemporaryfile.cpp │   ├── kernel │   │   ├── qcore_unix.cpp │   │   ├── qmetatype.cpp │   │   ├── qsystemerror.cpp │   │   └── qvariant.cpp │   ├── plugin │   │   └── quuid.cpp │   ├── serialization │   │   ├── qdatastream.cpp │   │   ├── qjsonarray.cpp │   │   ├── qjson.cpp │   │   ├── qjsondocument.cpp │   │   ├── qjsonobject.cpp │   │   ├── qjsonparser.cpp │   │   ├── qjsonvalue.cpp │   │   ├── qtextstream.cpp │   │   ├── qxmlstream.cpp │   │   └── qxmlutils.cpp │   ├── text │   │   ├── qbytearray.cpp │   │   ├── qbytearraylist.cpp │   │   ├── qbytearraymatcher.cpp │   │   ├── qlocale.cpp │   │   ├── qlocale_tools.cpp │   │   ├── qregexp.cpp │   │   ├── qstringbuilder.cpp │   │   ├── qstring.cpp │   │   ├── qstringlist.cpp │   │   └── qvsnprintf.cpp │   ├── time │   │   ├── qcalendar.cpp │   │   ├── qdatetime.cpp │   │   ├── qgregoriancalendar.cpp │   │   └── qromancalendar.cpp │   └── tools │   ├── qarraydata.cpp │   ├── qbitarray.cpp │   ├── qcryptographichash.cpp │   ├── qhash.cpp │   ├── qlist.cpp │   ├── qmap.cpp │   ├── qringbuffer.cpp │   └── qversionnumber.cpp └── usr ├── lib │   └── debug │   └── usr │   ├── bin │   │   ├── moc.debug │   │   ├── qdbuscpp2xml.debug │   │   ├── qdbusxml2cpp.debug │   │   ├── qlalr.debug │   │   ├── qmake.debug │   │   ├── qvkgen.debug │   │   ├── rcc.debug │   │   ├── tracegen.debug │   │   └── uic.debug │   └── lib │   ├── libQt5AccessibilitySupport.a.debug │   ├── libQt5Bootstrap.a.debug │   ├── libQt5Concurrent.so.5.14.2.debug │   ├── libQt5Core.so.5.14.2.debug │   ├── libQt5DBus.so.5.14.2.debug │   ├── libQt5DeviceDiscoverySupport.a.debug │   ├── libQt5EdidSupport.a.debug │   ├── libQt5EglFSDeviceIntegration.so.5.14.2.debug │   ├── libQt5EglFsKmsSupport.so.5.14.2.debug │   ├── libQt5EglSupport.a.debug │   ├── libQt5EventDispatcherSupport.a.debug │   ├── libQt5FbSupport.a.debug │   ├── libQt5FontDatabaseSupport.a.debug │   ├── libQt5GlxSupport.a.debug │   ├── libQt5Gui.so.5.14.2.debug │   ├── libQt5InputSupport.a.debug │   ├── libQt5KmsSupport.a.debug │   ├── libQt5LinuxAccessibilitySupport.a.debug │   ├── libQt5Network.so.5.14.2.debug │   ├── libQt5OpenGLExtensions.a.debug │   ├── libQt5OpenGL.so.5.14.2.debug │   ├── libQt5PlatformCompositorSupport.a.debug │   ├── libQt5PrintSupport.so.5.14.2.debug │   ├── libQt5ServiceSupport.a.debug │   ├── libQt5Sql.so.5.14.2.debug │   ├── libQt5Test.so.5.14.2.debug │   ├── libQt5ThemeSupport.a.debug │   ├── libQt5VulkanSupport.a.debug │   ├── libQt5Widgets.so.5.14.2.debug │   ├── libQt5XcbQpa.so.5.14.2.debug │   ├── libQt5XkbCommonSupport.a.debug │   ├── libQt5Xml.so.5.14.2.debug │   └── qt │   └── plugins │   ├── bearer │   │   ├── libqconnmanbearer.so.debug │   │   ├── libqgenericbearer.so.debug │   │   └── libqnmbearer.so.debug │   ├── egldeviceintegrations │   │   ├── libqeglfs-emu-integration.so.debug │   │   ├── libqeglfs-kms-egldevice-integration.so.debug │   │   ├── libqeglfs-kms-integration.so.debug │   │   └── libqeglfs-x11-integration.so.debug │   ├── generic │   │   ├── libqevdevkeyboardplugin.so.debug │   │   ├── libqevdevmouseplugin.so.debug │   │   ├── libqevdevtabletplugin.so.debug │   │   ├── libqevdevtouchplugin.so.debug │   │   ├── libqlibinputplugin.so.debug │   │   ├── libqtslibplugin.so.debug │   │   └── libqtuiotouchplugin.so.debug │   ├── imageformats │   │   ├── libqgif.so.debug │   │   ├── libqico.so.debug │   │   └── libqjpeg.so.debug │   ├── platforminputcontexts │   │   ├── libcomposeplatforminputcontextplugin.so.debug │   │   └── libibusplatforminputcontextplugin.so.debug │   ├── platforms │   │   ├── libqeglfs.so.debug │   │   ├── libqlinuxfb.so.debug │   │   ├── libqminimalegl.so.debug │   │   ├── libqminimal.so.debug │   │   ├── libqoffscreen.so.debug │   │   ├── libqvnc.so.debug │   │   └── libqxcb.so.debug │   ├── platformthemes │   │   ├── libqgtk3.so.debug │   │   └── libqxdgdesktopportal.so.debug │   ├── printsupport │   │   └── libcupsprintersupport.so.debug │   ├── sqldrivers │   │   ├── libqsqlibase.so.debug │   │   ├── libqsqlite.so.debug │   │   ├── libqsqlmysql.so.debug │   │   ├── libqsqlodbc.so.debug │   │   ├── libqsqlpsql.so.debug │   │   └── libqsqltds.so.debug │   └── xcbglintegrations │   ├── libqxcb-egl-integration.so.debug │   └── libqxcb-glx-integration.so.debug └── src └── debug └── qtbase-everywhere-src-5.14.2 └── src ├── 3rdparty │   └── harfbuzz │   └── src │   ├── harfbuzz-buffer.c │   ├── harfbuzz-gdef.c │   ├── harfbuzz-gpos.c │   ├── harfbuzz-gsub.c │   ├── harfbuzz-impl.c │   ├── harfbuzz-open.c │   ├── harfbuzz-shaper-all.cpp │   └── harfbuzz-stream.c ├── concurrent │   ├── qtconcurrentfilter.cpp │   ├── qtconcurrentiteratekernel.cpp │   ├── qtconcurrentmap.cpp │   ├── qtconcurrentrun.cpp │   └── qtconcurrentthreadengine.cpp ├── corelib │   ├── animation │   │   ├── qabstractanimation.cpp │   │   ├── qanimationgroup.cpp │   │   ├── qparallelanimationgroup.cpp │   │   ├── qpauseanimation.cpp │   │   ├── qpropertyanimation.cpp │   │   ├── qsequentialanimationgroup.cpp │   │   └── qvariantanimation.cpp │   ├── codecs │   │   ├── qicucodec.cpp │   │   ├── qisciicodec.cpp │   │   ├── qlatincodec.cpp │   │   ├── qsimplecodec.cpp │   │   ├── qtextcodec.cpp │   │   ├── qtsciicodec.cpp │   │   └── qutfcodec.cpp │   ├── global │   │   ├── qendian.cpp │   │   ├── qfloat16.cpp │   │   ├── qglobal.cpp │   │   ├── qhooks.cpp │   │   ├── qlibraryinfo.cpp │   │   ├── qlogging.cpp │   │   ├── qmalloc.cpp │   │   ├── qnumeric.cpp │   │   ├── qoperatingsystemversion.cpp │   │   ├── qrandom.cpp │   │   └── qversiontagging.cpp │   ├── io │   │   ├── forkfd_qt.cpp │   │   ├── qabstractfileengine.cpp │   │   ├── qbuffer.cpp │   │   ├── qdataurl.cpp │   │   ├── qdebug.cpp │   │   ├── qdir.cpp │   │   ├── qdiriterator.cpp │   │   ├── qfile.cpp │   │   ├── qfiledevice.cpp │   │   ├── qfileinfo.cpp │   │   ├── qfileselector.cpp │   │   ├── qfilesystemengine.cpp │   │   ├── qfilesystemengine_unix.cpp │   │   ├── qfilesystementry.cpp │   │   ├── qfilesystemiterator_unix.cpp │   │   ├── qfilesystemwatcher.cpp │   │   ├── qfilesystemwatcher_inotify.cpp │   │   ├── qfilesystemwatcher_polling.cpp │   │   ├── qfsfileengine.cpp │   │   ├── qfsfileengine_iterator.cpp │   │   ├── qfsfileengine_unix.cpp │   │   ├── qiodevice.cpp │   │   ├── qipaddress.cpp │   │   ├── qlockfile.cpp │   │   ├── qlockfile_unix.cpp │   │   ├── qloggingcategory.cpp │   │   ├── qloggingregistry.cpp │   │   ├── qnoncontiguousbytedevice.cpp │   │   ├── qprocess.cpp │   │   ├── qprocess_unix.cpp │   │   ├── qresource.cpp │   │   ├── qresource_iterator.cpp │   │   ├── qsavefile.cpp │   │   ├── qsettings.cpp │   │   ├── qstandardpaths.cpp │   │   ├── qstandardpaths_unix.cpp │   │   ├── qstorageinfo.cpp │   │   ├── qstorageinfo_unix.cpp │   │   ├── qtemporarydir.cpp │   │   ├── qtemporaryfile.cpp │   │   ├── qtldurl.cpp │   │   ├── qurl.cpp │   │   ├── qurlidna.cpp │   │   ├── qurlquery.cpp │   │   └── qurlrecode.cpp │   ├── itemmodels │   │   ├── qabstractitemmodel.cpp │   │   ├── qabstractproxymodel.cpp │   │   ├── qconcatenatetablesproxymodel.cpp │   │   ├── qidentityproxymodel.cpp │   │   ├── qitemselectionmodel.cpp │   │   ├── qsortfilterproxymodel.cpp │   │   ├── qstringlistmodel.cpp │   │   └── qtransposeproxymodel.cpp │   ├── kernel │   │   ├── qabstracteventdispatcher.cpp │   │   ├── qabstractnativeeventfilter.cpp │   │   ├── qbasictimer.cpp │   │   ├── qcoreapplication.cpp │   │   ├── qcoreevent.cpp │   │   ├── qcoreglobaldata.cpp │   │   ├── qcore_unix.cpp │   │   ├── qdeadlinetimer.cpp │   │   ├── qelapsedtimer.cpp │   │   ├── qelapsedtimer_unix.cpp │   │   ├── qeventdispatcher_glib.cpp │   │   ├── qeventdispatcher_unix.cpp │   │   ├── qeventloop.cpp │   │   ├── qmath.cpp │   │   ├── qmetaobjectbuilder.cpp │   │   ├── qmetaobject.cpp │   │   ├── qmetatype.cpp │   │   ├── qmimedata.cpp │   │   ├── qobjectcleanuphandler.cpp │   │   ├── qobject.cpp │   │   ├── qpointer.cpp │   │   ├── qsharedmemory.cpp │   │   ├── qsharedmemory_posix.cpp │   │   ├── qsharedmemory_systemv.cpp │   │   ├── qsharedmemory_unix.cpp │   │   ├── qsignalmapper.cpp │   │   ├── qsocketnotifier.cpp │   │   ├── qsystemerror.cpp │   │   ├── qsystemsemaphore.cpp │   │   ├── qsystemsemaphore_posix.cpp │   │   ├── qsystemsemaphore_systemv.cpp │   │   ├── qsystemsemaphore_unix.cpp │   │   ├── qtestsupport_core.cpp │   │   ├── qtimer.cpp │   │   ├── qtimerinfo_unix.cpp │   │   ├── qtranslator.cpp │   │   └── qvariant.cpp │   ├── mimetypes │   │   ├── qmimedatabase.cpp │   │   ├── qmimeglobpattern.cpp │   │   ├── qmimemagicrule.cpp │   │   ├── qmimemagicrulematcher.cpp │   │   ├── qmimeprovider.cpp │   │   ├── qmimetype.cpp │   │   └── qmimetypeparser.cpp │   ├── plugin │   │   ├── qelfparser_p.cpp │   │   ├── qfactoryinterface.cpp │   │   ├── qfactoryloader.cpp │   │   ├── qlibrary.cpp │   │   ├── qlibrary_unix.cpp │   │   ├── qmachparser.cpp │   │   ├── qpluginloader.cpp │   │   └── quuid.cpp │   ├── serialization │   │   ├── qcbordiagnostic.cpp │   │   ├── qcborstream.cpp │   │   ├── qcborvalue.cpp │   │   ├── qdatastream.cpp │   │   ├── qjsonarray.cpp │   │   ├── qjsoncbor.cpp │   │   ├── qjson.cpp │   │   ├── qjsondocument.cpp │   │   ├── qjsonobject.cpp │   │   ├── qjsonparser.cpp │   │   ├── qjsonvalue.cpp │   │   ├── qjsonwriter.cpp │   │   ├── qtextstream.cpp │   │   ├── qxmlstream.cpp │   │   └── qxmlutils.cpp │   ├── statemachine │   │   ├── qabstractstate.cpp │   │   ├── qabstracttransition.cpp │   │   ├── qeventtransition.cpp │   │   ├── qfinalstate.cpp │   │   ├── qhistorystate.cpp │   │   ├── qsignaltransition.cpp │   │   ├── qstate.cpp │   │   └── qstatemachine.cpp │   ├── text │   │   ├── qbytearray.cpp │   │   ├── qbytearraylist.cpp │   │   ├── qbytearraymatcher.cpp │   │   ├── qcollator.cpp │   │   ├── qcollator_icu.cpp │   │   ├── qharfbuzz.cpp │   │   ├── qlocale.cpp │   │   ├── qlocale_icu.cpp │   │   ├── qlocale_tools.cpp │   │   ├── qlocale_unix.cpp │   │   ├── qregexp.cpp │   │   ├── qregularexpression.cpp │   │   ├── qstringbuilder.cpp │   │   ├── qstring_compat.cpp │   │   ├── qstring.cpp │   │   ├── qstringlist.cpp │   │   ├── qstringview.cpp │   │   ├── qtextboundaryfinder.cpp │   │   ├── qunicodetools.cpp │   │   └── qvsnprintf.cpp │   ├── thread │   │   ├── qatomic.cpp │   │   ├── qexception.cpp │   │   ├── qfutureinterface.cpp │   │   ├── qfuturewatcher.cpp │   │   ├── qmutex.cpp │   │   ├── qreadwritelock.cpp │   │   ├── qresultstore.cpp │   │   ├── qrunnable.cpp │   │   ├── qsemaphore.cpp │   │   ├── qthread.cpp │   │   ├── qthreadpool.cpp │   │   ├── qthreadstorage.cpp │   │   ├── qthread_unix.cpp │   │   └── qwaitcondition_unix.cpp │   ├── time │   │   ├── qcalendar.cpp │   │   ├── qdatetime.cpp │   │   ├── qdatetimeparser.cpp │   │   ├── qgregoriancalendar.cpp │   │   ├── qhijricalendar.cpp │   │   ├── qislamiccivilcalendar.cpp │   │   ├── qjalalicalendar.cpp │   │   ├── qjuliancalendar.cpp │   │   ├── qmilankoviccalendar.cpp │   │   ├── qromancalendar.cpp │   │   ├── qtimezone.cpp │   │   ├── qtimezoneprivate.cpp │   │   ├── qtimezoneprivate_icu.cpp │   │   └── qtimezoneprivate_tz.cpp │   └── tools │   ├── qarraydata.cpp │   ├── qbitarray.cpp │   ├── qcommandlineoption.cpp │   ├── qcommandlineparser.cpp │   ├── qcontiguouscache.cpp │   ├── qcryptographichash.cpp │   ├── qeasingcurve.cpp │   ├── qfreelist.cpp │   ├── qhash.cpp │   ├── qline.cpp │   ├── qlinkedlist.cpp │   ├── qlist.cpp │   ├── qmap.cpp │   ├── qmargins.cpp │   ├── qmessageauthenticationcode.cpp │   ├── qpoint.cpp │   ├── qrect.cpp │   ├── qrefcount.cpp │   ├── qringbuffer.cpp │   ├── qshareddata.cpp │   ├── qsharedpointer.cpp │   ├── qsimd.cpp │   ├── qsize.cpp │   ├── qtimeline.cpp │   └── qversionnumber.cpp ├── dbus │   ├── qdbusabstractadaptor.cpp │   ├── qdbusabstractinterface.cpp │   ├── qdbusargument.cpp │   ├── qdbusconnection.cpp │   ├── qdbusconnectioninterface.cpp │   ├── qdbuscontext.cpp │   ├── qdbuserror.cpp │   ├── qdbusextratypes.cpp │   ├── qdbusintegrator.cpp │   ├── qdbusinterface.cpp │   ├── qdbusinternalfilters.cpp │   ├── qdbusintrospection.cpp │   ├── qdbusmessage.cpp │   ├── qdbusmetaobject.cpp │   ├── qdbusmetatype.cpp │   ├── qdbusmisc.cpp │   ├── qdbuspendingcall.cpp │   ├── qdbuspendingreply.cpp │   ├── qdbusreply.cpp │   ├── qdbusserver.cpp │   ├── qdbusservicewatcher.cpp │   ├── qdbus_symbols.cpp │   ├── qdbusunixfiledescriptor.cpp │   ├── qdbusutil.cpp │   ├── qdbusvirtualobject.cpp │   ├── qdbusxmlgenerator.cpp │   └── qdbusxmlparser.cpp ├── gui │   ├── accessible │   │   ├── qaccessiblebridge.cpp │   │   ├── qaccessiblecache.cpp │   │   ├── qaccessible.cpp │   │   ├── qaccessibleobject.cpp │   │   ├── qaccessibleplugin.cpp │   │   └── qplatformaccessibility.cpp │   ├── animation │   │   └── qguivariantanimation.cpp │   ├── image │   │   ├── qbitmap.cpp │   │   ├── qbmphandler.cpp │   │   ├── qicon.cpp │   │   ├── qiconengine.cpp │   │   ├── qiconengineplugin.cpp │   │   ├── qiconloader.cpp │   │   ├── qimage_compat.cpp │   │   ├── qimage_conversions.cpp │   │   ├── qimage.cpp │   │   ├── qimageiohandler.cpp │   │   ├── qimagepixmapcleanuphooks.cpp │   │   ├── qimagereader.cpp │   │   ├── qimagereaderwriterhelpers.cpp │   │   ├── qimage_ssse3.cpp │   │   ├── qimagewriter.cpp │   │   ├── qmovie.cpp │   │   ├── qpaintengine_pic.cpp │   │   ├── qpicture.cpp │   │   ├── qpictureformatplugin.cpp │   │   ├── qpixmap_blitter.cpp │   │   ├── qpixmapcache.cpp │   │   ├── qpixmap.cpp │   │   ├── qpixmap_raster.cpp │   │   ├── qplatformpixmap.cpp │   │   ├── qpnghandler.cpp │   │   ├── qppmhandler.cpp │   │   ├── qxbmhandler.cpp │   │   └── qxpmhandler.cpp │   ├── itemmodels │   │   └── qstandarditemmodel.cpp │   ├── kernel │   │   ├── qclipboard.cpp │   │   ├── qcursor.cpp │   │   ├── qdnd.cpp │   │   ├── qdrag.cpp │   │   ├── qevent.cpp │   │   ├── qgenericplugin.cpp │   │   ├── qgenericpluginfactory.cpp │   │   ├── qguiapplication.cpp │   │   ├── qguivariant.cpp │   │   ├── qhighdpiscaling.cpp │   │   ├── qinputdevicemanager.cpp │   │   ├── qinputmethod.cpp │   │   ├── qinternalmimedata.cpp │   │   ├── qkeymapper.cpp │   │   ├── qkeysequence.cpp │   │   ├── qoffscreensurface.cpp │   │   ├── qopenglcontext.cpp │   │   ├── qopenglwindow.cpp │   │   ├── qpaintdevicewindow.cpp │   │   ├── qpalette.cpp │   │   ├── qpixelformat.cpp │   │   ├── qplatformclipboard.cpp │   │   ├── qplatformcursor.cpp │   │   ├── qplatformdialoghelper.cpp │   │   ├── qplatformdrag.cpp │   │   ├── qplatformgraphicsbuffer.cpp │   │   ├── qplatformgraphicsbufferhelper.cpp │   │   ├── qplatforminputcontext.cpp │   │   ├── qplatforminputcontextfactory.cpp │   │   ├── qplatforminputcontextplugin.cpp │   │   ├── qplatformintegration.cpp │   │   ├── qplatformintegrationfactory.cpp │   │   ├── qplatformintegrationplugin.cpp │   │   ├── qplatformmenu.cpp │   │   ├── qplatformnativeinterface.cpp │   │   ├── qplatformoffscreensurface.cpp │   │   ├── qplatformopenglcontext.cpp │   │   ├── qplatformscreen.cpp │   │   ├── qplatformservices.cpp │   │   ├── qplatformsessionmanager.cpp │   │   ├── qplatformsharedgraphicscache.cpp │   │   ├── qplatformsurface.cpp │   │   ├── qplatformsystemtrayicon.cpp │   │   ├── qplatformtheme.cpp │   │   ├── qplatformthemefactory.cpp │   │   ├── qplatformthemeplugin.cpp │   │   ├── qplatformwindow.cpp │   │   ├── qrasterwindow.cpp │   │   ├── qscreen.cpp │   │   ├── qsessionmanager.cpp │   │   ├── qshapedpixmapdndwindow.cpp │   │   ├── qshortcutmap.cpp │   │   ├── qsimpledrag.cpp │   │   ├── qstylehints.cpp │   │   ├── qsurface.cpp │   │   ├── qsurfaceformat.cpp │   │   ├── qtestsupport_gui.cpp │   │   ├── qtouchdevice.cpp │   │   ├── qwindow.cpp │   │   └── qwindowsysteminterface.cpp │   ├── math3d │   │   ├── qgenericmatrix.cpp │   │   ├── qmatrix4x4.cpp │   │   ├── qquaternion.cpp │   │   ├── qvector2d.cpp │   │   ├── qvector3d.cpp │   │   └── qvector4d.cpp │   ├── opengl │   │   ├── qopengl2pexvertexarray.cpp │   │   ├── qopenglbuffer.cpp │   │   ├── qopengl.cpp │   │   ├── qopenglcustomshaderstage.cpp │   │   ├── qopengldebug.cpp │   │   ├── qopenglengineshadermanager.cpp │   │   ├── qopenglframebufferobject.cpp │   │   ├── qopenglfunctions_1_0.cpp │   │   ├── qopenglfunctions_1_1.cpp │   │   ├── qopenglfunctions_1_2.cpp │   │   ├── qopenglfunctions_1_3.cpp │   │   ├── qopenglfunctions_1_4.cpp │   │   ├── qopenglfunctions_1_5.cpp │   │   ├── qopenglfunctions_2_0.cpp │   │   ├── qopenglfunctions_2_1.cpp │   │   ├── qopenglfunctions_3_0.cpp │   │   ├── qopenglfunctions_3_1.cpp │   │   ├── qopenglfunctions_3_2_compatibility.cpp │   │   ├── qopenglfunctions_3_2_core.cpp │   │   ├── qopenglfunctions_3_3_compatibility.cpp │   │   ├── qopenglfunctions_3_3_core.cpp │   │   ├── qopenglfunctions_4_0_compatibility.cpp │   │   ├── qopenglfunctions_4_0_core.cpp │   │   ├── qopenglfunctions_4_1_compatibility.cpp │   │   ├── qopenglfunctions_4_1_core.cpp │   │   ├── qopenglfunctions_4_2_compatibility.cpp │   │   ├── qopenglfunctions_4_2_core.cpp │   │   ├── qopenglfunctions_4_3_compatibility.cpp │   │   ├── qopenglfunctions_4_3_core.cpp │   │   ├── qopenglfunctions_4_4_compatibility.cpp │   │   ├── qopenglfunctions_4_4_core.cpp │   │   ├── qopenglfunctions_4_5_compatibility.cpp │   │   ├── qopenglfunctions_4_5_core.cpp │   │   ├── qopenglfunctions.cpp │   │   ├── qopenglgradientcache.cpp │   │   ├── qopenglpaintdevice.cpp │   │   ├── qopenglpaintengine.cpp │   │   ├── qopenglpixeltransferoptions.cpp │   │   ├── qopenglprogrambinarycache.cpp │   │   ├── qopenglshaderprogram.cpp │   │   ├── qopengltextureblitter.cpp │   │   ├── qopengltexturecache.cpp │   │   ├── qopengltexture.cpp │   │   ├── qopengltextureglyphcache.cpp │   │   ├── qopengltexturehelper.cpp │   │   ├── qopengltextureuploader.cpp │   │   ├── qopengltimerquery.cpp │   │   ├── qopenglversionfunctions.cpp │   │   ├── qopenglversionfunctionsfactory.cpp │   │   └── qopenglvertexarrayobject.cpp │   ├── painting │   │   ├── qbackingstore.cpp │   │   ├── qbezier.cpp │   │   ├── qblendfunctions.cpp │   │   ├── qblittable.cpp │   │   ├── qbrush.cpp │   │   ├── qcolor.cpp │   │   ├── qcolorspace.cpp │   │   ├── qcolortransform.cpp │   │   ├── qcolortrclut.cpp │   │   ├── qcompositionfunctions.cpp │   │   ├── qcosmeticstroker.cpp │   │   ├── qcssutil.cpp │   │   ├── qdrawhelper_avx2.cpp │   │   ├── qdrawhelper.cpp │   │   ├── qdrawhelper_sse2.cpp │   │   ├── qdrawhelper_sse4.cpp │   │   ├── qdrawhelper_ssse3.cpp │   │   ├── qemulationpaintengine.cpp │   │   ├── qgrayraster.c │   │   ├── qicc.cpp │   │   ├── qimagescale.cpp │   │   ├── qimagescale_sse4.cpp │   │   ├── qmatrix.cpp │   │   ├── qmemrotate.cpp │   │   ├── qoutlinemapper.cpp │   │   ├── qpagedpaintdevice.cpp │   │   ├── qpagelayout.cpp │   │   ├── qpagesize.cpp │   │   ├── qpaintdevice.cpp │   │   ├── qpaintengine_blitter.cpp │   │   ├── qpaintengine.cpp │   │   ├── qpaintengineex.cpp │   │   ├── qpaintengine_raster.cpp │   │   ├── qpainter.cpp │   │   ├── qpainterpath.cpp │   │   ├── qpathclipper.cpp │   │   ├── qpathsimplifier.cpp │   │   ├── qpdf.cpp │   │   ├── qpdfwriter.cpp │   │   ├── qpen.cpp │   │   ├── qplatformbackingstore.cpp │   │   ├── qpolygon.cpp │   │   ├── qrasterizer.cpp │   │   ├── qregion.cpp │   │   ├── qstroker.cpp │   │   ├── qtextureglyphcache.cpp │   │   ├── qtransform.cpp │   │   ├── qtriangulatingstroker.cpp │   │   └── qtriangulator.cpp │   ├── rhi │   │   ├── qrhi.cpp │   │   ├── qrhigles2.cpp │   │   ├── qrhinull.cpp │   │   ├── qrhiprofiler.cpp │   │   ├── qrhivulkan.cpp │   │   ├── qshader.cpp │   │   └── qshaderdescription.cpp │   ├── text │   │   ├── qabstracttextdocumentlayout.cpp │   │   ├── qcssparser.cpp │   │   ├── qdistancefield.cpp │   │   ├── qfont.cpp │   │   ├── qfontdatabase.cpp │   │   ├── qfontengine.cpp │   │   ├── qfontengineglyphcache.cpp │   │   ├── qfontengine_qpf2.cpp │   │   ├── qfontmetrics.cpp │   │   ├── qfontsubset.cpp │   │   ├── qfragmentmap.cpp │   │   ├── qglyphrun.cpp │   │   ├── qharfbuzzng.cpp │   │   ├── qinputcontrol.cpp │   │   ├── qplatformfontdatabase.cpp │   │   ├── qrawfont.cpp │   │   ├── qstatictext.cpp │   │   ├── qsyntaxhighlighter.cpp │   │   ├── qtextcursor.cpp │   │   ├── qtextdocument.cpp │   │   ├── qtextdocumentfragment.cpp │   │   ├── qtextdocumentlayout.cpp │   │   ├── qtextdocument_p.cpp │   │   ├── qtextdocumentwriter.cpp │   │   ├── qtextengine.cpp │   │   ├── qtextformat.cpp │   │   ├── qtexthtmlparser.cpp │   │   ├── qtextimagehandler.cpp │   │   ├── qtextlayout.cpp │   │   ├── qtextlist.cpp │   │   ├── qtextmarkdownimporter.cpp │   │   ├── qtextmarkdownwriter.cpp │   │   ├── qtextobject.cpp │   │   ├── qtextodfwriter.cpp │   │   ├── qtextoption.cpp │   │   ├── qtexttable.cpp │   │   └── qzip.cpp │   ├── util │   │   ├── qabstractlayoutstyleinfo.cpp │   │   ├── qastchandler.cpp │   │   ├── qdesktopservices.cpp │   │   ├── qgridlayoutengine.cpp │   │   ├── qktxhandler.cpp │   │   ├── qlayoutpolicy.cpp │   │   ├── qpkmhandler.cpp │   │   ├── qshaderformat.cpp │   │   ├── qshadergenerator.cpp │   │   ├── qshadergraph.cpp │   │   ├── qshadergraphloader.cpp │   │   ├── qshaderlanguage.cpp │   │   ├── qshadernode.cpp │   │   ├── qshadernodeport.cpp │   │   ├── qshadernodesloader.cpp │   │   ├── qtexturefiledata.cpp │   │   ├── qtexturefilereader.cpp │   │   └── qvalidator.cpp │   └── vulkan │   ├── qplatformvulkaninstance.cpp │   ├── qvulkanfunctions.cpp │   ├── qvulkanfunctions_p.cpp │   ├── qvulkaninstance.cpp │   └── qvulkanwindow.cpp ├── network │   ├── access │   │   ├── http2 │   │   │   ├── bitstreams.cpp │   │   │   ├── hpack.cpp │   │   │   ├── hpacktable.cpp │   │   │   ├── http2frames.cpp │   │   │   ├── http2protocol.cpp │   │   │   ├── http2streams.cpp │   │   │   └── huffman.cpp │   │   ├── qabstractnetworkcache.cpp │   │   ├── qabstractprotocolhandler.cpp │   │   ├── qftp.cpp │   │   ├── qhsts.cpp │   │   ├── qhstspolicy.cpp │   │   ├── qhstsstore.cpp │   │   ├── qhttp2configuration.cpp │   │   ├── qhttp2protocolhandler.cpp │   │   ├── qhttpmultipart.cpp │   │   ├── qhttpnetworkconnectionchannel.cpp │   │   ├── qhttpnetworkconnection.cpp │   │   ├── qhttpnetworkheader.cpp │   │   ├── qhttpnetworkreply.cpp │   │   ├── qhttpnetworkrequest.cpp │   │   ├── qhttpprotocolhandler.cpp │   │   ├── qhttpthreaddelegate.cpp │   │   ├── qnetworkaccessauthenticationmanager.cpp │   │   ├── qnetworkaccessbackend.cpp │   │   ├── qnetworkaccesscachebackend.cpp │   │   ├── qnetworkaccesscache.cpp │   │   ├── qnetworkaccessdebugpipebackend.cpp │   │   ├── qnetworkaccessfilebackend.cpp │   │   ├── qnetworkaccessftpbackend.cpp │   │   ├── qnetworkaccessmanager.cpp │   │   ├── qnetworkcookie.cpp │   │   ├── qnetworkcookiejar.cpp │   │   ├── qnetworkdiskcache.cpp │   │   ├── qnetworkfile.cpp │   │   ├── qnetworkreply.cpp │   │   ├── qnetworkreplydataimpl.cpp │   │   ├── qnetworkreplyfileimpl.cpp │   │   ├── qnetworkreplyhttpimpl.cpp │   │   ├── qnetworkreplyimpl.cpp │   │   ├── qnetworkrequest.cpp │   │   └── qspdyprotocolhandler.cpp │   ├── bearer │   │   ├── qbearerengine.cpp │   │   ├── qbearerplugin.cpp │   │   ├── qnetworkconfigmanager.cpp │   │   ├── qnetworkconfigmanager_p.cpp │   │   ├── qnetworkconfiguration.cpp │   │   ├── qnetworksession.cpp │   │   └── qsharednetworksession.cpp │   ├── kernel │   │   ├── qauthenticator.cpp │   │   ├── qdnslookup.cpp │   │   ├── qdnslookup_unix.cpp │   │   ├── qhostaddress.cpp │   │   ├── qhostinfo.cpp │   │   ├── qhostinfo_unix.cpp │   │   ├── qnetconmonitor_stub.cpp │   │   ├── qnetworkdatagram.cpp │   │   ├── qnetworkinterface.cpp │   │   ├── qnetworkinterface_linux.cpp │   │   ├── qnetworkproxy.cpp │   │   ├── qnetworkproxy_generic.cpp │   │   └── qurlinfo.cpp │   ├── socket │   │   ├── qabstractsocket.cpp │   │   ├── qabstractsocketengine.cpp │   │   ├── qhttpsocketengine.cpp │   │   ├── qlocalserver.cpp │   │   ├── qlocalserver_unix.cpp │   │   ├── qlocalsocket.cpp │   │   ├── qlocalsocket_unix.cpp │   │   ├── qnativesocketengine.cpp │   │   ├── qnativesocketengine_unix.cpp │   │   ├── qsocks5socketengine.cpp │   │   ├── qtcpserver.cpp │   │   ├── qtcpsocket.cpp │   │   └── qudpsocket.cpp │   └── ssl │   ├── qasn1element.cpp │   ├── qdtls.cpp │   ├── qdtls_openssl.cpp │   ├── qocspresponse.cpp │   ├── qpassworddigestor.cpp │   ├── qsslcertificate.cpp │   ├── qsslcertificateextension.cpp │   ├── qsslcertificate_openssl.cpp │   ├── qsslcipher.cpp │   ├── qsslconfiguration.cpp │   ├── qsslcontext_openssl11.cpp │   ├── qsslcontext_openssl.cpp │   ├── qssl.cpp │   ├── qssldiffiehellmanparameters.cpp │   ├── qssldiffiehellmanparameters_openssl.cpp │   ├── qsslellipticcurve.cpp │   ├── qsslellipticcurve_openssl.cpp │   ├── qsslerror.cpp │   ├── qsslkey_openssl.cpp │   ├── qsslkey_p.cpp │   ├── qsslpresharedkeyauthenticator.cpp │   ├── qsslsocket.cpp │   ├── qsslsocket_openssl11.cpp │   ├── qsslsocket_openssl.cpp │   └── qsslsocket_openssl_symbols.cpp ├── opengl │   ├── gl2paintengineex │   │   ├── qgl2pexvertexarray.cpp │   │   ├── qglcustomshaderstage.cpp │   │   ├── qglengineshadermanager.cpp │   │   ├── qglgradientcache.cpp │   │   ├── qpaintengineex_opengl2.cpp │   │   └── qtextureglyphcache_gl.cpp │   ├── qglbuffer.cpp │   ├── qglcolormap.cpp │   ├── qgl.cpp │   ├── qglframebufferobject.cpp │   ├── qglfunctions.cpp │   ├── qglpaintdevice.cpp │   ├── qglpixelbuffer.cpp │   ├── qglshaderprogram.cpp │   └── qgraphicsshadereffect.cpp ├── openglextensions │   └── qopenglextensions.cpp ├── platformsupport │   ├── accessibility │   │   └── qaccessiblebridgeutils.cpp │   ├── devicediscovery │   │   └── qdevicediscovery_udev.cpp │   ├── edid │   │   └── qedidparser.cpp │   ├── eglconvenience │   │   ├── qeglconvenience.cpp │   │   ├── qeglpbuffer.cpp │   │   ├── qeglplatformcontext.cpp │   │   ├── qeglstreamconvenience.cpp │   │   └── qxlibeglintegration.cpp │   ├── eventdispatchers │   │   ├── qeventdispatcher_glib.cpp │   │   ├── qgenericunixeventdispatcher.cpp │   │   └── qunixeventdispatcher.cpp │   ├── fbconvenience │   │   ├── qfbbackingstore.cpp │   │   ├── qfbcursor.cpp │   │   ├── qfbscreen.cpp │   │   ├── qfbvthandler.cpp │   │   └── qfbwindow.cpp │   ├── fontdatabases │   │   ├── fontconfig │   │   │   ├── qfontconfigdatabase.cpp │   │   │   └── qfontenginemultifontconfig.cpp │   │   └── freetype │   │   ├── qfontengine_ft.cpp │   │   └── qfreetypefontdatabase.cpp │   ├── glxconvenience │   │   └── qglxconvenience.cpp │   ├── input │   │   ├── evdevkeyboard │   │   │   ├── qevdevkeyboardhandler.cpp │   │   │   └── qevdevkeyboardmanager.cpp │   │   ├── evdevmouse │   │   │   ├── qevdevmousehandler.cpp │   │   │   └── qevdevmousemanager.cpp │   │   ├── evdevtablet │   │   │   ├── qevdevtablethandler.cpp │   │   │   └── qevdevtabletmanager.cpp │   │   ├── evdevtouch │   │   │   ├── qevdevtouchhandler.cpp │   │   │   └── qevdevtouchmanager.cpp │   │   ├── libinput │   │   │   ├── qlibinputhandler.cpp │   │   │   ├── qlibinputkeyboard.cpp │   │   │   ├── qlibinputpointer.cpp │   │   │   └── qlibinputtouch.cpp │   │   ├── shared │   │   │   ├── qevdevutil.cpp │   │   │   └── qtouchoutputmapping.cpp │   │   ├── tslib │   │   │   └── qtslib.cpp │   │   └── xkbcommon │   │   ├── qxkbcommon_3rdparty.cpp │   │   └── qxkbcommon.cpp │   ├── kmsconvenience │   │   └── qkmsdevice.cpp │   ├── linuxaccessibility │   │   ├── application.cpp │   │   ├── atspiadaptor.cpp │   │   ├── bridge.cpp │   │   ├── bus_interface.cpp │   │   ├── cache_adaptor.cpp │   │   ├── cache.cpp │   │   ├── constant_mappings.cpp │   │   ├── dbusconnection.cpp │   │   ├── deviceeventcontroller_adaptor.cpp │   │   ├── socket_interface.cpp │   │   └── struct_marshallers.cpp │   ├── platformcompositor │   │   ├── qopenglcompositorbackingstore.cpp │   │   └── qopenglcompositor.cpp │   ├── services │   │   └── genericunix │   │   └── qgenericunixservices.cpp │   ├── themes │   │   ├── genericunix │   │   │   ├── dbusmenu │   │   │   │   ├── qdbusmenuadaptor.cpp │   │   │   │   ├── qdbusmenubar.cpp │   │   │   │   ├── qdbusmenuconnection.cpp │   │   │   │   ├── qdbusmenuregistrarproxy.cpp │   │   │   │   ├── qdbusmenutypes.cpp │   │   │   │   └── qdbusplatformmenu.cpp │   │   │   ├── dbustray │   │   │   │   ├── qdbustrayicon.cpp │   │   │   │   ├── qdbustraytypes.cpp │   │   │   │   ├── qstatusnotifieritemadaptor.cpp │   │   │   │   └── qxdgnotificationproxy.cpp │   │   │   └── qgenericunixthemes.cpp │   │   └── qabstractfileiconengine.cpp │   └── vkconvenience │   ├── qbasicvulkanplatforminstance.cpp │   └── qvkconvenience.cpp ├── plugins │   ├── bearer │   │   ├── connman │   │   │   ├── main.cpp │   │   │   ├── qconnmanengine.cpp │   │   │   └── qconnmanservice_linux.cpp │   │   ├── generic │   │   │   ├── main.cpp │   │   │   └── qgenericengine.cpp │   │   ├── linux_common │   │   │   └── qofonoservice_linux.cpp │   │   ├── networkmanager │   │   │   ├── main.cpp │   │   │   ├── qnetworkmanagerengine.cpp │   │   │   └── qnetworkmanagerservice.cpp │   │   └── qnetworksession_impl.cpp │   ├── generic │   │   ├── evdevkeyboard │   │   │   └── main.cpp │   │   ├── evdevmouse │   │   │   └── main.cpp │   │   ├── evdevtablet │   │   │   └── main.cpp │   │   ├── evdevtouch │   │   │   └── main.cpp │   │   ├── libinput │   │   │   └── main.cpp │   │   ├── tslib │   │   │   └── main.cpp │   │   └── tuiotouch │   │   ├── main.cpp │   │   ├── qoscbundle.cpp │   │   ├── qoscmessage.cpp │   │   └── qtuiohandler.cpp │   ├── imageformats │   │   ├── gif │   │   │   ├── main.cpp │   │   │   └── qgifhandler.cpp │   │   ├── ico │   │   │   ├── main.cpp │   │   │   └── qicohandler.cpp │   │   └── jpeg │   │   ├── main.cpp │   │   └── qjpeghandler.cpp │   ├── platforminputcontexts │   │   ├── compose │   │   │   ├── qcomposeplatforminputcontext.cpp │   │   │   └── qcomposeplatforminputcontextmain.cpp │   │   └── ibus │   │   ├── main.cpp │   │   ├── qibusinputcontextproxy.cpp │   │   ├── qibusplatforminputcontext.cpp │   │   ├── qibusproxy.cpp │   │   ├── qibusproxyportal.cpp │   │   └── qibustypes.cpp │   ├── platforms │   │   ├── eglfs │   │   │   ├── api │   │   │   │   ├── qeglfscontext.cpp │   │   │   │   ├── qeglfscursor.cpp │   │   │   │   ├── qeglfsdeviceintegration.cpp │   │   │   │   ├── qeglfshooks.cpp │   │   │   │   ├── qeglfsintegration.cpp │   │   │   │   ├── qeglfsoffscreenwindow.cpp │   │   │   │   ├── qeglfsscreen.cpp │   │   │   │   └── qeglfswindow.cpp │   │   │   ├── deviceintegration │   │   │   │   ├── eglfs_emu │   │   │   │   │   ├── qeglfsemulatorintegration.cpp │   │   │   │   │   ├── qeglfsemulatorscreen.cpp │   │   │   │   │   └── qeglfsemumain.cpp │   │   │   │   ├── eglfs_kms │   │   │   │   │   ├── qeglfskmsgbmcursor.cpp │   │   │   │   │   ├── qeglfskmsgbmdevice.cpp │   │   │   │   │   ├── qeglfskmsgbmintegration.cpp │   │   │   │   │   ├── qeglfskmsgbmmain.cpp │   │   │   │   │   ├── qeglfskmsgbmscreen.cpp │   │   │   │   │   └── qeglfskmsgbmwindow.cpp │   │   │   │   ├── eglfs_kms_egldevice │   │   │   │   │   ├── qeglfskmsegldevice.cpp │   │   │   │   │   ├── qeglfskmsegldeviceintegration.cpp │   │   │   │   │   ├── qeglfskmsegldevicemain.cpp │   │   │   │   │   └── qeglfskmsegldevicescreen.cpp │   │   │   │   ├── eglfs_kms_support │   │   │   │   │   ├── qeglfskmsdevice.cpp │   │   │   │   │   ├── qeglfskmsintegration.cpp │   │   │   │   │   └── qeglfskmsscreen.cpp │   │   │   │   └── eglfs_x11 │   │   │   │   ├── qeglfsx11integration.cpp │   │   │   │   └── qeglfsx11main.cpp │   │   │   └── qeglfsmain.cpp │   │   ├── linuxfb │   │   │   ├── main.cpp │   │   │   ├── qlinuxfbdrmscreen.cpp │   │   │   ├── qlinuxfbintegration.cpp │   │   │   └── qlinuxfbscreen.cpp │   │   ├── minimal │   │   │   ├── main.cpp │   │   │   ├── qminimalbackingstore.cpp │   │   │   └── qminimalintegration.cpp │   │   ├── minimalegl │   │   │   ├── main.cpp │   │   │   ├── qminimaleglbackingstore.cpp │   │   │   ├── qminimaleglintegration.cpp │   │   │   ├── qminimaleglscreen.cpp │   │   │   └── qminimaleglwindow.cpp │   │   ├── offscreen │   │   │   ├── main.cpp │   │   │   ├── qoffscreencommon.cpp │   │   │   ├── qoffscreenintegration.cpp │   │   │   ├── qoffscreenintegration_x11.cpp │   │   │   └── qoffscreenwindow.cpp │   │   ├── vnc │   │   │   ├── main.cpp │   │   │   ├── qvncclient.cpp │   │   │   ├── qvnc.cpp │   │   │   ├── qvncintegration.cpp │   │   │   └── qvncscreen.cpp │   │   └── xcb │   │   ├── gl_integrations │   │   │   ├── qxcbglintegration.cpp │   │   │   ├── qxcbglintegrationfactory.cpp │   │   │   ├── qxcbnativeinterfacehandler.cpp │   │   │   ├── xcb_egl │   │   │   │   ├── qxcbeglintegration.cpp │   │   │   │   ├── qxcbeglmain.cpp │   │   │   │   ├── qxcbeglnativeinterfacehandler.cpp │   │   │   │   └── qxcbeglwindow.cpp │   │   │   └── xcb_glx │   │   │   ├── qglxintegration.cpp │   │   │   ├── qxcbglxintegration.cpp │   │   │   ├── qxcbglxmain.cpp │   │   │   ├── qxcbglxnativeinterfacehandler.cpp │   │   │   └── qxcbglxwindow.cpp │   │   ├── qxcbatom.cpp │   │   ├── qxcbbackingstore.cpp │   │   ├── qxcbclipboard.cpp │   │   ├── qxcbconnection_basic.cpp │   │   ├── qxcbconnection.cpp │   │   ├── qxcbconnection_screens.cpp │   │   ├── qxcbconnection_xi2.cpp │   │   ├── qxcbcursor.cpp │   │   ├── qxcbdrag.cpp │   │   ├── qxcbeventdispatcher.cpp │   │   ├── qxcbeventqueue.cpp │   │   ├── qxcbimage.cpp │   │   ├── qxcbintegration.cpp │   │   ├── qxcbkeyboard.cpp │   │   ├── qxcbmain.cpp │   │   ├── qxcbmime.cpp │   │   ├── qxcbnativeinterface.cpp │   │   ├── qxcbscreen.cpp │   │   ├── qxcbsessionmanager.cpp │   │   ├── qxcbsystemtraytracker.cpp │   │   ├── qxcbvulkaninstance.cpp │   │   ├── qxcbvulkanwindow.cpp │   │   ├── qxcbwindow.cpp │   │   ├── qxcbwmsupport.cpp │   │   └── qxcbxsettings.cpp │   ├── platformthemes │   │   ├── gtk3 │   │   │   ├── main.cpp │   │   │   ├── qgtk3dialoghelpers.cpp │   │   │   ├── qgtk3menu.cpp │   │   │   └── qgtk3theme.cpp │   │   └── xdgdesktopportal │   │   ├── main.cpp │   │   ├── qxdgdesktopportalfiledialog.cpp │   │   └── qxdgdesktopportaltheme.cpp │   ├── printsupport │   │   └── cups │   │   ├── main.cpp │   │   ├── qcupsprintengine.cpp │   │   ├── qcupsprintersupport.cpp │   │   └── qppdprintdevice.cpp │   └── sqldrivers │   ├── ibase │   │   ├── main.cpp │   │   └── qsql_ibase.cpp │   ├── mysql │   │   ├── main.cpp │   │   └── qsql_mysql.cpp │   ├── odbc │   │   ├── main.cpp │   │   └── qsql_odbc.cpp │   ├── psql │   │   ├── main.cpp │   │   └── qsql_psql.cpp │   ├── sqlite │   │   ├── qsql_sqlite.cpp │   │   └── smain.cpp │   └── tds │   ├── main.cpp │   └── qsql_tds.cpp ├── printsupport │   ├── dialogs │   │   ├── qabstractprintdialog.cpp │   │   ├── qpagesetupdialog.cpp │   │   ├── qpagesetupdialog_unix.cpp │   │   ├── qprintdialog_unix.cpp │   │   └── qprintpreviewdialog.cpp │   ├── kernel │   │   ├── qcups.cpp │   │   ├── qpaintengine_alpha.cpp │   │   ├── qpaintengine_preview.cpp │   │   ├── qplatformprintdevice.cpp │   │   ├── qplatformprintersupport.cpp │   │   ├── qplatformprintplugin.cpp │   │   ├── qprintdevice.cpp │   │   ├── qprintengine_pdf.cpp │   │   ├── qprinter.cpp │   │   └── qprinterinfo.cpp │   └── widgets │   ├── qcupsjobwidget.cpp │   └── qprintpreviewwidget.cpp ├── sql │   ├── kernel │   │   ├── qsqlcachedresult.cpp │   │   ├── qsqldatabase.cpp │   │   ├── qsqldriver.cpp │   │   ├── qsqldriverplugin.cpp │   │   ├── qsqlerror.cpp │   │   ├── qsqlfield.cpp │   │   ├── qsqlindex.cpp │   │   ├── qsqlquery.cpp │   │   ├── qsqlrecord.cpp │   │   └── qsqlresult.cpp │   └── models │   ├── qsqlquerymodel.cpp │   ├── qsqlrelationaldelegate.cpp │   ├── qsqlrelationaltablemodel.cpp │   └── qsqltablemodel.cpp ├── testlib │   ├── qabstractitemmodeltester.cpp │   ├── qabstracttestlogger.cpp │   ├── qasciikey.cpp │   ├── qbenchmark.cpp │   ├── qbenchmarkevent.cpp │   ├── qbenchmarkmeasurement.cpp │   ├── qbenchmarkmetric.cpp │   ├── qbenchmarkperfevents.cpp │   ├── qbenchmarkvalgrind.cpp │   ├── qcsvbenchmarklogger.cpp │   ├── qplaintestlogger.cpp │   ├── qsignaldumper.cpp │   ├── qtaptestlogger.cpp │   ├── qteamcitylogger.cpp │   ├── qtestblacklist.cpp │   ├── qtestcase.cpp │   ├── qtestdata.cpp │   ├── qtestelementattribute.cpp │   ├── qtestelement.cpp │   ├── qtestlog.cpp │   ├── qtestmouse.cpp │   ├── qtestresult.cpp │   ├── qtesttable.cpp │   ├── qtestxunitstreamer.cpp │   ├── qxmltestlogger.cpp │   └── qxunittestlogger.cpp ├── tools │   ├── bootstrap │   ├── moc │   │   ├── generator.cpp │   │   ├── main.cpp │   │   ├── moc.cpp │   │   ├── parser.cpp │   │   ├── preprocessor.cpp │   │   └── token.cpp │   ├── qdbuscpp2xml │   │   └── qdbuscpp2xml.cpp │   ├── qdbusxml2cpp │   │   └── qdbusxml2cpp.cpp │   ├── qlalr │   │   ├── compress.cpp │   │   ├── cppgenerator.cpp │   │   ├── dotgraph.cpp │   │   ├── grammar.cpp │   │   ├── lalr.cpp │   │   ├── main.cpp │   │   ├── parsetable.cpp │   │   └── recognizer.cpp │   ├── qvkgen │   │   └── qvkgen.cpp │   ├── rcc │   │   ├── main.cpp │   │   └── rcc.cpp │   ├── tracegen │   │   ├── etw.cpp │   │   ├── helpers.cpp │   │   ├── lttng.cpp │   │   ├── panic.cpp │   │   ├── provider.cpp │   │   ├── qtheaders.cpp │   │   └── tracegen.cpp │   └── uic │   ├── cpp │   │   ├── cppwritedeclaration.cpp │   │   ├── cppwriteincludes.cpp │   │   └── cppwriteinitialization.cpp │   ├── customwidgetsinfo.cpp │   ├── databaseinfo.cpp │   ├── driver.cpp │   ├── main.cpp │   ├── python │   │   ├── pythonwritedeclaration.cpp │   │   └── pythonwriteimports.cpp │   ├── shared │   │   └── language.cpp │   ├── treewalker.cpp │   ├── ui4.cpp │   ├── uic.cpp │   └── validator.cpp ├── widgets │   ├── accessible │   │   ├── complexwidgets.cpp │   │   ├── itemviews.cpp │   │   ├── qaccessiblemenu.cpp │   │   ├── qaccessiblewidget.cpp │   │   ├── qaccessiblewidgetfactory.cpp │   │   ├── qaccessiblewidgets.cpp │   │   ├── rangecontrols.cpp │   │   └── simplewidgets.cpp │   ├── dialogs │   │   ├── qcolordialog.cpp │   │   ├── qdialog.cpp │   │   ├── qerrormessage.cpp │   │   ├── qfiledialog.cpp │   │   ├── qfileinfogatherer.cpp │   │   ├── qfilesystemmodel.cpp │   │   ├── qfontdialog.cpp │   │   ├── qinputdialog.cpp │   │   ├── qmessagebox.cpp │   │   ├── qprogressdialog.cpp │   │   ├── qsidebar.cpp │   │   └── qwizard.cpp │   ├── effects │   │   ├── qgraphicseffect.cpp │   │   └── qpixmapfilter.cpp │   ├── graphicsview │   │   ├── qgraphicsanchorlayout.cpp │   │   ├── qgraphicsanchorlayout_p.cpp │   │   ├── qgraphicsgridlayout.cpp │   │   ├── qgraphicsgridlayoutengine.cpp │   │   ├── qgraphicsitemanimation.cpp │   │   ├── qgraphicsitem.cpp │   │   ├── qgraphicslayout.cpp │   │   ├── qgraphicslayoutitem.cpp │   │   ├── qgraphicslayout_p.cpp │   │   ├── qgraphicslayoutstyleinfo.cpp │   │   ├── qgraphicslinearlayout.cpp │   │   ├── qgraphicsproxywidget.cpp │   │   ├── qgraphicsscene_bsp.cpp │   │   ├── qgraphicsscenebsptreeindex.cpp │   │   ├── qgraphicsscene.cpp │   │   ├── qgraphicssceneevent.cpp │   │   ├── qgraphicssceneindex.cpp │   │   ├── qgraphicsscenelinearindex.cpp │   │   ├── qgraphicstransform.cpp │   │   ├── qgraphicsview.cpp │   │   ├── qgraphicswidget.cpp │   │   ├── qgraphicswidget_p.cpp │   │   └── qsimplex_p.cpp │   ├── itemviews │   │   ├── qabstractitemdelegate.cpp │   │   ├── qabstractitemview.cpp │   │   ├── qbsptree.cpp │   │   ├── qcolumnview.cpp │   │   ├── qcolumnviewgrip.cpp │   │   ├── qdatawidgetmapper.cpp │   │   ├── qdirmodel.cpp │   │   ├── qfileiconprovider.cpp │   │   ├── qheaderview.cpp │   │   ├── qitemdelegate.cpp │   │   ├── qitemeditorfactory.cpp │   │   ├── qlistview.cpp │   │   ├── qlistwidget.cpp │   │   ├── qstyleditemdelegate.cpp │   │   ├── qtableview.cpp │   │   ├── qtablewidget.cpp │   │   ├── qtreeview.cpp │   │   ├── qtreewidget.cpp │   │   └── qtreewidgetitemiterator.cpp │   ├── kernel │   │   ├── qaction.cpp │   │   ├── qactiongroup.cpp │   │   ├── qapplication.cpp │   │   ├── qboxlayout.cpp │   │   ├── qdesktopwidget.cpp │   │   ├── qformlayout.cpp │   │   ├── qgesture.cpp │   │   ├── qgesturemanager.cpp │   │   ├── qgesturerecognizer.cpp │   │   ├── qgridlayout.cpp │   │   ├── qlayout.cpp │   │   ├── qlayoutengine.cpp │   │   ├── qlayoutitem.cpp │   │   ├── qopenglwidget.cpp │   │   ├── qshortcut.cpp │   │   ├── qsizepolicy.cpp │   │   ├── qstackedlayout.cpp │   │   ├── qstandardgestures.cpp │   │   ├── qtestsupport_widgets.cpp │   │   ├── qtooltip.cpp │   │   ├── qwhatsthis.cpp │   │   ├── qwidgetaction.cpp │   │   ├── qwidget.cpp │   │   ├── qwidgetrepaintmanager.cpp │   │   ├── qwidgetsvariant.cpp │   │   ├── qwidgetwindow.cpp │   │   └── qwindowcontainer.cpp │   ├── statemachine │   │   ├── qbasickeyeventtransition.cpp │   │   ├── qbasicmouseeventtransition.cpp │   │   ├── qguistatemachine.cpp │   │   ├── qkeyeventtransition.cpp │   │   └── qmouseeventtransition.cpp │   ├── styles │   │   ├── qcommonstyle.cpp │   │   ├── qdrawutil.cpp │   │   ├── qfusionstyle.cpp │   │   ├── qpixmapstyle.cpp │   │   ├── qproxystyle.cpp │   │   ├── qstyleanimation.cpp │   │   ├── qstyle.cpp │   │   ├── qstylefactory.cpp │   │   ├── qstylehelper.cpp │   │   ├── qstyleoption.cpp │   │   ├── qstylepainter.cpp │   │   ├── qstyleplugin.cpp │   │   ├── qstylesheetstyle.cpp │   │   ├── qstylesheetstyle_default.cpp │   │   └── qwindowsstyle.cpp │   ├── util │   │   ├── qcolormap.cpp │   │   ├── qcompleter.cpp │   │   ├── qflickgesture.cpp │   │   ├── qscroller.cpp │   │   ├── qscrollerproperties.cpp │   │   ├── qsystemtrayicon.cpp │   │   ├── qsystemtrayicon_x11.cpp │   │   ├── qundogroup.cpp │   │   ├── qundostack.cpp │   │   └── qundoview.cpp │   └── widgets │   ├── qabstractbutton.cpp │   ├── qabstractscrollarea.cpp │   ├── qabstractslider.cpp │   ├── qabstractspinbox.cpp │   ├── qbuttongroup.cpp │   ├── qcalendarwidget.cpp │   ├── qcheckbox.cpp │   ├── qcombobox.cpp │   ├── qcommandlinkbutton.cpp │   ├── qdatetimeedit.cpp │   ├── qdial.cpp │   ├── qdialogbuttonbox.cpp │   ├── qdockarealayout.cpp │   ├── qdockwidget.cpp │   ├── qeffects.cpp │   ├── qfocusframe.cpp │   ├── qfontcombobox.cpp │   ├── qframe.cpp │   ├── qgroupbox.cpp │   ├── qkeysequenceedit.cpp │   ├── qlabel.cpp │   ├── qlcdnumber.cpp │   ├── qlineedit.cpp │   ├── qlineedit_p.cpp │   ├── qmainwindow.cpp │   ├── qmainwindowlayout.cpp │   ├── qmdiarea.cpp │   ├── qmdisubwindow.cpp │   ├── qmenubar.cpp │   ├── qmenu.cpp │   ├── qplaintextedit.cpp │   ├── qprogressbar.cpp │   ├── qpushbutton.cpp │   ├── qradiobutton.cpp │   ├── qrubberband.cpp │   ├── qscrollarea.cpp │   ├── qscrollbar.cpp │   ├── qsizegrip.cpp │   ├── qslider.cpp │   ├── qspinbox.cpp │   ├── qsplashscreen.cpp │   ├── qsplitter.cpp │   ├── qstackedwidget.cpp │   ├── qstatusbar.cpp │   ├── qtabbar.cpp │   ├── qtabwidget.cpp │   ├── qtextbrowser.cpp │   ├── qtextedit.cpp │   ├── qtoolbararealayout.cpp │   ├── qtoolbar.cpp │   ├── qtoolbarextension.cpp │   ├── qtoolbarlayout.cpp │   ├── qtoolbarseparator.cpp │   ├── qtoolbox.cpp │   ├── qtoolbutton.cpp │   ├── qwidgetanimator.cpp │   ├── qwidgetlinecontrol.cpp │   ├── qwidgetresizehandler.cpp │   └── qwidgettextcontrol.cpp └── xml ├── dom │   └── qdom.cpp └── sax └── qxml.cpp 203 directories, 1308 files