diff --git a/MOVED b/MOVED index 53cfb37b1ffd..437d22a7a4bc 100644 --- a/MOVED +++ b/MOVED @@ -9829,3 +9829,4 @@ net/ohphone||2017-12-27|Part of OpenH323 project, abandoned in 2007 devel/pwlib||2017-12-27|Part of OpenH323 project, abandoned in 2007, continued as devel/ptlib deskutils/etask||2017-12-27|Has expired: Unsupported by upstream since 2007 misc/p5-Asterisk|misc/p5-asterisk-perl|2017-12-29|Rename to match upstream naming +misc/py-qt5-doc||2017-12-31|No longer shipped diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 61f08f2696a4..24095fa3efab 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -61,10 +61,10 @@ MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-${PORTVERSION} \ MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO -SIP_VERSION= 4.19.2 +SIP_VERSION= 4.19.6 QSCI2_VERSION= 2.9.1 -PYQT4_VERSION= 4.12 -PYQT5_VERSION= 5.7.1 +PYQT4_VERSION= 4.12.1 +PYQT5_VERSION= 5.9.2 SIP_DISTNAME= sip-${SIP_VERSION} PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION} @@ -77,10 +77,10 @@ PYQT5_LICENSE= GPLv3 # PyQt components split up into pyqt4/pyqt5/... _USE_PYQT_ALL= core dbus dbussupport demo designer designerplugin \ - doc gui multimedia network opengl qscintilla2 \ + gui multimedia network opengl qscintilla2 \ sql svg test webkit xml xmlpatterns sip # List of components only in pyqt4 -_USE_PYQT4_ONLY= assistant declarative \ +_USE_PYQT4_ONLY= assistant declarative doc \ help phonon script scripttools # List of components only in pyqt5 _USE_PYQT5_ONLY= multimediawidgets printsupport qml serialport \ diff --git a/comms/py-qt5-serialport/Makefile b/comms/py-qt5-serialport/Makefile index 5697103aa502..857e4cf4ece4 100644 --- a/comms/py-qt5-serialport/Makefile +++ b/comms/py-qt5-serialport/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= serialport -PORTREVISION= 1 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org diff --git a/databases/py-qt5-sql/Makefile b/databases/py-qt5-sql/Makefile index 8eb60c7e7f80..6e994ff1c987 100644 --- a/databases/py-qt5-sql/Makefile +++ b/databases/py-qt5-sql/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= sql -PORTREVISION= 1 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org diff --git a/databases/py-qt5-sql/pkg-plist b/databases/py-qt5-sql/pkg-plist index 0cee73192b42..4513aba51587 100644 --- a/databases/py-qt5-sql/pkg-plist +++ b/databases/py-qt5-sql/pkg-plist @@ -5,6 +5,7 @@ %%PYQT_SIPDIR%%/QtSql/qsqldriver.sip %%PYQT_SIPDIR%%/QtSql/qsqlerror.sip %%PYQT_SIPDIR%%/QtSql/qsqlfield.sip +%%PYQT_SIPDIR%%/QtSql/qtsqlglobal.sip %%PYQT_SIPDIR%%/QtSql/qsqlindex.sip %%PYQT_SIPDIR%%/QtSql/qsqlquery.sip %%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip diff --git a/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile index 1d42739b16a5..c50023de0cdc 100644 --- a/devel/py-qt4-core/Makefile +++ b/devel/py-qt4-core/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= core -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel python diff --git a/devel/py-qt4-dbussupport/Makefile b/devel/py-qt4-dbussupport/Makefile index 08c896f2d097..6d475a152df6 100644 --- a/devel/py-qt4-dbussupport/Makefile +++ b/devel/py-qt4-dbussupport/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= dbussupport -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org diff --git a/devel/py-qt4/distinfo b/devel/py-qt4/distinfo index e905e6293a93..fb49bd77732a 100644 --- a/devel/py-qt4/distinfo +++ b/devel/py-qt4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487867323 -SHA256 (PyQt4_gpl_x11-4.12.tar.gz) = 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db -SIZE (PyQt4_gpl_x11-4.12.tar.gz) = 11325395 +TIMESTAMP = 1499853352 +SHA256 (PyQt4_gpl_x11-4.12.1.tar.gz) = 45d724461ae58b019b9be95076ca07e212eb73084aec9125bb254825c3a05383 +SIZE (PyQt4_gpl_x11-4.12.1.tar.gz) = 11328010 diff --git a/devel/py-qt5-core/Makefile b/devel/py-qt5-core/Makefile index 90e1fad30cd0..cdc3b4f6352e 100644 --- a/devel/py-qt5-core/Makefile +++ b/devel/py-qt5-core/Makefile @@ -6,13 +6,16 @@ CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtCore module -CONFIGURE_ARGS= --enable QtCore +PYQT_MODULE= QtCore +CONFIGURE_ARGS= ${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \ + --enable=${PYQT_MODULE} + PYQT_DIST= yes USES= python pyqt:5 USE_PYTHON= py3kplist flavors USE_PYQT= sip_build -USE_QT5= core qmake_build +USE_QT5= core buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API diff --git a/devel/py-qt5-core/files/patch-configure.py b/devel/py-qt5-core/files/patch-configure.py index 37c78fd443fd..13486ac8e4c3 100644 --- a/devel/py-qt5-core/files/patch-configure.py +++ b/devel/py-qt5-core/files/patch-configure.py @@ -7,10 +7,28 @@ depends on different modules with module-specific .api files. Also fixes a bug where dbus support drops multiple -I flags produced by pkg-config --cflags dbus-1 . ---- configure.py.orig 2016-07-25 13:55:28.000000000 +0000 -+++ configure.py 2016-09-14 18:42:40.977955000 +0000 -@@ -1460,8 +1460,9 @@ - +--- configure.py.orig 2017-11-23 14:44:03 UTC ++++ configure.py +@@ -503,7 +503,7 @@ class TargetConfiguration: + self.no_pydbus = False + self.no_qml_plugin = False + self.no_tools = False +- self.prot_is_public = (self.py_platform.startswith('linux') or self.py_platform == 'darwin') ++ self.prot_is_public = (self.py_platform.startswith('linux') or self.py_platform.startswith('freebsd') or self.py_platform == 'darwin') + self.qmake = self._find_exe('qmake') + self.qmake_spec = '' + self.qmake_spec_default = '' +@@ -773,7 +773,7 @@ class TargetConfiguration: + """ + + # The platform may have changed so update the default. +- if self.py_platform.startswith('linux') or self.py_platform == 'darwin': ++ if self.py_platform.startswith('linux') or self.py_platform.startswith('freebsd') or self.py_platform == 'darwin': + self.prot_is_public = True + + self.vend_inc_dir = self.py_venv_inc_dir +@@ -1450,8 +1450,9 @@ def generate_makefiles(target_config, verbose, parts, + # Add the internal modules if they are required. if not target_config.no_tools: - pyqt_modules.append('pylupdate') @@ -18,15 +36,17 @@ by pkg-config --cflags dbus-1 . + if "QtXml" in target_config.pyqt_modules: + pyqt_modules.append('pylupdate') + pyqt_modules.append('pyrcc') - + for mname in pyqt_modules: metadata = MODULE_METADATA[mname] -@@ -1504,18 +1505,19 @@ - - generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt', - sip_flags, False) +@@ -1493,20 +1494,17 @@ def generate_makefiles(target_config, verbose, parts, + + f.close() + +- generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt', +- fatal_warnings, sip_flags, False) - subdirs.append('Qt') - +- wrappers = [] if not target_config.no_tools: - # Generate the pylupdate5 and pyrcc5 wrappers. @@ -43,17 +63,16 @@ by pkg-config --cflags dbus-1 . + wrappers.append((tool, + generate_tool_wrapper(target_config, tool + '5', + 'PyQt5.%s_main' % tool))) -+ + if "QtCore" in target_config.pyqt_modules: + # Generate the pyuic5 wrapper. + wrappers.append(('pyuic', generate_tool_wrapper(target_config, 'pyuic5', 'PyQt5.uic.pyuic'))) - -@@ -1533,23 +1535,6 @@ + +@@ -1524,23 +1522,6 @@ def generate_makefiles(target_config, verbose, parts, source_path('examples', 'quick', 'tutorials', 'extending', 'chapter6-plugins')) - + - # Generate the QScintilla API file. - if target_config.qsci_api: - inform("Generating the QScintilla API file...") @@ -74,12 +93,12 @@ by pkg-config --cflags dbus-1 . # Generate the Python dbus module. if target_config.pydbus_module_dir != '': mname = 'dbus' -@@ -1577,14 +1562,18 @@ +@@ -1568,14 +1549,18 @@ def generate_makefiles(target_config, verbose, parts, out_f.write('''TEMPLATE = subdirs CONFIG += ordered nostrip SUBDIRS = %s +''' % (' '.join(subdirs))) - + + if "QtCore" in target_config.pyqt_modules: + out_f.write(''' init_py.files = %s @@ -87,7 +106,7 @@ by pkg-config --cflags dbus-1 . INSTALLS += init_py -''' % (' '.join(subdirs), source_path('__init__.py'), root_dir)) +''' % (source_path('__init__.py'), root_dir)) - + - # Install the uic module. - out_f.write(''' + if not target_config.no_tools: @@ -96,8 +115,17 @@ by pkg-config --cflags dbus-1 . uic_package.files = %s uic_package.path = %s INSTALLS += uic_package -@@ -1620,11 +1609,12 @@ - +@@ -1603,6 +1588,8 @@ INSTALLS += tools + # Install the .sip files. + if target_config.pyqt_sip_dir: + for mname, metadata in MODULE_METADATA.items(): ++ if mname not in pyqt_modules: ++ continue + if metadata.public and mname != 'Qt': + sip_files = matching_files(source_path('sip', mname, '*.sip')) + +@@ -1628,11 +1615,12 @@ INSTALLS += pep484_stubs + # Install the QScintilla .api file. if target_config.qsci_api: + api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules]) @@ -108,6 +136,15 @@ by pkg-config --cflags dbus-1 . INSTALLS += qscintilla_api -''' % qmake_quote(target_config.qsci_api_dir + '/api/python')) +''' % (api_list, qmake_quote(target_config.qsci_api_dir + '/api/python'))) - + out_f.close() - + +@@ -2604,7 +2592,7 @@ target.files = $$PY_MODULE + pro_lines.append('INSTALLS += target') + + # This optimisation could apply to other platforms. +- if 'linux' in target_config.qmake_spec and not target_config.static: ++ if not target_config.static: + if target_config.py_version >= 0x030000: + entry_point = 'PyInit_%s' % target_name + else: diff --git a/devel/py-qt5-core/pkg-plist b/devel/py-qt5-core/pkg-plist index adf6a6c69b1b..21814537d3ca 100644 --- a/devel/py-qt5-core/pkg-plist +++ b/devel/py-qt5-core/pkg-plist @@ -119,6 +119,7 @@ bin/pyuic5 %%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip %%PYQT_SIPDIR%%/QtCore/qdatastream.sip %%PYQT_SIPDIR%%/QtCore/qdatetime.sip +%%PYQT_SIPDIR%%/QtCore/qdeadlinetimer.sip %%PYQT_SIPDIR%%/QtCore/qdir.sip %%PYQT_SIPDIR%%/QtCore/qdiriterator.sip %%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip @@ -159,6 +160,7 @@ bin/pyuic5 %%PYQT_SIPDIR%%/QtCore/qobject.sip %%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip %%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip +%%PYQT_SIPDIR%%/QtCore/qoperatingsystemversion.sip %%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip %%PYQT_SIPDIR%%/QtCore/qpluginloader.sip diff --git a/devel/py-qt5-designer/Makefile b/devel/py-qt5-designer/Makefile index 05a268894ebd..da899797bb8e 100644 --- a/devel/py-qt5-designer/Makefile +++ b/devel/py-qt5-designer/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= designer -PORTREVISION= 2 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org diff --git a/devel/py-qt5-designerplugin/Makefile b/devel/py-qt5-designerplugin/Makefile index 43177853f9bb..7f6694d33cae 100644 --- a/devel/py-qt5-designerplugin/Makefile +++ b/devel/py-qt5-designerplugin/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= designerplugin -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org diff --git a/devel/py-qt5-qscintilla2/Makefile b/devel/py-qt5-qscintilla2/Makefile index ec06716f2a6e..f2b609ddfdf4 100644 --- a/devel/py-qt5-qscintilla2/Makefile +++ b/devel/py-qt5-qscintilla2/Makefile @@ -2,7 +2,6 @@ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_QSCI2} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- diff --git a/devel/py-qt5-test/Makefile b/devel/py-qt5-test/Makefile index f3298a6c6bf9..ddb76b21b9ae 100644 --- a/devel/py-qt5-test/Makefile +++ b/devel/py-qt5-test/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= test -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org diff --git a/devel/py-qt5/Makefile b/devel/py-qt5/Makefile index 310b48d16b7e..fb248d99338e 100644 --- a/devel/py-qt5/Makefile +++ b/devel/py-qt5/Makefile @@ -12,7 +12,7 @@ USES= metaport python pyqt:5 USE_PYTHON= flavors OPTIONS_DEFINE= core dbus dbussupport demo designer \ - designerplugin doc gui multimedia multimediawidgets \ + designerplugin gui multimedia multimediawidgets \ network opengl printsupport qml qscintilla2 sql \ serialport svg test webkit webkitwidgets \ widgets xml xmlpatterns diff --git a/devel/py-qt5/distinfo b/devel/py-qt5/distinfo index e047c8784d5e..bc569f62c46d 100644 --- a/devel/py-qt5/distinfo +++ b/devel/py-qt5/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1487865147 -SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14 -SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746 +SHA256 (PyQt5_gpl-5.9.2.tar.gz) = c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394 +SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848 diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo index 782194e9222e..841581101e95 100644 --- a/devel/py-sip/distinfo +++ b/devel/py-sip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491828562 -SHA256 (sip-4.19.2.tar.gz) = 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533 -SIZE (sip-4.19.2.tar.gz) = 1000746 +TIMESTAMP = 1514668707 +SHA256 (sip-4.19.6.tar.gz) = 9dda27ae181bea782ebc8768d29f22f85ab6e5128ee3ab21f491febad707925a +SIZE (sip-4.19.6.tar.gz) = 1019295 diff --git a/devel/py-sip/files/patch-hg_6b09a6d578e8 b/devel/py-sip/files/patch-hg_6b09a6d578e8 deleted file mode 100644 index 8c22e4ed542a..000000000000 --- a/devel/py-sip/files/patch-hg_6b09a6d578e8 +++ /dev/null @@ -1,20 +0,0 @@ -Fix a regression so that a shadow class is not generated if there is a private -dtor. - -https://www.riverbankcomputing.com/hg/sip/rev/6b09a6d578e8 - -diff -r 6209a625ac87 -r 6b09a6d578e8 sipgen/transform.c ---- sipgen/transform.c Thu Mar 30 09:43:04 2017 +0100 -+++ sipgen/transform.c Sun Apr 02 11:49:58 2017 +0100 -@@ -273,7 +273,7 @@ - for (cd = pt->classes; cd != NULL; cd = cd->next) - if (cd->iff->type == class_iface) - { -- if (needsShadow(cd) && !isIncomplete(cd) && canCreate(cd)) -+ if (needsShadow(cd) && !isIncomplete(cd) && !isPrivateDtor(cd) && canCreate(cd)) - setHasShadow(cd); - - /* Get the list of visible Python member functions. */ - - - diff --git a/graphics/py-qt5-svg/Makefile b/graphics/py-qt5-svg/Makefile index 863e8de197c1..b1452679e6b4 100644 --- a/graphics/py-qt5-svg/Makefile +++ b/graphics/py-qt5-svg/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= svg -PORTREVISION= 1 CATEGORIES= graphics devel python MAINTAINER= kde@FreeBSD.org diff --git a/lang/py-qt5-qml/Makefile b/lang/py-qt5-qml/Makefile index 380ffed63fb5..cbcf4094c705 100644 --- a/lang/py-qt5-qml/Makefile +++ b/lang/py-qt5-qml/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= qml -PORTREVISION= 1 CATEGORIES= lang devel python MAINTAINER= kde@FreeBSD.org diff --git a/misc/Makefile b/misc/Makefile index a4e0d207be1c..ace87222433a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -396,7 +396,6 @@ SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc SUBDIR += py-qt5-demo - SUBDIR += py-qt5-doc SUBDIR += py-socli SUBDIR += py-spdx SUBDIR += py-spdx-lookup diff --git a/misc/py-qt5-doc/Makefile b/misc/py-qt5-doc/Makefile deleted file mode 100644 index cc7870423fd5..000000000000 --- a/misc/py-qt5-doc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $FreeBSD$ - -PORTNAME= doc -PORTVERSION= ${PYQT5_VERSION} -CATEGORIES= misc devel python -MASTER_SITES= ${MASTER_SITES_PYQT5} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- -DISTNAME= ${PYQT_DISTNAME} - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt5 toolkit, documentation - -DISTINFO_FILE= ${PYQT_DISTINFO_FILE} -NO_BUILD= yes - -PORTSCOUT= limit:^${PYQT5_VERSION} - -USES= python pyqt:5 -USE_PYQT= # -USE_PYTHON= flavors - -DOCSDIR= ${PREFIX}/share/doc/py-qt5 - -do-install: - cd ${WRKSRC} &&\ - ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\ - ${INSTALL_DATA} NEWS LICENSE README\ - ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} - -.include diff --git a/misc/py-qt5-doc/pkg-descr b/misc/py-qt5-doc/pkg-descr deleted file mode 100644 index 1db9bb256d44..000000000000 --- a/misc/py-qt5-doc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. -This package provides the PyQt5 documentation. - -WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/misc/py-qt5-doc/pkg-plist b/misc/py-qt5-doc/pkg-plist deleted file mode 100644 index c81f58fdc143..000000000000 --- a/misc/py-qt5-doc/pkg-plist +++ /dev/null @@ -1,2050 +0,0 @@ -%%DOCSDIR%%/LICENSE -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -%%DOCSDIR%%/html/_sources/api/enginio.rst.txt -%%DOCSDIR%%/html/_sources/api/enginioclient.rst.txt -%%DOCSDIR%%/html/_sources/api/enginioclientconnection.rst.txt -%%DOCSDIR%%/html/_sources/api/enginioidentity.rst.txt -%%DOCSDIR%%/html/_sources/api/enginiomodel.rst.txt -%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.rst.txt -%%DOCSDIR%%/html/_sources/api/enginioreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractanimation.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractitemview.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractslider.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractspinbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractstate.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstracttransition.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.rst.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometer.rst.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qaction.rst.txt -%%DOCSDIR%%/html/_sources/api/qactionevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qactiongroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qaltimeter.rst.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qaltimeterreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qambientlightfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qambientlightreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qambientlightsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.rst.txt -%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qanimationgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qapplication.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudio.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudiobuffer.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudiodecoder.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudioformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudioinput.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudiooutput.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudioprobe.rst.txt -%%DOCSDIR%%/html/_sources/api/qaudiorecorder.rst.txt -%%DOCSDIR%%/html/_sources/api/qauthenticator.rst.txt -%%DOCSDIR%%/html/_sources/api/qaxbase.rst.txt -%%DOCSDIR%%/html/_sources/api/qaxobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qaxwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qbackingstore.rst.txt -%%DOCSDIR%%/html/_sources/api/qbasictimer.rst.txt -%%DOCSDIR%%/html/_sources/api/qbitarray.rst.txt -%%DOCSDIR%%/html/_sources/api/qbitmap.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserver.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.rst.txt -%%DOCSDIR%%/html/_sources/api/qboxlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qbrush.rst.txt -%%DOCSDIR%%/html/_sources/api/qbuffer.rst.txt -%%DOCSDIR%%/html/_sources/api/qbuttongroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qbytearray.rst.txt -%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.rst.txt -%%DOCSDIR%%/html/_sources/api/qcalendarwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qcamera.rst.txt -%%DOCSDIR%%/html/_sources/api/qcameraexposure.rst.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocus.rst.txt -%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.rst.txt -%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.rst.txt -%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.rst.txt -%%DOCSDIR%%/html/_sources/api/qcamerainfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.rst.txt -%%DOCSDIR%%/html/_sources/api/qcheckbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qchildevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qclipboard.rst.txt -%%DOCSDIR%%/html/_sources/api/qcloseevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qcollator.rst.txt -%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.rst.txt -%%DOCSDIR%%/html/_sources/api/qcolor.rst.txt -%%DOCSDIR%%/html/_sources/api/qcolordialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qcolumnview.rst.txt -%%DOCSDIR%%/html/_sources/api/qcombobox.rst.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineoption.rst.txt -%%DOCSDIR%%/html/_sources/api/qcommandlineparser.rst.txt -%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qcommonstyle.rst.txt -%%DOCSDIR%%/html/_sources/api/qcompass.rst.txt -%%DOCSDIR%%/html/_sources/api/qcompassfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qcompassreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qcompleter.rst.txt -%%DOCSDIR%%/html/_sources/api/qconicalgradient.rst.txt -%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qcoreapplication.rst.txt -%%DOCSDIR%%/html/_sources/api/qcryptographichash.rst.txt -%%DOCSDIR%%/html/_sources/api/qcursor.rst.txt -%%DOCSDIR%%/html/_sources/api/qdatastream.rst.txt -%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.rst.txt -%%DOCSDIR%%/html/_sources/api/qdate.rst.txt -%%DOCSDIR%%/html/_sources/api/qdateedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qdatetime.rst.txt -%%DOCSDIR%%/html/_sources/api/qdatetimeedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbus.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusargument.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnection.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbuserror.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusmessage.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbussignature.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.rst.txt -%%DOCSDIR%%/html/_sources/api/qdbusvariant.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesktopservices.rst.txt -%%DOCSDIR%%/html/_sources/api/qdesktopwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qdial.rst.txt -%%DOCSDIR%%/html/_sources/api/qdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qdir.rst.txt -%%DOCSDIR%%/html/_sources/api/qdiriterator.rst.txt -%%DOCSDIR%%/html/_sources/api/qdirmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qdistancefilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qdistancereading.rst.txt -%%DOCSDIR%%/html/_sources/api/qdistancesensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnslookup.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qdnstextrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qdockwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomattr.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomcdatasection.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomcomment.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomdocument.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomelement.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomentity.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomentityreference.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomimplementation.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomnode.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomnodelist.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomnotation.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.rst.txt -%%DOCSDIR%%/html/_sources/api/qdomtext.rst.txt -%%DOCSDIR%%/html/_sources/api/qdoublespinbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qdoublevalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qdrag.rst.txt -%%DOCSDIR%%/html/_sources/api/qdragenterevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qdragleaveevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qdragmoveevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qdropevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qeasingcurve.rst.txt -%%DOCSDIR%%/html/_sources/api/qelapsedtimer.rst.txt -%%DOCSDIR%%/html/_sources/api/qenterevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qerrormessage.rst.txt -%%DOCSDIR%%/html/_sources/api/qevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qeventloop.rst.txt -%%DOCSDIR%%/html/_sources/api/qeventlooplocker.rst.txt -%%DOCSDIR%%/html/_sources/api/qeventtransition.rst.txt -%%DOCSDIR%%/html/_sources/api/qexposeevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qextensionfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qextensionmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qfile.rst.txt -%%DOCSDIR%%/html/_sources/api/qfiledevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qfiledialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qfileiconprovider.rst.txt -%%DOCSDIR%%/html/_sources/api/qfileinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qfileopenevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qfileselector.rst.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.rst.txt -%%DOCSDIR%%/html/_sources/api/qfinalstate.rst.txt -%%DOCSDIR%%/html/_sources/api/qfocusevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qfocusframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qfont.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontcombobox.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontdatabase.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontmetrics.rst.txt -%%DOCSDIR%%/html/_sources/api/qfontmetricsf.rst.txt -%%DOCSDIR%%/html/_sources/api/qformbuilder.rst.txt -%%DOCSDIR%%/html/_sources/api/qformlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qgenericargument.rst.txt -%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoaddress.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeocircle.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeocodereply.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeocoordinate.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeolocation.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeomaneuver.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeorectangle.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoroute.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutereply.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeorouterequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.rst.txt -%%DOCSDIR%%/html/_sources/api/qgeoshape.rst.txt -%%DOCSDIR%%/html/_sources/api/qgesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qgestureevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.rst.txt -%%DOCSDIR%%/html/_sources/api/qgl.rst.txt -%%DOCSDIR%%/html/_sources/api/qglcontext.rst.txt -%%DOCSDIR%%/html/_sources/api/qglformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qglwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qglyphrun.rst.txt -%%DOCSDIR%%/html/_sources/api/qgradient.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicseffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscale.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscene.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicstransform.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicsview.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswebview.rst.txt -%%DOCSDIR%%/html/_sources/api/qgraphicswidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qgridlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qgroupbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qguiapplication.rst.txt -%%DOCSDIR%%/html/_sources/api/qgyroscope.rst.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qgyroscopereading.rst.txt -%%DOCSDIR%%/html/_sources/api/qhboxlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qheaderview.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpenginecore.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qhideevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qhistorystate.rst.txt -%%DOCSDIR%%/html/_sources/api/qholsterfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qholsterreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qholstersensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qhostaddress.rst.txt -%%DOCSDIR%%/html/_sources/api/qhostinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qhoverevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qhttpmultipart.rst.txt -%%DOCSDIR%%/html/_sources/api/qhttppart.rst.txt -%%DOCSDIR%%/html/_sources/api/qicon.rst.txt -%%DOCSDIR%%/html/_sources/api/qicondragevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qiconengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qimage.rst.txt -%%DOCSDIR%%/html/_sources/api/qimageencodersettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qimageiohandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qimagereader.rst.txt -%%DOCSDIR%%/html/_sources/api/qimagewriter.rst.txt -%%DOCSDIR%%/html/_sources/api/qinputdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qinputevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qinputmethod.rst.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qintvalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qiodevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qirproximityfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qirproximityreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qirproximitysensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemdelegate.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemselection.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qitemselectionrange.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsonarray.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsondocument.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsonobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsonparseerror.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsonvalue.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsvalue.rst.txt -%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.rst.txt -%%DOCSDIR%%/html/_sources/api/qkeyevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.rst.txt -%%DOCSDIR%%/html/_sources/api/qkeysequence.rst.txt -%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qlabel.rst.txt -%%DOCSDIR%%/html/_sources/api/qlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qlayoutitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qlcdnumber.rst.txt -%%DOCSDIR%%/html/_sources/api/qlibrary.rst.txt -%%DOCSDIR%%/html/_sources/api/qlibraryinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qlightfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qlightreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qlightsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qline.rst.txt -%%DOCSDIR%%/html/_sources/api/qlineargradient.rst.txt -%%DOCSDIR%%/html/_sources/api/qlineedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qlinef.rst.txt -%%DOCSDIR%%/html/_sources/api/qlistview.rst.txt -%%DOCSDIR%%/html/_sources/api/qlistwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qlistwidgetitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qlocale.rst.txt -%%DOCSDIR%%/html/_sources/api/qlocalserver.rst.txt -%%DOCSDIR%%/html/_sources/api/qlocalsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qlocation.rst.txt -%%DOCSDIR%%/html/_sources/api/qlockfile.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergyadvertisingdata.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergyadvertisingparameters.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergycharacteristic.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergycharacteristicdata.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergyconnectionparameters.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergycontroller.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergydescriptor.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergydescriptordata.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergyservice.rst.txt -%%DOCSDIR%%/html/_sources/api/qlowenergyservicedata.rst.txt -%%DOCSDIR%%/html/_sources/api/qmaccocoaviewcontainer.rst.txt -%%DOCSDIR%%/html/_sources/api/qmacpasteboardmime.rst.txt -%%DOCSDIR%%/html/_sources/api/qmactoolbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qmactoolbaritem.rst.txt -%%DOCSDIR%%/html/_sources/api/qmagnetometer.rst.txt -%%DOCSDIR%%/html/_sources/api/qmagnetometerfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qmagnetometerreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qmainwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qmargins.rst.txt -%%DOCSDIR%%/html/_sources/api/qmarginsf.rst.txt -%%DOCSDIR%%/html/_sources/api/qmaskgenerator.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix2x2.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix2x3.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix2x4.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix3x2.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix3x3.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix3x4.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix4x2.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix4x3.rst.txt -%%DOCSDIR%%/html/_sources/api/qmatrix4x4.rst.txt -%%DOCSDIR%%/html/_sources/api/qmdiarea.rst.txt -%%DOCSDIR%%/html/_sources/api/qmdisubwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediabindableinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediacontent.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediacontrol.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediametadata.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediaobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediaplayer.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediaplaylist.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediarecorder.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediaresource.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediaservice.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediatimeinterval.rst.txt -%%DOCSDIR%%/html/_sources/api/qmediatimerange.rst.txt -%%DOCSDIR%%/html/_sources/api/qmenu.rst.txt -%%DOCSDIR%%/html/_sources/api/qmenubar.rst.txt -%%DOCSDIR%%/html/_sources/api/qmessageauthenticationcode.rst.txt -%%DOCSDIR%%/html/_sources/api/qmessagebox.rst.txt -%%DOCSDIR%%/html/_sources/api/qmessagelogcontext.rst.txt -%%DOCSDIR%%/html/_sources/api/qmessagelogger.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetaclassinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetaenum.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetamethod.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetaobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetaproperty.rst.txt -%%DOCSDIR%%/html/_sources/api/qmetatype.rst.txt -%%DOCSDIR%%/html/_sources/api/qmimedata.rst.txt -%%DOCSDIR%%/html/_sources/api/qmimedatabase.rst.txt -%%DOCSDIR%%/html/_sources/api/qmimetype.rst.txt -%%DOCSDIR%%/html/_sources/api/qmodelindex.rst.txt -%%DOCSDIR%%/html/_sources/api/qmouseevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qmouseeventtransition.rst.txt -%%DOCSDIR%%/html/_sources/api/qmoveevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qmovie.rst.txt -%%DOCSDIR%%/html/_sources/api/qmultimedia.rst.txt -%%DOCSDIR%%/html/_sources/api/qmutex.rst.txt -%%DOCSDIR%%/html/_sources/api/qmutexlocker.rst.txt -%%DOCSDIR%%/html/_sources/api/qndeffilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefmessage.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefnfciconrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefnfcsmartposterrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefnfctextrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefnfcurirecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qndefrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qnearfieldmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qnearfieldsharemanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qnearfieldsharetarget.rst.txt -%%DOCSDIR%%/html/_sources/api/qnearfieldtarget.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkaccessmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkaddressentry.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkcachemetadata.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkconfiguration.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkconfigurationmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkcookie.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkcookiejar.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkdiskcache.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkproxy.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkproxyfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkproxyquery.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworkrequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qnetworksession.rst.txt -%%DOCSDIR%%/html/_sources/api/qnmeapositioninfosource.rst.txt -%%DOCSDIR%%/html/_sources/api/qobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qobjectcleanuphandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qoffscreensurface.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglbuffer.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglcontext.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglcontextgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qopengldebuglogger.rst.txt -%%DOCSDIR%%/html/_sources/api/qopengldebugmessage.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglframebufferobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglframebufferobjectformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglpaintdevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglshader.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglshaderprogram.rst.txt -%%DOCSDIR%%/html/_sources/api/qopengltexture.rst.txt -%%DOCSDIR%%/html/_sources/api/qopengltimemonitor.rst.txt -%%DOCSDIR%%/html/_sources/api/qopengltimerquery.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglversionprofile.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglvertexarrayobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qopenglwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qorientationfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qorientationreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qorientationsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qpagedpaintdevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qpagelayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qpagesetupdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qpagesize.rst.txt -%%DOCSDIR%%/html/_sources/api/qpaintdevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qpaintdevicewindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qpaintengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qpaintenginestate.rst.txt -%%DOCSDIR%%/html/_sources/api/qpainter.rst.txt -%%DOCSDIR%%/html/_sources/api/qpainterpath.rst.txt -%%DOCSDIR%%/html/_sources/api/qpainterpathstroker.rst.txt -%%DOCSDIR%%/html/_sources/api/qpaintevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qpalette.rst.txt -%%DOCSDIR%%/html/_sources/api/qpangesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qparallelanimationgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qpauseanimation.rst.txt -%%DOCSDIR%%/html/_sources/api/qpdfwriter.rst.txt -%%DOCSDIR%%/html/_sources/api/qpen.rst.txt -%%DOCSDIR%%/html/_sources/api/qpersistentmodelindex.rst.txt -%%DOCSDIR%%/html/_sources/api/qpicture.rst.txt -%%DOCSDIR%%/html/_sources/api/qpictureio.rst.txt -%%DOCSDIR%%/html/_sources/api/qpinchgesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qpixelformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qpixmap.rst.txt -%%DOCSDIR%%/html/_sources/api/qpixmapcache.rst.txt -%%DOCSDIR%%/html/_sources/api/qplace.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceattribute.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacecategory.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacecontactdetail.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacecontent.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacecontentreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacecontentrequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacedetailsreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceeditorial.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceicon.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceidreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceimage.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacemanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacemanagerengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacematchreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacematchrequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceproposedsearchresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceratings.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacereply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacereview.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacesearchreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacesearchrequest.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacesearchresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacesearchsuggestionreply.rst.txt -%%DOCSDIR%%/html/_sources/api/qplacesupplier.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaceuser.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaintextdocumentlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qplaintextedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qpluginloader.rst.txt -%%DOCSDIR%%/html/_sources/api/qpoint.rst.txt -%%DOCSDIR%%/html/_sources/api/qpointf.rst.txt -%%DOCSDIR%%/html/_sources/api/qpolygon.rst.txt -%%DOCSDIR%%/html/_sources/api/qpolygonf.rst.txt -%%DOCSDIR%%/html/_sources/api/qpressurefilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qpressurereading.rst.txt -%%DOCSDIR%%/html/_sources/api/qpressuresensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qprintdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qprintengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qprinter.rst.txt -%%DOCSDIR%%/html/_sources/api/qprinterinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qprintpreviewdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qprintpreviewwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qprocess.rst.txt -%%DOCSDIR%%/html/_sources/api/qprocessenvironment.rst.txt -%%DOCSDIR%%/html/_sources/api/qprogressbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qprogressdialog.rst.txt -%%DOCSDIR%%/html/_sources/api/qpropertyanimation.rst.txt -%%DOCSDIR%%/html/_sources/api/qproximityfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qproximityreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qproximitysensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qproxystyle.rst.txt -%%DOCSDIR%%/html/_sources/api/qpushbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlabstracturlinterceptor.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlapplicationengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlcomponent.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlcontext.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlerror.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlexpression.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlextensionplugin.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlfileselector.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlimageproviderbase.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlincubator.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlincubatorcontrol.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmllistproperty.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmllistreference.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlndefrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlnetworkaccessmanagerfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlparserstatus.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlproperty.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlpropertymap.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlpropertyvaluesource.rst.txt -%%DOCSDIR%%/html/_sources/api/qqmlscriptstring.rst.txt -%%DOCSDIR%%/html/_sources/api/qquaternion.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickasyncimageprovider.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickframebufferobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickimageprovider.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickimageresponse.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickitemgrabresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickpainteditem.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickrendercontrol.rst.txt -%%DOCSDIR%%/html/_sources/api/qquicktextdocument.rst.txt -%%DOCSDIR%%/html/_sources/api/qquicktexturefactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickview.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickwebengineprofile.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qquickwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qradialgradient.rst.txt -%%DOCSDIR%%/html/_sources/api/qradiobutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qradiodata.rst.txt -%%DOCSDIR%%/html/_sources/api/qradiotuner.rst.txt -%%DOCSDIR%%/html/_sources/api/qrasterwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qrawfont.rst.txt -%%DOCSDIR%%/html/_sources/api/qreadlocker.rst.txt -%%DOCSDIR%%/html/_sources/api/qreadwritelock.rst.txt -%%DOCSDIR%%/html/_sources/api/qrect.rst.txt -%%DOCSDIR%%/html/_sources/api/qrectf.rst.txt -%%DOCSDIR%%/html/_sources/api/qregexp.rst.txt -%%DOCSDIR%%/html/_sources/api/qregexpvalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qregion.rst.txt -%%DOCSDIR%%/html/_sources/api/qregularexpression.rst.txt -%%DOCSDIR%%/html/_sources/api/qregularexpressionmatch.rst.txt -%%DOCSDIR%%/html/_sources/api/qregularexpressionmatchiterator.rst.txt -%%DOCSDIR%%/html/_sources/api/qregularexpressionvalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qresizeevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qresource.rst.txt -%%DOCSDIR%%/html/_sources/api/qrgba64.rst.txt -%%DOCSDIR%%/html/_sources/api/qrotationfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qrotationreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qrotationsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qrubberband.rst.txt -%%DOCSDIR%%/html/_sources/api/qrunnable.rst.txt -%%DOCSDIR%%/html/_sources/api/qsavefile.rst.txt -%%DOCSDIR%%/html/_sources/api/qscreen.rst.txt -%%DOCSDIR%%/html/_sources/api/qscrollarea.rst.txt -%%DOCSDIR%%/html/_sources/api/qscrollbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qscroller.rst.txt -%%DOCSDIR%%/html/_sources/api/qscrollerproperties.rst.txt -%%DOCSDIR%%/html/_sources/api/qscrollevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qscrollprepareevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qsemaphore.rst.txt -%%DOCSDIR%%/html/_sources/api/qsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qsensorfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qsensorreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qsequentialanimationgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qserialport.rst.txt -%%DOCSDIR%%/html/_sources/api/qserialportinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qsessionmanager.rst.txt -%%DOCSDIR%%/html/_sources/api/qsettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgabstractrenderer.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgbasicgeometrynode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgclipnode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgdynamictexture.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgengine.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgflatcolormaterial.rst.txt -%%DOCSDIR%%/html/_sources/api/qsggeometry.rst.txt -%%DOCSDIR%%/html/_sources/api/qsggeometrynode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgmaterial.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgmaterialshader.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgmaterialtype.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgnode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgopacitynode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgopaquetexturematerial.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgsimplerectnode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgsimpletexturenode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgtexture.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgtexturematerial.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgtextureprovider.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgtransformnode.rst.txt -%%DOCSDIR%%/html/_sources/api/qsgvertexcolormaterial.rst.txt -%%DOCSDIR%%/html/_sources/api/qsharedmemory.rst.txt -%%DOCSDIR%%/html/_sources/api/qshortcut.rst.txt -%%DOCSDIR%%/html/_sources/api/qshortcutevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qshowevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qsignalblocker.rst.txt -%%DOCSDIR%%/html/_sources/api/qsignalmapper.rst.txt -%%DOCSDIR%%/html/_sources/api/qsignalspy.rst.txt -%%DOCSDIR%%/html/_sources/api/qsignaltransition.rst.txt -%%DOCSDIR%%/html/_sources/api/qsimplexmlnodemodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qsize.rst.txt -%%DOCSDIR%%/html/_sources/api/qsizef.rst.txt -%%DOCSDIR%%/html/_sources/api/qsizegrip.rst.txt -%%DOCSDIR%%/html/_sources/api/qsizepolicy.rst.txt -%%DOCSDIR%%/html/_sources/api/qslider.rst.txt -%%DOCSDIR%%/html/_sources/api/qsocketnotifier.rst.txt -%%DOCSDIR%%/html/_sources/api/qsortfilterproxymodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qsound.rst.txt -%%DOCSDIR%%/html/_sources/api/qsoundeffect.rst.txt -%%DOCSDIR%%/html/_sources/api/qsourcelocation.rst.txt -%%DOCSDIR%%/html/_sources/api/qspaceritem.rst.txt -%%DOCSDIR%%/html/_sources/api/qspinbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qsplashscreen.rst.txt -%%DOCSDIR%%/html/_sources/api/qsplitter.rst.txt -%%DOCSDIR%%/html/_sources/api/qsplitterhandle.rst.txt -%%DOCSDIR%%/html/_sources/api/qsql.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqldatabase.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqldriver.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqldrivercreatorbase.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlerror.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlfield.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlindex.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlquery.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlquerymodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlrecord.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlrelation.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlrelationaldelegate.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlrelationaltablemodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqlresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qsqltablemodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qssl.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslcertificate.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslcertificateextension.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslcipher.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslconfiguration.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslerror.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslkey.rst.txt -%%DOCSDIR%%/html/_sources/api/qsslsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qstackedlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qstackedwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qstandarditem.rst.txt -%%DOCSDIR%%/html/_sources/api/qstandarditemmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qstandardpaths.rst.txt -%%DOCSDIR%%/html/_sources/api/qstate.rst.txt -%%DOCSDIR%%/html/_sources/api/qstatemachine.rst.txt -%%DOCSDIR%%/html/_sources/api/qstatictext.rst.txt -%%DOCSDIR%%/html/_sources/api/qstatusbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qstatustipevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qstorageinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qstringlistmodel.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyle.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleditemdelegate.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylefactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylehintreturn.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylehintreturnmask.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylehintreturnvariant.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylehints.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoption.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptioncombobox.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptioncomplex.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiondockwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionfocusrect.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiongraphicsitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiongroupbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionheader.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionmenuitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionprogressbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionrubberband.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionsizegrip.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionslider.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionspinbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontab.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontabbarbase.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontabwidgetframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontitlebar.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qstyleoptionviewitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qstylepainter.rst.txt -%%DOCSDIR%%/html/_sources/api/qsurface.rst.txt -%%DOCSDIR%%/html/_sources/api/qsurfaceformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qsvggenerator.rst.txt -%%DOCSDIR%%/html/_sources/api/qsvgrenderer.rst.txt -%%DOCSDIR%%/html/_sources/api/qsvgwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qswipegesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qsyntaxhighlighter.rst.txt -%%DOCSDIR%%/html/_sources/api/qsysinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qsystemsemaphore.rst.txt -%%DOCSDIR%%/html/_sources/api/qsystemtrayicon.rst.txt -%%DOCSDIR%%/html/_sources/api/qt.rst.txt -%%DOCSDIR%%/html/_sources/api/qtabbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qtabletevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qtableview.rst.txt -%%DOCSDIR%%/html/_sources/api/qtablewidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qtablewidgetitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qtablewidgetselectionrange.rst.txt -%%DOCSDIR%%/html/_sources/api/qtabwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qtapandholdgesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qtapfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qtapgesture.rst.txt -%%DOCSDIR%%/html/_sources/api/qtapreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qtapsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qtcpserver.rst.txt -%%DOCSDIR%%/html/_sources/api/qtcpsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qtemporarydir.rst.txt -%%DOCSDIR%%/html/_sources/api/qtemporaryfile.rst.txt -%%DOCSDIR%%/html/_sources/api/qtest.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextblock.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextblockformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextblockgroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextblockuserdata.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextboundaryfinder.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextbrowser.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextcharformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextcodec.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextcursor.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextdecoder.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextdocument.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextdocumentfragment.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextdocumentwriter.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextencoder.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextfragment.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextframeformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextimageformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextinlineobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextlength.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextline.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextlist.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextlistformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextobject.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextobjectinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextoption.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextstream.rst.txt -%%DOCSDIR%%/html/_sources/api/qtextstreammanipulator.rst.txt -%%DOCSDIR%%/html/_sources/api/qtexttable.rst.txt -%%DOCSDIR%%/html/_sources/api/qtexttablecell.rst.txt -%%DOCSDIR%%/html/_sources/api/qtexttablecellformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qtexttableformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qthread.rst.txt -%%DOCSDIR%%/html/_sources/api/qthreadpool.rst.txt -%%DOCSDIR%%/html/_sources/api/qtiltfilter.rst.txt -%%DOCSDIR%%/html/_sources/api/qtiltreading.rst.txt -%%DOCSDIR%%/html/_sources/api/qtiltsensor.rst.txt -%%DOCSDIR%%/html/_sources/api/qtime.rst.txt -%%DOCSDIR%%/html/_sources/api/qtimeedit.rst.txt -%%DOCSDIR%%/html/_sources/api/qtimeline.rst.txt -%%DOCSDIR%%/html/_sources/api/qtimer.rst.txt -%%DOCSDIR%%/html/_sources/api/qtimerevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qtimezone.rst.txt -%%DOCSDIR%%/html/_sources/api/qtoolbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qtoolbox.rst.txt -%%DOCSDIR%%/html/_sources/api/qtoolbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qtooltip.rst.txt -%%DOCSDIR%%/html/_sources/api/qtouchdevice.rst.txt -%%DOCSDIR%%/html/_sources/api/qtouchevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qtransform.rst.txt -%%DOCSDIR%%/html/_sources/api/qtranslator.rst.txt -%%DOCSDIR%%/html/_sources/api/qtreeview.rst.txt -%%DOCSDIR%%/html/_sources/api/qtreewidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qtreewidgetitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qtreewidgetitemiterator.rst.txt -%%DOCSDIR%%/html/_sources/api/qtwin.rst.txt -%%DOCSDIR%%/html/_sources/api/qudpsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qundocommand.rst.txt -%%DOCSDIR%%/html/_sources/api/qundogroup.rst.txt -%%DOCSDIR%%/html/_sources/api/qundostack.rst.txt -%%DOCSDIR%%/html/_sources/api/qundoview.rst.txt -%%DOCSDIR%%/html/_sources/api/qurl.rst.txt -%%DOCSDIR%%/html/_sources/api/qurlquery.rst.txt -%%DOCSDIR%%/html/_sources/api/quuid.rst.txt -%%DOCSDIR%%/html/_sources/api/qvalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qvariant.rst.txt -%%DOCSDIR%%/html/_sources/api/qvariantanimation.rst.txt -%%DOCSDIR%%/html/_sources/api/qvboxlayout.rst.txt -%%DOCSDIR%%/html/_sources/api/qvector2d.rst.txt -%%DOCSDIR%%/html/_sources/api/qvector3d.rst.txt -%%DOCSDIR%%/html/_sources/api/qvector4d.rst.txt -%%DOCSDIR%%/html/_sources/api/qvideoencodersettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qvideoframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qvideoprobe.rst.txt -%%DOCSDIR%%/html/_sources/api/qvideosurfaceformat.rst.txt -%%DOCSDIR%%/html/_sources/api/qvideowidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qwaitcondition.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebchannel.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebchannelabstracttransport.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebdatabase.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebelement.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebelementcollection.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginecertificateerror.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginecontextmenudata.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginecookiestore.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginedownloaditem.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginehistory.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginehistoryitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginepage.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineprofile.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginescript.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginescriptcollection.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebenginesettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestinfo.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestinterceptor.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestjob.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineurlschemehandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebengineview.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebframe.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebhistory.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebhistoryinterface.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebhistoryitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebhittestresult.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebinspector.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebpage.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebpluginfactory.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsecurityorigin.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsettings.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsocket.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsocketcorsauthenticator.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsocketprotocol.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebsocketserver.rst.txt -%%DOCSDIR%%/html/_sources/api/qwebview.rst.txt -%%DOCSDIR%%/html/_sources/api/qwhatsthis.rst.txt -%%DOCSDIR%%/html/_sources/api/qwhatsthisclickedevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qwheelevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qwidget.rst.txt -%%DOCSDIR%%/html/_sources/api/qwidgetaction.rst.txt -%%DOCSDIR%%/html/_sources/api/qwidgetitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qwindow.rst.txt -%%DOCSDIR%%/html/_sources/api/qwindowstatechangeevent.rst.txt -%%DOCSDIR%%/html/_sources/api/qwinjumplist.rst.txt -%%DOCSDIR%%/html/_sources/api/qwinjumplistcategory.rst.txt -%%DOCSDIR%%/html/_sources/api/qwinjumplistitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qwintaskbarbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qwintaskbarprogress.rst.txt -%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbar.rst.txt -%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbutton.rst.txt -%%DOCSDIR%%/html/_sources/api/qwizard.rst.txt -%%DOCSDIR%%/html/_sources/api/qwizardpage.rst.txt -%%DOCSDIR%%/html/_sources/api/qwritelocker.rst.txt -%%DOCSDIR%%/html/_sources/api/qx11info.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlattributes.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlcontenthandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmldeclhandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmldefaulthandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmldtdhandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlentityresolver.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlerrorhandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlformatter.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlinputsource.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlitem.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmllexicalhandler.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmllocator.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlname.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlnamepool.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlnamespacesupport.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlnodemodelindex.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlparseexception.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlquery.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlreader.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlresultitems.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlschema.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlschemavalidator.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlserializer.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlsimplereader.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamattribute.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamattributes.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamentitydeclaration.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamentityresolver.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamnamespacedeclaration.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamnotationdeclaration.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamreader.rst.txt -%%DOCSDIR%%/html/_sources/api/qxmlstreamwriter.rst.txt -%%DOCSDIR%%/html/_sources/api_details/qjsonarray.rst.txt -%%DOCSDIR%%/html/_sources/api_details/qjsonobject.rst.txt -%%DOCSDIR%%/html/_sources/api_details/qjsonvalue.rst.txt -%%DOCSDIR%%/html/_sources/class_reference.rst.txt -%%DOCSDIR%%/html/_sources/dbus.rst.txt -%%DOCSDIR%%/html/_sources/deploy_commercial.rst.txt -%%DOCSDIR%%/html/_sources/deprecations.rst.txt -%%DOCSDIR%%/html/_sources/designer.rst.txt -%%DOCSDIR%%/html/_sources/extension_api.rst.txt -%%DOCSDIR%%/html/_sources/gotchas.rst.txt -%%DOCSDIR%%/html/_sources/i18n.rst.txt -%%DOCSDIR%%/html/_sources/incompatibilities.rst.txt -%%DOCSDIR%%/html/_sources/index.rst.txt -%%DOCSDIR%%/html/_sources/installation.rst.txt -%%DOCSDIR%%/html/_sources/introduction.rst.txt -%%DOCSDIR%%/html/_sources/metaobjects.rst.txt -%%DOCSDIR%%/html/_sources/multiinheritance.rst.txt -%%DOCSDIR%%/html/_sources/opengl.rst.txt -%%DOCSDIR%%/html/_sources/pickle.rst.txt -%%DOCSDIR%%/html/_sources/platforms.rst.txt -%%DOCSDIR%%/html/_sources/pyqt4_differences.rst.txt -%%DOCSDIR%%/html/_sources/pyqt_qsettings.rst.txt -%%DOCSDIR%%/html/_sources/pyqt_qvariant.rst.txt -%%DOCSDIR%%/html/_sources/python_shell.rst.txt -%%DOCSDIR%%/html/_sources/qml.rst.txt -%%DOCSDIR%%/html/_sources/qt_interfaces.rst.txt -%%DOCSDIR%%/html/_sources/qt_properties.rst.txt -%%DOCSDIR%%/html/_sources/resources.rst.txt -%%DOCSDIR%%/html/_sources/signals_slots.rst.txt -%%DOCSDIR%%/html/_static/ajax-loader.gif -%%DOCSDIR%%/html/_static/basic.css -%%DOCSDIR%%/html/_static/classic.css -%%DOCSDIR%%/html/_static/comment-bright.png -%%DOCSDIR%%/html/_static/comment-close.png -%%DOCSDIR%%/html/_static/comment.png -%%DOCSDIR%%/html/_static/doctools.js -%%DOCSDIR%%/html/_static/down-pressed.png -%%DOCSDIR%%/html/_static/down.png -%%DOCSDIR%%/html/_static/file.png -%%DOCSDIR%%/html/_static/jquery-3.1.0.js -%%DOCSDIR%%/html/_static/jquery.js -%%DOCSDIR%%/html/_static/logo.png -%%DOCSDIR%%/html/_static/logo_tn.ico -%%DOCSDIR%%/html/_static/minus.png -%%DOCSDIR%%/html/_static/plus.png -%%DOCSDIR%%/html/_static/pygments.css -%%DOCSDIR%%/html/_static/searchtools.js -%%DOCSDIR%%/html/_static/sidebar.js -%%DOCSDIR%%/html/_static/underscore-1.3.1.js -%%DOCSDIR%%/html/_static/underscore.js -%%DOCSDIR%%/html/_static/up-pressed.png -%%DOCSDIR%%/html/_static/up.png -%%DOCSDIR%%/html/_static/websupport.js -%%DOCSDIR%%/html/api/enginio.html -%%DOCSDIR%%/html/api/enginioclient.html -%%DOCSDIR%%/html/api/enginioclientconnection.html -%%DOCSDIR%%/html/api/enginioidentity.html -%%DOCSDIR%%/html/api/enginiomodel.html -%%DOCSDIR%%/html/api/enginiooauth2authentication.html -%%DOCSDIR%%/html/api/enginioreply.html -%%DOCSDIR%%/html/api/qabstractanimation.html -%%DOCSDIR%%/html/api/qabstractbutton.html -%%DOCSDIR%%/html/api/qabstracteventdispatcher.html -%%DOCSDIR%%/html/api/qabstractextensionfactory.html -%%DOCSDIR%%/html/api/qabstractextensionmanager.html -%%DOCSDIR%%/html/api/qabstractformbuilder.html -%%DOCSDIR%%/html/api/qabstractgraphicsshapeitem.html -%%DOCSDIR%%/html/api/qabstractitemdelegate.html -%%DOCSDIR%%/html/api/qabstractitemmodel.html -%%DOCSDIR%%/html/api/qabstractitemview.html -%%DOCSDIR%%/html/api/qabstractlistmodel.html -%%DOCSDIR%%/html/api/qabstractmessagehandler.html -%%DOCSDIR%%/html/api/qabstractnativeeventfilter.html -%%DOCSDIR%%/html/api/qabstractnetworkcache.html -%%DOCSDIR%%/html/api/qabstractprintdialog.html -%%DOCSDIR%%/html/api/qabstractproxymodel.html -%%DOCSDIR%%/html/api/qabstractscrollarea.html -%%DOCSDIR%%/html/api/qabstractslider.html -%%DOCSDIR%%/html/api/qabstractsocket.html -%%DOCSDIR%%/html/api/qabstractspinbox.html -%%DOCSDIR%%/html/api/qabstractstate.html -%%DOCSDIR%%/html/api/qabstracttablemodel.html -%%DOCSDIR%%/html/api/qabstracttextdocumentlayout.html -%%DOCSDIR%%/html/api/qabstracttransition.html -%%DOCSDIR%%/html/api/qabstracturiresolver.html -%%DOCSDIR%%/html/api/qabstractvideobuffer.html -%%DOCSDIR%%/html/api/qabstractvideosurface.html -%%DOCSDIR%%/html/api/qabstractxmlnodemodel.html -%%DOCSDIR%%/html/api/qabstractxmlreceiver.html -%%DOCSDIR%%/html/api/qaccelerometer.html -%%DOCSDIR%%/html/api/qaccelerometerfilter.html -%%DOCSDIR%%/html/api/qaccelerometerreading.html -%%DOCSDIR%%/html/api/qaction.html -%%DOCSDIR%%/html/api/qactionevent.html -%%DOCSDIR%%/html/api/qactiongroup.html -%%DOCSDIR%%/html/api/qaltimeter.html -%%DOCSDIR%%/html/api/qaltimeterfilter.html -%%DOCSDIR%%/html/api/qaltimeterreading.html -%%DOCSDIR%%/html/api/qambientlightfilter.html -%%DOCSDIR%%/html/api/qambientlightreading.html -%%DOCSDIR%%/html/api/qambientlightsensor.html -%%DOCSDIR%%/html/api/qambienttemperaturefilter.html -%%DOCSDIR%%/html/api/qambienttemperaturereading.html -%%DOCSDIR%%/html/api/qambienttemperaturesensor.html -%%DOCSDIR%%/html/api/qanimationgroup.html -%%DOCSDIR%%/html/api/qapplication.html -%%DOCSDIR%%/html/api/qaudio.html -%%DOCSDIR%%/html/api/qaudiobuffer.html -%%DOCSDIR%%/html/api/qaudiodecoder.html -%%DOCSDIR%%/html/api/qaudiodeviceinfo.html -%%DOCSDIR%%/html/api/qaudioencodersettings.html -%%DOCSDIR%%/html/api/qaudioformat.html -%%DOCSDIR%%/html/api/qaudioinput.html -%%DOCSDIR%%/html/api/qaudiooutput.html -%%DOCSDIR%%/html/api/qaudioprobe.html -%%DOCSDIR%%/html/api/qaudiorecorder.html -%%DOCSDIR%%/html/api/qauthenticator.html -%%DOCSDIR%%/html/api/qaxbase.html -%%DOCSDIR%%/html/api/qaxobject.html -%%DOCSDIR%%/html/api/qaxwidget.html -%%DOCSDIR%%/html/api/qbackingstore.html -%%DOCSDIR%%/html/api/qbasictimer.html -%%DOCSDIR%%/html/api/qbitarray.html -%%DOCSDIR%%/html/api/qbitmap.html -%%DOCSDIR%%/html/api/qbluetoothaddress.html -%%DOCSDIR%%/html/api/qbluetoothdevicediscoveryagent.html -%%DOCSDIR%%/html/api/qbluetoothdeviceinfo.html -%%DOCSDIR%%/html/api/qbluetoothhostinfo.html -%%DOCSDIR%%/html/api/qbluetoothlocaldevice.html -%%DOCSDIR%%/html/api/qbluetoothserver.html -%%DOCSDIR%%/html/api/qbluetoothservicediscoveryagent.html -%%DOCSDIR%%/html/api/qbluetoothserviceinfo.html -%%DOCSDIR%%/html/api/qbluetoothsocket.html -%%DOCSDIR%%/html/api/qbluetoothtransfermanager.html -%%DOCSDIR%%/html/api/qbluetoothtransferreply.html -%%DOCSDIR%%/html/api/qbluetoothtransferrequest.html -%%DOCSDIR%%/html/api/qbluetoothuuid.html -%%DOCSDIR%%/html/api/qboxlayout.html -%%DOCSDIR%%/html/api/qbrush.html -%%DOCSDIR%%/html/api/qbuffer.html -%%DOCSDIR%%/html/api/qbuttongroup.html -%%DOCSDIR%%/html/api/qbytearray.html -%%DOCSDIR%%/html/api/qbytearraymatcher.html -%%DOCSDIR%%/html/api/qcalendarwidget.html -%%DOCSDIR%%/html/api/qcamera.html -%%DOCSDIR%%/html/api/qcameraexposure.html -%%DOCSDIR%%/html/api/qcamerafocus.html -%%DOCSDIR%%/html/api/qcamerafocuszone.html -%%DOCSDIR%%/html/api/qcameraimagecapture.html -%%DOCSDIR%%/html/api/qcameraimageprocessing.html -%%DOCSDIR%%/html/api/qcamerainfo.html -%%DOCSDIR%%/html/api/qcameraviewfinder.html -%%DOCSDIR%%/html/api/qcheckbox.html -%%DOCSDIR%%/html/api/qchildevent.html -%%DOCSDIR%%/html/api/qclipboard.html -%%DOCSDIR%%/html/api/qcloseevent.html -%%DOCSDIR%%/html/api/qcollator.html -%%DOCSDIR%%/html/api/qcollatorsortkey.html -%%DOCSDIR%%/html/api/qcolor.html -%%DOCSDIR%%/html/api/qcolordialog.html -%%DOCSDIR%%/html/api/qcolumnview.html -%%DOCSDIR%%/html/api/qcombobox.html -%%DOCSDIR%%/html/api/qcommandlineoption.html -%%DOCSDIR%%/html/api/qcommandlineparser.html -%%DOCSDIR%%/html/api/qcommandlinkbutton.html -%%DOCSDIR%%/html/api/qcommonstyle.html -%%DOCSDIR%%/html/api/qcompass.html -%%DOCSDIR%%/html/api/qcompassfilter.html -%%DOCSDIR%%/html/api/qcompassreading.html -%%DOCSDIR%%/html/api/qcompleter.html -%%DOCSDIR%%/html/api/qconicalgradient.html -%%DOCSDIR%%/html/api/qcontextmenuevent.html -%%DOCSDIR%%/html/api/qcoreapplication.html -%%DOCSDIR%%/html/api/qcryptographichash.html -%%DOCSDIR%%/html/api/qcursor.html -%%DOCSDIR%%/html/api/qdatastream.html -%%DOCSDIR%%/html/api/qdatawidgetmapper.html -%%DOCSDIR%%/html/api/qdate.html -%%DOCSDIR%%/html/api/qdateedit.html -%%DOCSDIR%%/html/api/qdatetime.html -%%DOCSDIR%%/html/api/qdatetimeedit.html -%%DOCSDIR%%/html/api/qdbus.html -%%DOCSDIR%%/html/api/qdbusabstractadaptor.html -%%DOCSDIR%%/html/api/qdbusabstractinterface.html -%%DOCSDIR%%/html/api/qdbusargument.html -%%DOCSDIR%%/html/api/qdbusconnection.html -%%DOCSDIR%%/html/api/qdbusconnectioninterface.html -%%DOCSDIR%%/html/api/qdbuserror.html -%%DOCSDIR%%/html/api/qdbusinterface.html -%%DOCSDIR%%/html/api/qdbusmessage.html -%%DOCSDIR%%/html/api/qdbusobjectpath.html -%%DOCSDIR%%/html/api/qdbuspendingcall.html -%%DOCSDIR%%/html/api/qdbuspendingcallwatcher.html -%%DOCSDIR%%/html/api/qdbuspendingreply.html -%%DOCSDIR%%/html/api/qdbusreply.html -%%DOCSDIR%%/html/api/qdbusservicewatcher.html -%%DOCSDIR%%/html/api/qdbussignature.html -%%DOCSDIR%%/html/api/qdbusunixfiledescriptor.html -%%DOCSDIR%%/html/api/qdbusvariant.html -%%DOCSDIR%%/html/api/qdesigneractioneditorinterface.html -%%DOCSDIR%%/html/api/qdesignercontainerextension.html -%%DOCSDIR%%/html/api/qdesignercustomwidgetcollectioninterface.html -%%DOCSDIR%%/html/api/qdesignercustomwidgetinterface.html -%%DOCSDIR%%/html/api/qdesignerformeditorinterface.html -%%DOCSDIR%%/html/api/qdesignerformwindowcursorinterface.html -%%DOCSDIR%%/html/api/qdesignerformwindowinterface.html -%%DOCSDIR%%/html/api/qdesignerformwindowmanagerinterface.html -%%DOCSDIR%%/html/api/qdesignermembersheetextension.html -%%DOCSDIR%%/html/api/qdesignerobjectinspectorinterface.html -%%DOCSDIR%%/html/api/qdesignerpropertyeditorinterface.html -%%DOCSDIR%%/html/api/qdesignerpropertysheetextension.html -%%DOCSDIR%%/html/api/qdesignertaskmenuextension.html -%%DOCSDIR%%/html/api/qdesignerwidgetboxinterface.html -%%DOCSDIR%%/html/api/qdesktopservices.html -%%DOCSDIR%%/html/api/qdesktopwidget.html -%%DOCSDIR%%/html/api/qdial.html -%%DOCSDIR%%/html/api/qdialog.html -%%DOCSDIR%%/html/api/qdialogbuttonbox.html -%%DOCSDIR%%/html/api/qdir.html -%%DOCSDIR%%/html/api/qdiriterator.html -%%DOCSDIR%%/html/api/qdirmodel.html -%%DOCSDIR%%/html/api/qdistancefilter.html -%%DOCSDIR%%/html/api/qdistancereading.html -%%DOCSDIR%%/html/api/qdistancesensor.html -%%DOCSDIR%%/html/api/qdnsdomainnamerecord.html -%%DOCSDIR%%/html/api/qdnshostaddressrecord.html -%%DOCSDIR%%/html/api/qdnslookup.html -%%DOCSDIR%%/html/api/qdnsmailexchangerecord.html -%%DOCSDIR%%/html/api/qdnsservicerecord.html -%%DOCSDIR%%/html/api/qdnstextrecord.html -%%DOCSDIR%%/html/api/qdockwidget.html -%%DOCSDIR%%/html/api/qdomattr.html -%%DOCSDIR%%/html/api/qdomcdatasection.html -%%DOCSDIR%%/html/api/qdomcharacterdata.html -%%DOCSDIR%%/html/api/qdomcomment.html -%%DOCSDIR%%/html/api/qdomdocument.html -%%DOCSDIR%%/html/api/qdomdocumentfragment.html -%%DOCSDIR%%/html/api/qdomdocumenttype.html -%%DOCSDIR%%/html/api/qdomelement.html -%%DOCSDIR%%/html/api/qdomentity.html -%%DOCSDIR%%/html/api/qdomentityreference.html -%%DOCSDIR%%/html/api/qdomimplementation.html -%%DOCSDIR%%/html/api/qdomnamednodemap.html -%%DOCSDIR%%/html/api/qdomnode.html -%%DOCSDIR%%/html/api/qdomnodelist.html -%%DOCSDIR%%/html/api/qdomnotation.html -%%DOCSDIR%%/html/api/qdomprocessinginstruction.html -%%DOCSDIR%%/html/api/qdomtext.html -%%DOCSDIR%%/html/api/qdoublespinbox.html -%%DOCSDIR%%/html/api/qdoublevalidator.html -%%DOCSDIR%%/html/api/qdrag.html -%%DOCSDIR%%/html/api/qdragenterevent.html -%%DOCSDIR%%/html/api/qdragleaveevent.html -%%DOCSDIR%%/html/api/qdragmoveevent.html -%%DOCSDIR%%/html/api/qdropevent.html -%%DOCSDIR%%/html/api/qdynamicpropertychangeevent.html -%%DOCSDIR%%/html/api/qeasingcurve.html -%%DOCSDIR%%/html/api/qelapsedtimer.html -%%DOCSDIR%%/html/api/qenterevent.html -%%DOCSDIR%%/html/api/qerrormessage.html -%%DOCSDIR%%/html/api/qevent.html -%%DOCSDIR%%/html/api/qeventloop.html -%%DOCSDIR%%/html/api/qeventlooplocker.html -%%DOCSDIR%%/html/api/qeventtransition.html -%%DOCSDIR%%/html/api/qexposeevent.html -%%DOCSDIR%%/html/api/qextensionfactory.html -%%DOCSDIR%%/html/api/qextensionmanager.html -%%DOCSDIR%%/html/api/qfile.html -%%DOCSDIR%%/html/api/qfiledevice.html -%%DOCSDIR%%/html/api/qfiledialog.html -%%DOCSDIR%%/html/api/qfileiconprovider.html -%%DOCSDIR%%/html/api/qfileinfo.html -%%DOCSDIR%%/html/api/qfileopenevent.html -%%DOCSDIR%%/html/api/qfileselector.html -%%DOCSDIR%%/html/api/qfilesystemmodel.html -%%DOCSDIR%%/html/api/qfilesystemwatcher.html -%%DOCSDIR%%/html/api/qfinalstate.html -%%DOCSDIR%%/html/api/qfocusevent.html -%%DOCSDIR%%/html/api/qfocusframe.html -%%DOCSDIR%%/html/api/qfont.html -%%DOCSDIR%%/html/api/qfontcombobox.html -%%DOCSDIR%%/html/api/qfontdatabase.html -%%DOCSDIR%%/html/api/qfontdialog.html -%%DOCSDIR%%/html/api/qfontinfo.html -%%DOCSDIR%%/html/api/qfontmetrics.html -%%DOCSDIR%%/html/api/qfontmetricsf.html -%%DOCSDIR%%/html/api/qformbuilder.html -%%DOCSDIR%%/html/api/qformlayout.html -%%DOCSDIR%%/html/api/qframe.html -%%DOCSDIR%%/html/api/qgenericargument.html -%%DOCSDIR%%/html/api/qgenericreturnargument.html -%%DOCSDIR%%/html/api/qgeoaddress.html -%%DOCSDIR%%/html/api/qgeoareamonitorinfo.html -%%DOCSDIR%%/html/api/qgeoareamonitorsource.html -%%DOCSDIR%%/html/api/qgeocircle.html -%%DOCSDIR%%/html/api/qgeocodereply.html -%%DOCSDIR%%/html/api/qgeocodingmanager.html -%%DOCSDIR%%/html/api/qgeocodingmanagerengine.html -%%DOCSDIR%%/html/api/qgeocoordinate.html -%%DOCSDIR%%/html/api/qgeolocation.html -%%DOCSDIR%%/html/api/qgeomaneuver.html -%%DOCSDIR%%/html/api/qgeopositioninfo.html -%%DOCSDIR%%/html/api/qgeopositioninfosource.html -%%DOCSDIR%%/html/api/qgeorectangle.html -%%DOCSDIR%%/html/api/qgeoroute.html -%%DOCSDIR%%/html/api/qgeoroutereply.html -%%DOCSDIR%%/html/api/qgeorouterequest.html -%%DOCSDIR%%/html/api/qgeoroutesegment.html -%%DOCSDIR%%/html/api/qgeoroutingmanager.html -%%DOCSDIR%%/html/api/qgeoroutingmanagerengine.html -%%DOCSDIR%%/html/api/qgeosatelliteinfo.html -%%DOCSDIR%%/html/api/qgeosatelliteinfosource.html -%%DOCSDIR%%/html/api/qgeoserviceprovider.html -%%DOCSDIR%%/html/api/qgeoshape.html -%%DOCSDIR%%/html/api/qgesture.html -%%DOCSDIR%%/html/api/qgestureevent.html -%%DOCSDIR%%/html/api/qgesturerecognizer.html -%%DOCSDIR%%/html/api/qgl.html -%%DOCSDIR%%/html/api/qglcontext.html -%%DOCSDIR%%/html/api/qglformat.html -%%DOCSDIR%%/html/api/qglwidget.html -%%DOCSDIR%%/html/api/qglyphrun.html -%%DOCSDIR%%/html/api/qgradient.html -%%DOCSDIR%%/html/api/qgraphicsanchor.html -%%DOCSDIR%%/html/api/qgraphicsanchorlayout.html -%%DOCSDIR%%/html/api/qgraphicsblureffect.html -%%DOCSDIR%%/html/api/qgraphicscolorizeeffect.html -%%DOCSDIR%%/html/api/qgraphicsdropshadoweffect.html -%%DOCSDIR%%/html/api/qgraphicseffect.html -%%DOCSDIR%%/html/api/qgraphicsellipseitem.html -%%DOCSDIR%%/html/api/qgraphicsgridlayout.html -%%DOCSDIR%%/html/api/qgraphicsitem.html -%%DOCSDIR%%/html/api/qgraphicsitemgroup.html -%%DOCSDIR%%/html/api/qgraphicslayout.html -%%DOCSDIR%%/html/api/qgraphicslayoutitem.html -%%DOCSDIR%%/html/api/qgraphicslinearlayout.html -%%DOCSDIR%%/html/api/qgraphicslineitem.html -%%DOCSDIR%%/html/api/qgraphicsobject.html -%%DOCSDIR%%/html/api/qgraphicsopacityeffect.html -%%DOCSDIR%%/html/api/qgraphicspathitem.html -%%DOCSDIR%%/html/api/qgraphicspixmapitem.html -%%DOCSDIR%%/html/api/qgraphicspolygonitem.html -%%DOCSDIR%%/html/api/qgraphicsproxywidget.html -%%DOCSDIR%%/html/api/qgraphicsrectitem.html -%%DOCSDIR%%/html/api/qgraphicsrotation.html -%%DOCSDIR%%/html/api/qgraphicsscale.html -%%DOCSDIR%%/html/api/qgraphicsscene.html -%%DOCSDIR%%/html/api/qgraphicsscenecontextmenuevent.html -%%DOCSDIR%%/html/api/qgraphicsscenedragdropevent.html -%%DOCSDIR%%/html/api/qgraphicssceneevent.html -%%DOCSDIR%%/html/api/qgraphicsscenehelpevent.html -%%DOCSDIR%%/html/api/qgraphicsscenehoverevent.html -%%DOCSDIR%%/html/api/qgraphicsscenemouseevent.html -%%DOCSDIR%%/html/api/qgraphicsscenemoveevent.html -%%DOCSDIR%%/html/api/qgraphicssceneresizeevent.html -%%DOCSDIR%%/html/api/qgraphicsscenewheelevent.html -%%DOCSDIR%%/html/api/qgraphicssimpletextitem.html -%%DOCSDIR%%/html/api/qgraphicssvgitem.html -%%DOCSDIR%%/html/api/qgraphicstextitem.html -%%DOCSDIR%%/html/api/qgraphicstransform.html -%%DOCSDIR%%/html/api/qgraphicsvideoitem.html -%%DOCSDIR%%/html/api/qgraphicsview.html -%%DOCSDIR%%/html/api/qgraphicswebview.html -%%DOCSDIR%%/html/api/qgraphicswidget.html -%%DOCSDIR%%/html/api/qgridlayout.html -%%DOCSDIR%%/html/api/qgroupbox.html -%%DOCSDIR%%/html/api/qguiapplication.html -%%DOCSDIR%%/html/api/qgyroscope.html -%%DOCSDIR%%/html/api/qgyroscopefilter.html -%%DOCSDIR%%/html/api/qgyroscopereading.html -%%DOCSDIR%%/html/api/qhboxlayout.html -%%DOCSDIR%%/html/api/qheaderview.html -%%DOCSDIR%%/html/api/qhelpcontentitem.html -%%DOCSDIR%%/html/api/qhelpcontentmodel.html -%%DOCSDIR%%/html/api/qhelpcontentwidget.html -%%DOCSDIR%%/html/api/qhelpengine.html -%%DOCSDIR%%/html/api/qhelpenginecore.html -%%DOCSDIR%%/html/api/qhelpevent.html -%%DOCSDIR%%/html/api/qhelpindexmodel.html -%%DOCSDIR%%/html/api/qhelpindexwidget.html -%%DOCSDIR%%/html/api/qhelpsearchengine.html -%%DOCSDIR%%/html/api/qhelpsearchquery.html -%%DOCSDIR%%/html/api/qhelpsearchquerywidget.html -%%DOCSDIR%%/html/api/qhelpsearchresultwidget.html -%%DOCSDIR%%/html/api/qhideevent.html -%%DOCSDIR%%/html/api/qhistorystate.html -%%DOCSDIR%%/html/api/qholsterfilter.html -%%DOCSDIR%%/html/api/qholsterreading.html -%%DOCSDIR%%/html/api/qholstersensor.html -%%DOCSDIR%%/html/api/qhostaddress.html -%%DOCSDIR%%/html/api/qhostinfo.html -%%DOCSDIR%%/html/api/qhoverevent.html -%%DOCSDIR%%/html/api/qhttpmultipart.html -%%DOCSDIR%%/html/api/qhttppart.html -%%DOCSDIR%%/html/api/qicon.html -%%DOCSDIR%%/html/api/qicondragevent.html -%%DOCSDIR%%/html/api/qiconengine.html -%%DOCSDIR%%/html/api/qidentityproxymodel.html -%%DOCSDIR%%/html/api/qimage.html -%%DOCSDIR%%/html/api/qimageencodersettings.html -%%DOCSDIR%%/html/api/qimageiohandler.html -%%DOCSDIR%%/html/api/qimagereader.html -%%DOCSDIR%%/html/api/qimagewriter.html -%%DOCSDIR%%/html/api/qinputdialog.html -%%DOCSDIR%%/html/api/qinputevent.html -%%DOCSDIR%%/html/api/qinputmethod.html -%%DOCSDIR%%/html/api/qinputmethodevent.html -%%DOCSDIR%%/html/api/qinputmethodqueryevent.html -%%DOCSDIR%%/html/api/qintvalidator.html -%%DOCSDIR%%/html/api/qiodevice.html -%%DOCSDIR%%/html/api/qirproximityfilter.html -%%DOCSDIR%%/html/api/qirproximityreading.html -%%DOCSDIR%%/html/api/qirproximitysensor.html -%%DOCSDIR%%/html/api/qitemdelegate.html -%%DOCSDIR%%/html/api/qitemeditorcreatorbase.html -%%DOCSDIR%%/html/api/qitemeditorfactory.html -%%DOCSDIR%%/html/api/qitemselection.html -%%DOCSDIR%%/html/api/qitemselectionmodel.html -%%DOCSDIR%%/html/api/qitemselectionrange.html -%%DOCSDIR%%/html/api/qjsengine.html -%%DOCSDIR%%/html/api/qjsonarray.html -%%DOCSDIR%%/html/api/qjsondocument.html -%%DOCSDIR%%/html/api/qjsonobject.html -%%DOCSDIR%%/html/api/qjsonparseerror.html -%%DOCSDIR%%/html/api/qjsonvalue.html -%%DOCSDIR%%/html/api/qjsvalue.html -%%DOCSDIR%%/html/api/qjsvalueiterator.html -%%DOCSDIR%%/html/api/qkeyevent.html -%%DOCSDIR%%/html/api/qkeyeventtransition.html -%%DOCSDIR%%/html/api/qkeysequence.html -%%DOCSDIR%%/html/api/qkeysequenceedit.html -%%DOCSDIR%%/html/api/qlabel.html -%%DOCSDIR%%/html/api/qlayout.html -%%DOCSDIR%%/html/api/qlayoutitem.html -%%DOCSDIR%%/html/api/qlcdnumber.html -%%DOCSDIR%%/html/api/qlibrary.html -%%DOCSDIR%%/html/api/qlibraryinfo.html -%%DOCSDIR%%/html/api/qlightfilter.html -%%DOCSDIR%%/html/api/qlightreading.html -%%DOCSDIR%%/html/api/qlightsensor.html -%%DOCSDIR%%/html/api/qline.html -%%DOCSDIR%%/html/api/qlineargradient.html -%%DOCSDIR%%/html/api/qlineedit.html -%%DOCSDIR%%/html/api/qlinef.html -%%DOCSDIR%%/html/api/qlistview.html -%%DOCSDIR%%/html/api/qlistwidget.html -%%DOCSDIR%%/html/api/qlistwidgetitem.html -%%DOCSDIR%%/html/api/qlocale.html -%%DOCSDIR%%/html/api/qlocalserver.html -%%DOCSDIR%%/html/api/qlocalsocket.html -%%DOCSDIR%%/html/api/qlocation.html -%%DOCSDIR%%/html/api/qlockfile.html -%%DOCSDIR%%/html/api/qlowenergyadvertisingdata.html -%%DOCSDIR%%/html/api/qlowenergyadvertisingparameters.html -%%DOCSDIR%%/html/api/qlowenergycharacteristic.html -%%DOCSDIR%%/html/api/qlowenergycharacteristicdata.html -%%DOCSDIR%%/html/api/qlowenergyconnectionparameters.html -%%DOCSDIR%%/html/api/qlowenergycontroller.html -%%DOCSDIR%%/html/api/qlowenergydescriptor.html -%%DOCSDIR%%/html/api/qlowenergydescriptordata.html -%%DOCSDIR%%/html/api/qlowenergyservice.html -%%DOCSDIR%%/html/api/qlowenergyservicedata.html -%%DOCSDIR%%/html/api/qmaccocoaviewcontainer.html -%%DOCSDIR%%/html/api/qmacpasteboardmime.html -%%DOCSDIR%%/html/api/qmactoolbar.html -%%DOCSDIR%%/html/api/qmactoolbaritem.html -%%DOCSDIR%%/html/api/qmagnetometer.html -%%DOCSDIR%%/html/api/qmagnetometerfilter.html -%%DOCSDIR%%/html/api/qmagnetometerreading.html -%%DOCSDIR%%/html/api/qmainwindow.html -%%DOCSDIR%%/html/api/qmargins.html -%%DOCSDIR%%/html/api/qmarginsf.html -%%DOCSDIR%%/html/api/qmaskgenerator.html -%%DOCSDIR%%/html/api/qmatrix2x2.html -%%DOCSDIR%%/html/api/qmatrix2x3.html -%%DOCSDIR%%/html/api/qmatrix2x4.html -%%DOCSDIR%%/html/api/qmatrix3x2.html -%%DOCSDIR%%/html/api/qmatrix3x3.html -%%DOCSDIR%%/html/api/qmatrix3x4.html -%%DOCSDIR%%/html/api/qmatrix4x2.html -%%DOCSDIR%%/html/api/qmatrix4x3.html -%%DOCSDIR%%/html/api/qmatrix4x4.html -%%DOCSDIR%%/html/api/qmdiarea.html -%%DOCSDIR%%/html/api/qmdisubwindow.html -%%DOCSDIR%%/html/api/qmediabindableinterface.html -%%DOCSDIR%%/html/api/qmediacontent.html -%%DOCSDIR%%/html/api/qmediacontrol.html -%%DOCSDIR%%/html/api/qmediametadata.html -%%DOCSDIR%%/html/api/qmediaobject.html -%%DOCSDIR%%/html/api/qmediaplayer.html -%%DOCSDIR%%/html/api/qmediaplaylist.html -%%DOCSDIR%%/html/api/qmediarecorder.html -%%DOCSDIR%%/html/api/qmediaresource.html -%%DOCSDIR%%/html/api/qmediaservice.html -%%DOCSDIR%%/html/api/qmediatimeinterval.html -%%DOCSDIR%%/html/api/qmediatimerange.html -%%DOCSDIR%%/html/api/qmenu.html -%%DOCSDIR%%/html/api/qmenubar.html -%%DOCSDIR%%/html/api/qmessageauthenticationcode.html -%%DOCSDIR%%/html/api/qmessagebox.html -%%DOCSDIR%%/html/api/qmessagelogcontext.html -%%DOCSDIR%%/html/api/qmessagelogger.html -%%DOCSDIR%%/html/api/qmetaclassinfo.html -%%DOCSDIR%%/html/api/qmetaenum.html -%%DOCSDIR%%/html/api/qmetamethod.html -%%DOCSDIR%%/html/api/qmetaobject.html -%%DOCSDIR%%/html/api/qmetaproperty.html -%%DOCSDIR%%/html/api/qmetatype.html -%%DOCSDIR%%/html/api/qmimedata.html -%%DOCSDIR%%/html/api/qmimedatabase.html -%%DOCSDIR%%/html/api/qmimetype.html -%%DOCSDIR%%/html/api/qmodelindex.html -%%DOCSDIR%%/html/api/qmouseevent.html -%%DOCSDIR%%/html/api/qmouseeventtransition.html -%%DOCSDIR%%/html/api/qmoveevent.html -%%DOCSDIR%%/html/api/qmovie.html -%%DOCSDIR%%/html/api/qmultimedia.html -%%DOCSDIR%%/html/api/qmutex.html -%%DOCSDIR%%/html/api/qmutexlocker.html -%%DOCSDIR%%/html/api/qndeffilter.html -%%DOCSDIR%%/html/api/qndefmessage.html -%%DOCSDIR%%/html/api/qndefnfciconrecord.html -%%DOCSDIR%%/html/api/qndefnfcsmartposterrecord.html -%%DOCSDIR%%/html/api/qndefnfctextrecord.html -%%DOCSDIR%%/html/api/qndefnfcurirecord.html -%%DOCSDIR%%/html/api/qndefrecord.html -%%DOCSDIR%%/html/api/qnearfieldmanager.html -%%DOCSDIR%%/html/api/qnearfieldsharemanager.html -%%DOCSDIR%%/html/api/qnearfieldsharetarget.html -%%DOCSDIR%%/html/api/qnearfieldtarget.html -%%DOCSDIR%%/html/api/qnetworkaccessmanager.html -%%DOCSDIR%%/html/api/qnetworkaddressentry.html -%%DOCSDIR%%/html/api/qnetworkcachemetadata.html -%%DOCSDIR%%/html/api/qnetworkconfiguration.html -%%DOCSDIR%%/html/api/qnetworkconfigurationmanager.html -%%DOCSDIR%%/html/api/qnetworkcookie.html -%%DOCSDIR%%/html/api/qnetworkcookiejar.html -%%DOCSDIR%%/html/api/qnetworkdiskcache.html -%%DOCSDIR%%/html/api/qnetworkinterface.html -%%DOCSDIR%%/html/api/qnetworkproxy.html -%%DOCSDIR%%/html/api/qnetworkproxyfactory.html -%%DOCSDIR%%/html/api/qnetworkproxyquery.html -%%DOCSDIR%%/html/api/qnetworkreply.html -%%DOCSDIR%%/html/api/qnetworkrequest.html -%%DOCSDIR%%/html/api/qnetworksession.html -%%DOCSDIR%%/html/api/qnmeapositioninfosource.html -%%DOCSDIR%%/html/api/qobject.html -%%DOCSDIR%%/html/api/qobjectcleanuphandler.html -%%DOCSDIR%%/html/api/qoffscreensurface.html -%%DOCSDIR%%/html/api/qopenglbuffer.html -%%DOCSDIR%%/html/api/qopenglcontext.html -%%DOCSDIR%%/html/api/qopenglcontextgroup.html -%%DOCSDIR%%/html/api/qopengldebuglogger.html -%%DOCSDIR%%/html/api/qopengldebugmessage.html -%%DOCSDIR%%/html/api/qopenglframebufferobject.html -%%DOCSDIR%%/html/api/qopenglframebufferobjectformat.html -%%DOCSDIR%%/html/api/qopenglpaintdevice.html -%%DOCSDIR%%/html/api/qopenglshader.html -%%DOCSDIR%%/html/api/qopenglshaderprogram.html -%%DOCSDIR%%/html/api/qopengltexture.html -%%DOCSDIR%%/html/api/qopengltimemonitor.html -%%DOCSDIR%%/html/api/qopengltimerquery.html -%%DOCSDIR%%/html/api/qopenglversionprofile.html -%%DOCSDIR%%/html/api/qopenglvertexarrayobject.html -%%DOCSDIR%%/html/api/qopenglwidget.html -%%DOCSDIR%%/html/api/qopenglwindow.html -%%DOCSDIR%%/html/api/qorientationfilter.html -%%DOCSDIR%%/html/api/qorientationreading.html -%%DOCSDIR%%/html/api/qorientationsensor.html -%%DOCSDIR%%/html/api/qpagedpaintdevice.html -%%DOCSDIR%%/html/api/qpagelayout.html -%%DOCSDIR%%/html/api/qpagesetupdialog.html -%%DOCSDIR%%/html/api/qpagesize.html -%%DOCSDIR%%/html/api/qpaintdevice.html -%%DOCSDIR%%/html/api/qpaintdevicewindow.html -%%DOCSDIR%%/html/api/qpaintengine.html -%%DOCSDIR%%/html/api/qpaintenginestate.html -%%DOCSDIR%%/html/api/qpainter.html -%%DOCSDIR%%/html/api/qpainterpath.html -%%DOCSDIR%%/html/api/qpainterpathstroker.html -%%DOCSDIR%%/html/api/qpaintevent.html -%%DOCSDIR%%/html/api/qpalette.html -%%DOCSDIR%%/html/api/qpangesture.html -%%DOCSDIR%%/html/api/qparallelanimationgroup.html -%%DOCSDIR%%/html/api/qpauseanimation.html -%%DOCSDIR%%/html/api/qpdfwriter.html -%%DOCSDIR%%/html/api/qpen.html -%%DOCSDIR%%/html/api/qpersistentmodelindex.html -%%DOCSDIR%%/html/api/qpicture.html -%%DOCSDIR%%/html/api/qpictureio.html -%%DOCSDIR%%/html/api/qpinchgesture.html -%%DOCSDIR%%/html/api/qpixelformat.html -%%DOCSDIR%%/html/api/qpixmap.html -%%DOCSDIR%%/html/api/qpixmapcache.html -%%DOCSDIR%%/html/api/qplace.html -%%DOCSDIR%%/html/api/qplaceattribute.html -%%DOCSDIR%%/html/api/qplacecategory.html -%%DOCSDIR%%/html/api/qplacecontactdetail.html -%%DOCSDIR%%/html/api/qplacecontent.html -%%DOCSDIR%%/html/api/qplacecontentreply.html -%%DOCSDIR%%/html/api/qplacecontentrequest.html -%%DOCSDIR%%/html/api/qplacedetailsreply.html -%%DOCSDIR%%/html/api/qplaceeditorial.html -%%DOCSDIR%%/html/api/qplaceicon.html -%%DOCSDIR%%/html/api/qplaceidreply.html -%%DOCSDIR%%/html/api/qplaceimage.html -%%DOCSDIR%%/html/api/qplacemanager.html -%%DOCSDIR%%/html/api/qplacemanagerengine.html -%%DOCSDIR%%/html/api/qplacematchreply.html -%%DOCSDIR%%/html/api/qplacematchrequest.html -%%DOCSDIR%%/html/api/qplaceproposedsearchresult.html -%%DOCSDIR%%/html/api/qplaceratings.html -%%DOCSDIR%%/html/api/qplacereply.html -%%DOCSDIR%%/html/api/qplaceresult.html -%%DOCSDIR%%/html/api/qplacereview.html -%%DOCSDIR%%/html/api/qplacesearchreply.html -%%DOCSDIR%%/html/api/qplacesearchrequest.html -%%DOCSDIR%%/html/api/qplacesearchresult.html -%%DOCSDIR%%/html/api/qplacesearchsuggestionreply.html -%%DOCSDIR%%/html/api/qplacesupplier.html -%%DOCSDIR%%/html/api/qplaceuser.html -%%DOCSDIR%%/html/api/qplaintextdocumentlayout.html -%%DOCSDIR%%/html/api/qplaintextedit.html -%%DOCSDIR%%/html/api/qpluginloader.html -%%DOCSDIR%%/html/api/qpoint.html -%%DOCSDIR%%/html/api/qpointf.html -%%DOCSDIR%%/html/api/qpolygon.html -%%DOCSDIR%%/html/api/qpolygonf.html -%%DOCSDIR%%/html/api/qpressurefilter.html -%%DOCSDIR%%/html/api/qpressurereading.html -%%DOCSDIR%%/html/api/qpressuresensor.html -%%DOCSDIR%%/html/api/qprintdialog.html -%%DOCSDIR%%/html/api/qprintengine.html -%%DOCSDIR%%/html/api/qprinter.html -%%DOCSDIR%%/html/api/qprinterinfo.html -%%DOCSDIR%%/html/api/qprintpreviewdialog.html -%%DOCSDIR%%/html/api/qprintpreviewwidget.html -%%DOCSDIR%%/html/api/qprocess.html -%%DOCSDIR%%/html/api/qprocessenvironment.html -%%DOCSDIR%%/html/api/qprogressbar.html -%%DOCSDIR%%/html/api/qprogressdialog.html -%%DOCSDIR%%/html/api/qpropertyanimation.html -%%DOCSDIR%%/html/api/qproximityfilter.html -%%DOCSDIR%%/html/api/qproximityreading.html -%%DOCSDIR%%/html/api/qproximitysensor.html -%%DOCSDIR%%/html/api/qproxystyle.html -%%DOCSDIR%%/html/api/qpushbutton.html -%%DOCSDIR%%/html/api/qqmlabstracturlinterceptor.html -%%DOCSDIR%%/html/api/qqmlapplicationengine.html -%%DOCSDIR%%/html/api/qqmlcomponent.html -%%DOCSDIR%%/html/api/qqmlcontext.html -%%DOCSDIR%%/html/api/qqmlengine.html -%%DOCSDIR%%/html/api/qqmlerror.html -%%DOCSDIR%%/html/api/qqmlexpression.html -%%DOCSDIR%%/html/api/qqmlextensionplugin.html -%%DOCSDIR%%/html/api/qqmlfileselector.html -%%DOCSDIR%%/html/api/qqmlimageproviderbase.html -%%DOCSDIR%%/html/api/qqmlincubator.html -%%DOCSDIR%%/html/api/qqmlincubatorcontrol.html -%%DOCSDIR%%/html/api/qqmllistproperty.html -%%DOCSDIR%%/html/api/qqmllistreference.html -%%DOCSDIR%%/html/api/qqmlndefrecord.html -%%DOCSDIR%%/html/api/qqmlnetworkaccessmanagerfactory.html -%%DOCSDIR%%/html/api/qqmlparserstatus.html -%%DOCSDIR%%/html/api/qqmlproperty.html -%%DOCSDIR%%/html/api/qqmlpropertymap.html -%%DOCSDIR%%/html/api/qqmlpropertyvaluesource.html -%%DOCSDIR%%/html/api/qqmlscriptstring.html -%%DOCSDIR%%/html/api/qquaternion.html -%%DOCSDIR%%/html/api/qquickasyncimageprovider.html -%%DOCSDIR%%/html/api/qquickframebufferobject.html -%%DOCSDIR%%/html/api/qquickimageprovider.html -%%DOCSDIR%%/html/api/qquickimageresponse.html -%%DOCSDIR%%/html/api/qquickitem.html -%%DOCSDIR%%/html/api/qquickitemgrabresult.html -%%DOCSDIR%%/html/api/qquickpainteditem.html -%%DOCSDIR%%/html/api/qquickrendercontrol.html -%%DOCSDIR%%/html/api/qquicktextdocument.html -%%DOCSDIR%%/html/api/qquicktexturefactory.html -%%DOCSDIR%%/html/api/qquickview.html -%%DOCSDIR%%/html/api/qquickwebengineprofile.html -%%DOCSDIR%%/html/api/qquickwidget.html -%%DOCSDIR%%/html/api/qquickwindow.html -%%DOCSDIR%%/html/api/qradialgradient.html -%%DOCSDIR%%/html/api/qradiobutton.html -%%DOCSDIR%%/html/api/qradiodata.html -%%DOCSDIR%%/html/api/qradiotuner.html -%%DOCSDIR%%/html/api/qrasterwindow.html -%%DOCSDIR%%/html/api/qrawfont.html -%%DOCSDIR%%/html/api/qreadlocker.html -%%DOCSDIR%%/html/api/qreadwritelock.html -%%DOCSDIR%%/html/api/qrect.html -%%DOCSDIR%%/html/api/qrectf.html -%%DOCSDIR%%/html/api/qregexp.html -%%DOCSDIR%%/html/api/qregexpvalidator.html -%%DOCSDIR%%/html/api/qregion.html -%%DOCSDIR%%/html/api/qregularexpression.html -%%DOCSDIR%%/html/api/qregularexpressionmatch.html -%%DOCSDIR%%/html/api/qregularexpressionmatchiterator.html -%%DOCSDIR%%/html/api/qregularexpressionvalidator.html -%%DOCSDIR%%/html/api/qresizeevent.html -%%DOCSDIR%%/html/api/qresource.html -%%DOCSDIR%%/html/api/qrgba64.html -%%DOCSDIR%%/html/api/qrotationfilter.html -%%DOCSDIR%%/html/api/qrotationreading.html -%%DOCSDIR%%/html/api/qrotationsensor.html -%%DOCSDIR%%/html/api/qrubberband.html -%%DOCSDIR%%/html/api/qrunnable.html -%%DOCSDIR%%/html/api/qsavefile.html -%%DOCSDIR%%/html/api/qscreen.html -%%DOCSDIR%%/html/api/qscrollarea.html -%%DOCSDIR%%/html/api/qscrollbar.html -%%DOCSDIR%%/html/api/qscroller.html -%%DOCSDIR%%/html/api/qscrollerproperties.html -%%DOCSDIR%%/html/api/qscrollevent.html -%%DOCSDIR%%/html/api/qscrollprepareevent.html -%%DOCSDIR%%/html/api/qsemaphore.html -%%DOCSDIR%%/html/api/qsensor.html -%%DOCSDIR%%/html/api/qsensorfilter.html -%%DOCSDIR%%/html/api/qsensorreading.html -%%DOCSDIR%%/html/api/qsequentialanimationgroup.html -%%DOCSDIR%%/html/api/qserialport.html -%%DOCSDIR%%/html/api/qserialportinfo.html -%%DOCSDIR%%/html/api/qsessionmanager.html -%%DOCSDIR%%/html/api/qsettings.html -%%DOCSDIR%%/html/api/qsgabstractrenderer.html -%%DOCSDIR%%/html/api/qsgbasicgeometrynode.html -%%DOCSDIR%%/html/api/qsgclipnode.html -%%DOCSDIR%%/html/api/qsgdynamictexture.html -%%DOCSDIR%%/html/api/qsgengine.html -%%DOCSDIR%%/html/api/qsgflatcolormaterial.html -%%DOCSDIR%%/html/api/qsggeometry.html -%%DOCSDIR%%/html/api/qsggeometrynode.html -%%DOCSDIR%%/html/api/qsgmaterial.html -%%DOCSDIR%%/html/api/qsgmaterialshader.html -%%DOCSDIR%%/html/api/qsgmaterialtype.html -%%DOCSDIR%%/html/api/qsgnode.html -%%DOCSDIR%%/html/api/qsgopacitynode.html -%%DOCSDIR%%/html/api/qsgopaquetexturematerial.html -%%DOCSDIR%%/html/api/qsgsimplerectnode.html -%%DOCSDIR%%/html/api/qsgsimpletexturenode.html -%%DOCSDIR%%/html/api/qsgtexture.html -%%DOCSDIR%%/html/api/qsgtexturematerial.html -%%DOCSDIR%%/html/api/qsgtextureprovider.html -%%DOCSDIR%%/html/api/qsgtransformnode.html -%%DOCSDIR%%/html/api/qsgvertexcolormaterial.html -%%DOCSDIR%%/html/api/qsharedmemory.html -%%DOCSDIR%%/html/api/qshortcut.html -%%DOCSDIR%%/html/api/qshortcutevent.html -%%DOCSDIR%%/html/api/qshowevent.html -%%DOCSDIR%%/html/api/qsignalblocker.html -%%DOCSDIR%%/html/api/qsignalmapper.html -%%DOCSDIR%%/html/api/qsignalspy.html -%%DOCSDIR%%/html/api/qsignaltransition.html -%%DOCSDIR%%/html/api/qsimplexmlnodemodel.html -%%DOCSDIR%%/html/api/qsize.html -%%DOCSDIR%%/html/api/qsizef.html -%%DOCSDIR%%/html/api/qsizegrip.html -%%DOCSDIR%%/html/api/qsizepolicy.html -%%DOCSDIR%%/html/api/qslider.html -%%DOCSDIR%%/html/api/qsocketnotifier.html -%%DOCSDIR%%/html/api/qsortfilterproxymodel.html -%%DOCSDIR%%/html/api/qsound.html -%%DOCSDIR%%/html/api/qsoundeffect.html -%%DOCSDIR%%/html/api/qsourcelocation.html -%%DOCSDIR%%/html/api/qspaceritem.html -%%DOCSDIR%%/html/api/qspinbox.html -%%DOCSDIR%%/html/api/qsplashscreen.html -%%DOCSDIR%%/html/api/qsplitter.html -%%DOCSDIR%%/html/api/qsplitterhandle.html -%%DOCSDIR%%/html/api/qsql.html -%%DOCSDIR%%/html/api/qsqldatabase.html -%%DOCSDIR%%/html/api/qsqldriver.html -%%DOCSDIR%%/html/api/qsqldrivercreatorbase.html -%%DOCSDIR%%/html/api/qsqlerror.html -%%DOCSDIR%%/html/api/qsqlfield.html -%%DOCSDIR%%/html/api/qsqlindex.html -%%DOCSDIR%%/html/api/qsqlquery.html -%%DOCSDIR%%/html/api/qsqlquerymodel.html -%%DOCSDIR%%/html/api/qsqlrecord.html -%%DOCSDIR%%/html/api/qsqlrelation.html -%%DOCSDIR%%/html/api/qsqlrelationaldelegate.html -%%DOCSDIR%%/html/api/qsqlrelationaltablemodel.html -%%DOCSDIR%%/html/api/qsqlresult.html -%%DOCSDIR%%/html/api/qsqltablemodel.html -%%DOCSDIR%%/html/api/qssl.html -%%DOCSDIR%%/html/api/qsslcertificate.html -%%DOCSDIR%%/html/api/qsslcertificateextension.html -%%DOCSDIR%%/html/api/qsslcipher.html -%%DOCSDIR%%/html/api/qsslconfiguration.html -%%DOCSDIR%%/html/api/qsslerror.html -%%DOCSDIR%%/html/api/qsslkey.html -%%DOCSDIR%%/html/api/qsslsocket.html -%%DOCSDIR%%/html/api/qstackedlayout.html -%%DOCSDIR%%/html/api/qstackedwidget.html -%%DOCSDIR%%/html/api/qstandarditem.html -%%DOCSDIR%%/html/api/qstandarditemmodel.html -%%DOCSDIR%%/html/api/qstandardpaths.html -%%DOCSDIR%%/html/api/qstate.html -%%DOCSDIR%%/html/api/qstatemachine.html -%%DOCSDIR%%/html/api/qstatictext.html -%%DOCSDIR%%/html/api/qstatusbar.html -%%DOCSDIR%%/html/api/qstatustipevent.html -%%DOCSDIR%%/html/api/qstorageinfo.html -%%DOCSDIR%%/html/api/qstringlistmodel.html -%%DOCSDIR%%/html/api/qstyle.html -%%DOCSDIR%%/html/api/qstyleditemdelegate.html -%%DOCSDIR%%/html/api/qstylefactory.html -%%DOCSDIR%%/html/api/qstylehintreturn.html -%%DOCSDIR%%/html/api/qstylehintreturnmask.html -%%DOCSDIR%%/html/api/qstylehintreturnvariant.html -%%DOCSDIR%%/html/api/qstylehints.html -%%DOCSDIR%%/html/api/qstyleoption.html -%%DOCSDIR%%/html/api/qstyleoptionbutton.html -%%DOCSDIR%%/html/api/qstyleoptioncombobox.html -%%DOCSDIR%%/html/api/qstyleoptioncomplex.html -%%DOCSDIR%%/html/api/qstyleoptiondockwidget.html -%%DOCSDIR%%/html/api/qstyleoptionfocusrect.html -%%DOCSDIR%%/html/api/qstyleoptionframe.html -%%DOCSDIR%%/html/api/qstyleoptiongraphicsitem.html -%%DOCSDIR%%/html/api/qstyleoptiongroupbox.html -%%DOCSDIR%%/html/api/qstyleoptionheader.html -%%DOCSDIR%%/html/api/qstyleoptionmenuitem.html -%%DOCSDIR%%/html/api/qstyleoptionprogressbar.html -%%DOCSDIR%%/html/api/qstyleoptionrubberband.html -%%DOCSDIR%%/html/api/qstyleoptionsizegrip.html -%%DOCSDIR%%/html/api/qstyleoptionslider.html -%%DOCSDIR%%/html/api/qstyleoptionspinbox.html -%%DOCSDIR%%/html/api/qstyleoptiontab.html -%%DOCSDIR%%/html/api/qstyleoptiontabbarbase.html -%%DOCSDIR%%/html/api/qstyleoptiontabwidgetframe.html -%%DOCSDIR%%/html/api/qstyleoptiontitlebar.html -%%DOCSDIR%%/html/api/qstyleoptiontoolbar.html -%%DOCSDIR%%/html/api/qstyleoptiontoolbox.html -%%DOCSDIR%%/html/api/qstyleoptiontoolbutton.html -%%DOCSDIR%%/html/api/qstyleoptionviewitem.html -%%DOCSDIR%%/html/api/qstylepainter.html -%%DOCSDIR%%/html/api/qsurface.html -%%DOCSDIR%%/html/api/qsurfaceformat.html -%%DOCSDIR%%/html/api/qsvggenerator.html -%%DOCSDIR%%/html/api/qsvgrenderer.html -%%DOCSDIR%%/html/api/qsvgwidget.html -%%DOCSDIR%%/html/api/qswipegesture.html -%%DOCSDIR%%/html/api/qsyntaxhighlighter.html -%%DOCSDIR%%/html/api/qsysinfo.html -%%DOCSDIR%%/html/api/qsystemsemaphore.html -%%DOCSDIR%%/html/api/qsystemtrayicon.html -%%DOCSDIR%%/html/api/qt.html -%%DOCSDIR%%/html/api/qtabbar.html -%%DOCSDIR%%/html/api/qtabletevent.html -%%DOCSDIR%%/html/api/qtableview.html -%%DOCSDIR%%/html/api/qtablewidget.html -%%DOCSDIR%%/html/api/qtablewidgetitem.html -%%DOCSDIR%%/html/api/qtablewidgetselectionrange.html -%%DOCSDIR%%/html/api/qtabwidget.html -%%DOCSDIR%%/html/api/qtapandholdgesture.html -%%DOCSDIR%%/html/api/qtapfilter.html -%%DOCSDIR%%/html/api/qtapgesture.html -%%DOCSDIR%%/html/api/qtapreading.html -%%DOCSDIR%%/html/api/qtapsensor.html -%%DOCSDIR%%/html/api/qtcpserver.html -%%DOCSDIR%%/html/api/qtcpsocket.html -%%DOCSDIR%%/html/api/qtemporarydir.html -%%DOCSDIR%%/html/api/qtemporaryfile.html -%%DOCSDIR%%/html/api/qtest.html -%%DOCSDIR%%/html/api/qtextblock.html -%%DOCSDIR%%/html/api/qtextblockformat.html -%%DOCSDIR%%/html/api/qtextblockgroup.html -%%DOCSDIR%%/html/api/qtextblockuserdata.html -%%DOCSDIR%%/html/api/qtextboundaryfinder.html -%%DOCSDIR%%/html/api/qtextbrowser.html -%%DOCSDIR%%/html/api/qtextcharformat.html -%%DOCSDIR%%/html/api/qtextcodec.html -%%DOCSDIR%%/html/api/qtextcursor.html -%%DOCSDIR%%/html/api/qtextdecoder.html -%%DOCSDIR%%/html/api/qtextdocument.html -%%DOCSDIR%%/html/api/qtextdocumentfragment.html -%%DOCSDIR%%/html/api/qtextdocumentwriter.html -%%DOCSDIR%%/html/api/qtextedit.html -%%DOCSDIR%%/html/api/qtextencoder.html -%%DOCSDIR%%/html/api/qtextformat.html -%%DOCSDIR%%/html/api/qtextfragment.html -%%DOCSDIR%%/html/api/qtextframe.html -%%DOCSDIR%%/html/api/qtextframeformat.html -%%DOCSDIR%%/html/api/qtextimageformat.html -%%DOCSDIR%%/html/api/qtextinlineobject.html -%%DOCSDIR%%/html/api/qtextitem.html -%%DOCSDIR%%/html/api/qtextlayout.html -%%DOCSDIR%%/html/api/qtextlength.html -%%DOCSDIR%%/html/api/qtextline.html -%%DOCSDIR%%/html/api/qtextlist.html -%%DOCSDIR%%/html/api/qtextlistformat.html -%%DOCSDIR%%/html/api/qtextobject.html -%%DOCSDIR%%/html/api/qtextobjectinterface.html -%%DOCSDIR%%/html/api/qtextoption.html -%%DOCSDIR%%/html/api/qtextstream.html -%%DOCSDIR%%/html/api/qtextstreammanipulator.html -%%DOCSDIR%%/html/api/qtexttable.html -%%DOCSDIR%%/html/api/qtexttablecell.html -%%DOCSDIR%%/html/api/qtexttablecellformat.html -%%DOCSDIR%%/html/api/qtexttableformat.html -%%DOCSDIR%%/html/api/qthread.html -%%DOCSDIR%%/html/api/qthreadpool.html -%%DOCSDIR%%/html/api/qtiltfilter.html -%%DOCSDIR%%/html/api/qtiltreading.html -%%DOCSDIR%%/html/api/qtiltsensor.html -%%DOCSDIR%%/html/api/qtime.html -%%DOCSDIR%%/html/api/qtimeedit.html -%%DOCSDIR%%/html/api/qtimeline.html -%%DOCSDIR%%/html/api/qtimer.html -%%DOCSDIR%%/html/api/qtimerevent.html -%%DOCSDIR%%/html/api/qtimezone.html -%%DOCSDIR%%/html/api/qtoolbar.html -%%DOCSDIR%%/html/api/qtoolbox.html -%%DOCSDIR%%/html/api/qtoolbutton.html -%%DOCSDIR%%/html/api/qtooltip.html -%%DOCSDIR%%/html/api/qtouchdevice.html -%%DOCSDIR%%/html/api/qtouchevent.html -%%DOCSDIR%%/html/api/qtransform.html -%%DOCSDIR%%/html/api/qtranslator.html -%%DOCSDIR%%/html/api/qtreeview.html -%%DOCSDIR%%/html/api/qtreewidget.html -%%DOCSDIR%%/html/api/qtreewidgetitem.html -%%DOCSDIR%%/html/api/qtreewidgetitemiterator.html -%%DOCSDIR%%/html/api/qtwin.html -%%DOCSDIR%%/html/api/qudpsocket.html -%%DOCSDIR%%/html/api/qundocommand.html -%%DOCSDIR%%/html/api/qundogroup.html -%%DOCSDIR%%/html/api/qundostack.html -%%DOCSDIR%%/html/api/qundoview.html -%%DOCSDIR%%/html/api/qurl.html -%%DOCSDIR%%/html/api/qurlquery.html -%%DOCSDIR%%/html/api/quuid.html -%%DOCSDIR%%/html/api/qvalidator.html -%%DOCSDIR%%/html/api/qvariant.html -%%DOCSDIR%%/html/api/qvariantanimation.html -%%DOCSDIR%%/html/api/qvboxlayout.html -%%DOCSDIR%%/html/api/qvector2d.html -%%DOCSDIR%%/html/api/qvector3d.html -%%DOCSDIR%%/html/api/qvector4d.html -%%DOCSDIR%%/html/api/qvideoencodersettings.html -%%DOCSDIR%%/html/api/qvideoframe.html -%%DOCSDIR%%/html/api/qvideoprobe.html -%%DOCSDIR%%/html/api/qvideosurfaceformat.html -%%DOCSDIR%%/html/api/qvideowidget.html -%%DOCSDIR%%/html/api/qwaitcondition.html -%%DOCSDIR%%/html/api/qwebchannel.html -%%DOCSDIR%%/html/api/qwebchannelabstracttransport.html -%%DOCSDIR%%/html/api/qwebdatabase.html -%%DOCSDIR%%/html/api/qwebelement.html -%%DOCSDIR%%/html/api/qwebelementcollection.html -%%DOCSDIR%%/html/api/qwebenginecertificateerror.html -%%DOCSDIR%%/html/api/qwebenginecontextmenudata.html -%%DOCSDIR%%/html/api/qwebenginecookiestore.html -%%DOCSDIR%%/html/api/qwebenginedownloaditem.html -%%DOCSDIR%%/html/api/qwebenginehistory.html -%%DOCSDIR%%/html/api/qwebenginehistoryitem.html -%%DOCSDIR%%/html/api/qwebenginepage.html -%%DOCSDIR%%/html/api/qwebengineprofile.html -%%DOCSDIR%%/html/api/qwebenginescript.html -%%DOCSDIR%%/html/api/qwebenginescriptcollection.html -%%DOCSDIR%%/html/api/qwebenginesettings.html -%%DOCSDIR%%/html/api/qwebengineurlrequestinfo.html -%%DOCSDIR%%/html/api/qwebengineurlrequestinterceptor.html -%%DOCSDIR%%/html/api/qwebengineurlrequestjob.html -%%DOCSDIR%%/html/api/qwebengineurlschemehandler.html -%%DOCSDIR%%/html/api/qwebengineview.html -%%DOCSDIR%%/html/api/qwebframe.html -%%DOCSDIR%%/html/api/qwebhistory.html -%%DOCSDIR%%/html/api/qwebhistoryinterface.html -%%DOCSDIR%%/html/api/qwebhistoryitem.html -%%DOCSDIR%%/html/api/qwebhittestresult.html -%%DOCSDIR%%/html/api/qwebinspector.html -%%DOCSDIR%%/html/api/qwebpage.html -%%DOCSDIR%%/html/api/qwebpluginfactory.html -%%DOCSDIR%%/html/api/qwebsecurityorigin.html -%%DOCSDIR%%/html/api/qwebsettings.html -%%DOCSDIR%%/html/api/qwebsocket.html -%%DOCSDIR%%/html/api/qwebsocketcorsauthenticator.html -%%DOCSDIR%%/html/api/qwebsocketprotocol.html -%%DOCSDIR%%/html/api/qwebsocketserver.html -%%DOCSDIR%%/html/api/qwebview.html -%%DOCSDIR%%/html/api/qwhatsthis.html -%%DOCSDIR%%/html/api/qwhatsthisclickedevent.html -%%DOCSDIR%%/html/api/qwheelevent.html -%%DOCSDIR%%/html/api/qwidget.html -%%DOCSDIR%%/html/api/qwidgetaction.html -%%DOCSDIR%%/html/api/qwidgetitem.html -%%DOCSDIR%%/html/api/qwindow.html -%%DOCSDIR%%/html/api/qwindowstatechangeevent.html -%%DOCSDIR%%/html/api/qwinjumplist.html -%%DOCSDIR%%/html/api/qwinjumplistcategory.html -%%DOCSDIR%%/html/api/qwinjumplistitem.html -%%DOCSDIR%%/html/api/qwintaskbarbutton.html -%%DOCSDIR%%/html/api/qwintaskbarprogress.html -%%DOCSDIR%%/html/api/qwinthumbnailtoolbar.html -%%DOCSDIR%%/html/api/qwinthumbnailtoolbutton.html -%%DOCSDIR%%/html/api/qwizard.html -%%DOCSDIR%%/html/api/qwizardpage.html -%%DOCSDIR%%/html/api/qwritelocker.html -%%DOCSDIR%%/html/api/qx11info.html -%%DOCSDIR%%/html/api/qxmlattributes.html -%%DOCSDIR%%/html/api/qxmlcontenthandler.html -%%DOCSDIR%%/html/api/qxmldeclhandler.html -%%DOCSDIR%%/html/api/qxmldefaulthandler.html -%%DOCSDIR%%/html/api/qxmldtdhandler.html -%%DOCSDIR%%/html/api/qxmlentityresolver.html -%%DOCSDIR%%/html/api/qxmlerrorhandler.html -%%DOCSDIR%%/html/api/qxmlformatter.html -%%DOCSDIR%%/html/api/qxmlinputsource.html -%%DOCSDIR%%/html/api/qxmlitem.html -%%DOCSDIR%%/html/api/qxmllexicalhandler.html -%%DOCSDIR%%/html/api/qxmllocator.html -%%DOCSDIR%%/html/api/qxmlname.html -%%DOCSDIR%%/html/api/qxmlnamepool.html -%%DOCSDIR%%/html/api/qxmlnamespacesupport.html -%%DOCSDIR%%/html/api/qxmlnodemodelindex.html -%%DOCSDIR%%/html/api/qxmlparseexception.html -%%DOCSDIR%%/html/api/qxmlquery.html -%%DOCSDIR%%/html/api/qxmlreader.html -%%DOCSDIR%%/html/api/qxmlresultitems.html -%%DOCSDIR%%/html/api/qxmlschema.html -%%DOCSDIR%%/html/api/qxmlschemavalidator.html -%%DOCSDIR%%/html/api/qxmlserializer.html -%%DOCSDIR%%/html/api/qxmlsimplereader.html -%%DOCSDIR%%/html/api/qxmlstreamattribute.html -%%DOCSDIR%%/html/api/qxmlstreamattributes.html -%%DOCSDIR%%/html/api/qxmlstreamentitydeclaration.html -%%DOCSDIR%%/html/api/qxmlstreamentityresolver.html -%%DOCSDIR%%/html/api/qxmlstreamnamespacedeclaration.html -%%DOCSDIR%%/html/api/qxmlstreamnotationdeclaration.html -%%DOCSDIR%%/html/api/qxmlstreamreader.html -%%DOCSDIR%%/html/api/qxmlstreamwriter.html -%%DOCSDIR%%/html/api_details/qjsonarray.html -%%DOCSDIR%%/html/api_details/qjsonobject.html -%%DOCSDIR%%/html/api_details/qjsonvalue.html -%%DOCSDIR%%/html/class_reference.html -%%DOCSDIR%%/html/dbus.html -%%DOCSDIR%%/html/deploy_commercial.html -%%DOCSDIR%%/html/deprecations.html -%%DOCSDIR%%/html/designer.html -%%DOCSDIR%%/html/extension_api.html -%%DOCSDIR%%/html/genindex.html -%%DOCSDIR%%/html/gotchas.html -%%DOCSDIR%%/html/i18n.html -%%DOCSDIR%%/html/incompatibilities.html -%%DOCSDIR%%/html/index.html -%%DOCSDIR%%/html/installation.html -%%DOCSDIR%%/html/introduction.html -%%DOCSDIR%%/html/metaobjects.html -%%DOCSDIR%%/html/multiinheritance.html -%%DOCSDIR%%/html/objects.inv -%%DOCSDIR%%/html/opengl.html -%%DOCSDIR%%/html/pickle.html -%%DOCSDIR%%/html/platforms.html -%%DOCSDIR%%/html/py-modindex.html -%%DOCSDIR%%/html/pyqt4_differences.html -%%DOCSDIR%%/html/pyqt_qsettings.html -%%DOCSDIR%%/html/pyqt_qvariant.html -%%DOCSDIR%%/html/python_shell.html -%%DOCSDIR%%/html/qml.html -%%DOCSDIR%%/html/qt_interfaces.html -%%DOCSDIR%%/html/qt_properties.html -%%DOCSDIR%%/html/resources.html -%%DOCSDIR%%/html/search.html -%%DOCSDIR%%/html/searchindex.js -%%DOCSDIR%%/html/signals_slots.html diff --git a/multimedia/py-qt5-multimedia/Makefile b/multimedia/py-qt5-multimedia/Makefile index 11fa656dd2aa..9596da8ac7a7 100644 --- a/multimedia/py-qt5-multimedia/Makefile +++ b/multimedia/py-qt5-multimedia/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= multimedia -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org diff --git a/multimedia/py-qt5-multimediawidgets/Makefile b/multimedia/py-qt5-multimediawidgets/Makefile index 24f22e76645b..3c46beb33203 100644 --- a/multimedia/py-qt5-multimediawidgets/Makefile +++ b/multimedia/py-qt5-multimediawidgets/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= multimediawidgets -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org diff --git a/net/py-qt5-network/pkg-plist b/net/py-qt5-network/pkg-plist index 7eb3d4123b53..ce828797b4fc 100644 --- a/net/py-qt5-network/pkg-plist +++ b/net/py-qt5-network/pkg-plist @@ -6,6 +6,7 @@ %%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip %%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip %%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip +%%PYQT_SIPDIR%%/QtNetwork/qhstspolicy.sip %%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip @@ -14,6 +15,7 @@ %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip +%%PYQT_SIPDIR%%/QtNetwork/qnetworkdatagram.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip @@ -27,6 +29,7 @@ %%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip %%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip +%%PYQT_SIPDIR%%/QtNetwork/qssldiffiehellmanparameters.sip %%PYQT_SIPDIR%%/QtNetwork/qsslellipticcurve.sip %%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip %%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip diff --git a/print/py-qt5-printsupport/Makefile b/print/py-qt5-printsupport/Makefile index 730f77f2f4c4..e8cf96158e1c 100644 --- a/print/py-qt5-printsupport/Makefile +++ b/print/py-qt5-printsupport/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= printsupport -PORTREVISION= 1 CATEGORIES= print python MAINTAINER= kde@FreeBSD.org diff --git a/textproc/py-qt5-xml/pkg-plist b/textproc/py-qt5-xml/pkg-plist index 53ceea74f14e..76da29de3bcf 100644 --- a/textproc/py-qt5-xml/pkg-plist +++ b/textproc/py-qt5-xml/pkg-plist @@ -8,6 +8,4 @@ bin/pyrcc5 %%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip %%PYQT_SIPDIR%%/QtXml/qdom.sip %%PYQT_SIPDIR%%/QtXml/qxml.sip -%%PYQT_SIPDIR%%/pylupdate/pylupdatemod.sip -%%PYQT_SIPDIR%%/pyrcc/pyrccmod.sip %%API%%share/qt5/qsci/api/python/QtXml.api diff --git a/www/py-qt5-webkit/Makefile b/www/py-qt5-webkit/Makefile index 021d74f513c7..5bea7c82b7b0 100644 --- a/www/py-qt5-webkit/Makefile +++ b/www/py-qt5-webkit/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= webkit -PORTREVISION= 1 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org diff --git a/www/py-qt5-webkitwidgets/Makefile b/www/py-qt5-webkitwidgets/Makefile index 713f2cf1892e..506806c0caa4 100644 --- a/www/py-qt5-webkitwidgets/Makefile +++ b/www/py-qt5-webkitwidgets/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= webkitwidgets -PORTREVISION= 1 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/py-qt5-gui/Makefile b/x11-toolkits/py-qt5-gui/Makefile index 49e3ec542646..9e927f93a01d 100644 --- a/x11-toolkits/py-qt5-gui/Makefile +++ b/x11-toolkits/py-qt5-gui/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= gui -PORTREVISION= 1 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/py-qt5-gui/pkg-plist b/x11-toolkits/py-qt5-gui/pkg-plist index e9986cef37f9..913468ec48f0 100644 --- a/x11-toolkits/py-qt5-gui/pkg-plist +++ b/x11-toolkits/py-qt5-gui/pkg-plist @@ -37,6 +37,7 @@ %%PYQT_SIPDIR%%/QtGui/qopenglpixeltransferoptions.sip %%PYQT_SIPDIR%%/QtGui/qopenglshaderprogram.sip %%PYQT_SIPDIR%%/QtGui/qopengltexture.sip +%%PYQT_SIPDIR%%/QtGui/qopengltextureblitter.sip %%PYQT_SIPDIR%%/QtGui/qopengltimerquery.sip %%PYQT_SIPDIR%%/QtGui/qopenglversionfunctions.sip %%PYQT_SIPDIR%%/QtGui/qopenglvertexarrayobject.sip diff --git a/x11-toolkits/py-qt5-quick/pkg-plist b/x11-toolkits/py-qt5-quick/pkg-plist index 11af7d3ee4c9..187ae33ffb18 100644 --- a/x11-toolkits/py-qt5-quick/pkg-plist +++ b/x11-toolkits/py-qt5-quick/pkg-plist @@ -15,6 +15,10 @@ %%PYQT_SIPDIR%%/QtQuick/qsggeometry.sip %%PYQT_SIPDIR%%/QtQuick/qsgmaterial.sip %%PYQT_SIPDIR%%/QtQuick/qsgnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgimagenode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgrectanglenode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgrendererinterface.sip +%%PYQT_SIPDIR%%/QtQuick/qsgrendernode.sip %%PYQT_SIPDIR%%/QtQuick/qsgsimplerectnode.sip %%PYQT_SIPDIR%%/QtQuick/qsgsimpletexturenode.sip %%PYQT_SIPDIR%%/QtQuick/qsgtexture.sip diff --git a/x11-toolkits/py-qt5-widgets/Makefile b/x11-toolkits/py-qt5-widgets/Makefile index 1bee75400a55..de8c1689be11 100644 --- a/x11-toolkits/py-qt5-widgets/Makefile +++ b/x11-toolkits/py-qt5-widgets/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= widgets -PORTREVISION= 1 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index c265eec4d1cb..bf437f7841e3 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -3,7 +3,6 @@ PORTNAME= opengl PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org diff --git a/x11/py-qt5-opengl/Makefile b/x11/py-qt5-opengl/Makefile index b89bfed3c973..d5fe06311bed 100644 --- a/x11/py-qt5-opengl/Makefile +++ b/x11/py-qt5-opengl/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= opengl -PORTREVISION= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org