aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-04-30 10:07:23 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-04-30 10:07:23 +0000
commitaa9ba55255003e536d912f6a71b36cf6ab414449 (patch)
tree14a76c1351a42a41d3f48c96da3e0b221f278796
parentf1cbd3af4bb88ceef52c73f0a6630b461f05c772 (diff)
downloadports-aa9ba55255003e536d912f6a71b36cf6ab414449.tar.gz
ports-aa9ba55255003e536d912f6a71b36cf6ab414449.zip
Notes
-rw-r--r--Mk/Uses/pyqt.mk12
-rw-r--r--devel/py-qt4/distinfo5
-rw-r--r--devel/py-qt5-core/files/patch-configure.py116
-rw-r--r--devel/py-qt5-core/pkg-plist72
-rw-r--r--devel/py-qt5/distinfo7
-rw-r--r--devel/py-sip/Makefile2
-rw-r--r--devel/py-sip/distinfo6
-rw-r--r--devel/py-sip/files/patch-hg_6b09a6d578e820
-rw-r--r--devel/qscintilla2/pkg-plist8
-rw-r--r--graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.144
-rw-r--r--math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.1946
-rw-r--r--misc/py-qt4-doc/pkg-plist56
-rw-r--r--misc/py-qt5-demo/Makefile8
-rw-r--r--misc/py-qt5-doc/pkg-plist2020
-rw-r--r--textproc/py-qt5-xml/pkg-plist6
15 files changed, 1288 insertions, 1140 deletions
diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk
index 2be0ff460f4b..b05243868bd4 100644
--- a/Mk/Uses/pyqt.mk
+++ b/Mk/Uses/pyqt.mk
@@ -61,16 +61,16 @@ MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-${PORTVERSION} \
MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
GENTOO
-SIP_VERSION= 4.18
+SIP_VERSION= 4.19.2
QSCI2_VERSION= 2.9.1
-PYQT4_VERSION= 4.11.4
-PYQT5_VERSION= 5.6
+PYQT4_VERSION= 4.12
+PYQT5_VERSION= 5.7.1
SIP_DISTNAME= sip-${SIP_VERSION}
-PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION}
-PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo
+PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION}
+PYQT4_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
PYQT5_DISTNAME= PyQt5_gpl-${PYQT5_VERSION}
-PYQT5_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt5/distinfo
+PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION}
# PyQt components split up into pyqt4/pyqt5/...
diff --git a/devel/py-qt4/distinfo b/devel/py-qt4/distinfo
index 300e82a26909..e905e6293a93 100644
--- a/devel/py-qt4/distinfo
+++ b/devel/py-qt4/distinfo
@@ -1,2 +1,3 @@
-SHA256 (PyQt-x11-gpl-4.11.4.tar.gz) = fc1fe77495432ba3b0d74ff5cb164d375a97f5dddb728256330f615a7cdcf407
-SIZE (PyQt-x11-gpl-4.11.4.tar.gz) = 11317088
+TIMESTAMP = 1487867323
+SHA256 (PyQt4_gpl_x11-4.12.tar.gz) = 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db
+SIZE (PyQt4_gpl_x11-4.12.tar.gz) = 11325395
diff --git a/devel/py-qt5-core/files/patch-configure.py b/devel/py-qt5-core/files/patch-configure.py
index 27350ce3b841..37c78fd443fd 100644
--- a/devel/py-qt5-core/files/patch-configure.py
+++ b/devel/py-qt5-core/files/patch-configure.py
@@ -7,82 +7,97 @@ 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-04-24 10:55:08.000000000 +0000
-+++ configure.py 2016-10-30 22:16:19.159104000 +0000
-@@ -1482,13 +1482,13 @@
-
- generate_sip_module_code(target_config, verbose, no_timestamp, parts,
- tracing, 'Qt', sip_flags)
+--- 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 @@
+
+ # Add the internal modules if they are required.
+ if not target_config.no_tools:
+- pyqt_modules.append('pylupdate')
+- pyqt_modules.append('pyrcc')
++ 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)
- subdirs.append('Qt')
-
+
+ wrappers = []
if not target_config.no_tools:
-- # Generate pylupdate5 and pyrcc5.
+- # Generate the pylupdate5 and pyrcc5 wrappers.
- for tool in ('pylupdate', 'pyrcc'):
-- generate_application_makefile(target_config, verbose, tool)
-- subdirs.append(tool)
+- wrappers.append((tool,
+- generate_tool_wrapper(target_config, tool + '5',
+- 'PyQt5.%s_main' % tool)))
+-
+- # Generate the pyuic5 wrapper.
+- wrappers.append(('pyuic',
+ if "QtXml" in target_config.pyqt_modules:
-+ # Generate pylupdate5 and pyrcc5.
++ # Generate the pylupdate5 and pyrcc5 wrappers.
+ for tool in ('pylupdate', 'pyrcc'):
-+ generate_application_makefile(target_config, verbose, tool)
-+ subdirs.append(tool)
-
- # Generate the pyuic5 wrapper.
- pyuic_wrapper = generate_pyuic5_wrapper(target_config)
-@@ -1507,22 +1507,6 @@
++ 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 @@
source_path('examples', 'quick', 'tutorials', 'extending',
'chapter6-plugins'))
-
+
- # Generate the QScintilla API file.
- if target_config.qsci_api:
- inform("Generating the QScintilla API file...")
- f = open_for_writing('PyQt5.api')
-
- for mname in target_config.pyqt_modules:
-- api = open(mname + '.api')
+- if MODULE_METADATA[mname].public:
+- api = open(mname + '.api')
-
-- for l in api:
-- f.write('PyQt5.' + l)
+- for l in api:
+- f.write('PyQt5.' + l)
-
-- api.close()
-- os.remove(mname + '.api')
+- api.close()
+- os.remove(mname + '.api')
-
- f.close()
-
# Generate the Python dbus module.
if target_config.pydbus_module_dir != '':
mname = 'dbus'
-@@ -1548,21 +1532,24 @@
+@@ -1577,14 +1562,18 @@
out_f.write('''TEMPLATE = subdirs
CONFIG += ordered nostrip
SUBDIRS = %s
-+''' % ' '.join(subdirs))
-
++''' % (' '.join(subdirs)))
+
+ if "QtCore" in target_config.pyqt_modules:
+ out_f.write('''
init_py.files = %s
init_py.path = %s
INSTALLS += init_py
--''' % (' '.join(subdirs), source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5')))
-+''' % (source_path('__init__.py'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5')))
-
-- # Install the uic module and the pyuic5 wrapper.
+-''' % (' '.join(subdirs), source_path('__init__.py'), root_dir))
++''' % (source_path('__init__.py'), root_dir))
+
+- # Install the uic module.
- out_f.write('''
-+ # Install the uic module and the pyuic5 wrapper.
-+ out_f.write('''
++ if not target_config.no_tools:
++ # Install the uic module.
++ out_f.write('''
uic_package.files = %s
uic_package.path = %s
INSTALLS += uic_package
- ''' % (source_path('pyuic', 'uic'), qmake_quote(target_config.pyqt_module_dir + '/PyQt5')))
-
-- if not target_config.no_tools:
-- out_f.write('''
-+ if not target_config.no_tools:
-+ out_f.write('''
- pyuic5.files = %s
- pyuic5.path = %s
- INSTALLS += pyuic5
-@@ -1579,11 +1566,12 @@
-
+@@ -1620,11 +1609,12 @@
+
# Install the QScintilla .api file.
if target_config.qsci_api:
+ api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules])
@@ -93,17 +108,6 @@ 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()
-
-@@ -2140,7 +2128,9 @@
- else:
- dlist = target_config.dbus_inc_dirs
-
-- target_config.dbus_inc_dirs = []
-+ # Don't reset dbus_inc_dirs, because it will forget the flags
-+ # found for dbus, above (which might require multiple -I flags).
-+ # target_config.dbus_inc_dirs = []
-
- for d in dlist:
- if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK):
+
diff --git a/devel/py-qt5-core/pkg-plist b/devel/py-qt5-core/pkg-plist
index 28950ed04e4e..5977ad9c8de7 100644
--- a/devel/py-qt5-core/pkg-plist
+++ b/devel/py-qt5-core/pkg-plist
@@ -1,101 +1,101 @@
bin/pyuic5
%%PYTHON_SITELIBDIR%%/PyQt5/Qt.py
%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/Qt.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so
%%PYTHON_SITELIBDIR%%/PyQt5/__init__.py
%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/__init__.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.%%PYTHON_PYOEXTENSION%%
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.py
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.pyc
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.%%PYTHON_PYOEXTENSION%%
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.py
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.pyc
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc
-%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo
+%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.%%PYTHON_PYOEXTENSION%%
%%PYQT_SIPDIR%%/QtCore/QtCoremod.sip
%%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip
%%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip
diff --git a/devel/py-qt5/distinfo b/devel/py-qt5/distinfo
index c79dd9c9ce16..3e376da6547a 100644
--- a/devel/py-qt5/distinfo
+++ b/devel/py-qt5/distinfo
@@ -1,3 +1,4 @@
-TIMESTAMP = 1477759251
-SHA256 (PyQt5_gpl-5.6.tar.gz) = 2e481a6c4c41b96ed3b33449e5f9599987c63a5c8db93313bd57a6acbf20f0e1
-SIZE (PyQt5_gpl-5.6.tar.gz) = 3720782
+TIMESTAMP = 1487865147
+SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14
+SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746
+
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile
index 56991de9c7f0..c5032083c5eb 100644
--- a/devel/py-sip/Makefile
+++ b/devel/py-sip/Makefile
@@ -39,5 +39,7 @@ post-install:
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
-f -d ${PYTHONPREFIX_SITELIBDIR} \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+ ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sip
+ ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/sip.so
.include <bsd.port.mk>
diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo
index 4191b9e0956c..782194e9222e 100644
--- a/devel/py-sip/distinfo
+++ b/devel/py-sip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473848835
-SHA256 (sip-4.18.tar.gz) = f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6
-SIZE (sip-4.18.tar.gz) = 991980
+TIMESTAMP = 1491828562
+SHA256 (sip-4.19.2.tar.gz) = 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533
+SIZE (sip-4.19.2.tar.gz) = 1000746
diff --git a/devel/py-sip/files/patch-hg_6b09a6d578e8 b/devel/py-sip/files/patch-hg_6b09a6d578e8
new file mode 100644
index 000000000000..8c22e4ed542a
--- /dev/null
+++ b/devel/py-sip/files/patch-hg_6b09a6d578e8
@@ -0,0 +1,20 @@
+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/devel/qscintilla2/pkg-plist b/devel/qscintilla2/pkg-plist
index 54fa1df1aec6..dc5eb1a07684 100644
--- a/devel/qscintilla2/pkg-plist
+++ b/devel/qscintilla2/pkg-plist
@@ -48,10 +48,10 @@
%%QT_INCDIR%%/Qsci/qsciscintillabase.h
%%QT_INCDIR%%/Qsci/qscistyle.h
%%QT_INCDIR%%/Qsci/qscistyledtext.h
-lib/qt4/libqscintilla2.so
-lib/qt4/libqscintilla2.so.12
-lib/qt4/libqscintilla2.so.12.0
-lib/qt4/libqscintilla2.so.12.0.1
+%%QT_LIBDIR%%/libqscintilla2.so
+%%QT_LIBDIR%%/libqscintilla2.so.12
+%%QT_LIBDIR%%/libqscintilla2.so.12.0
+%%QT_LIBDIR%%/libqscintilla2.so.12.0.1
%%QT_MKSPECDIR%%/features/qscintilla2.prf
share/qt4/qsci/api/python/Python-2.4.api
share/qt4/qsci/api/python/Python-2.5.api
diff --git a/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1 b/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1
new file mode 100644
index 000000000000..2dc8444c768c
--- /dev/null
+++ b/graphics/qgis/files/patch-gentoogit_d9559d0_qgis-2.18.3-sip-4.19.1
@@ -0,0 +1,44 @@
+Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-geosciences/qgis
+
+From 85a0db24f32351f6096cd8282f03ad5c2f4e6ef5 Mon Sep 17 00:00:00 2001
+From: Sandro Mani <manisandro@gmail.com>
+Date: Wed, 1 Mar 2017 16:12:38 +0100
+Subject: [PATCH] Fix build against recent sip/PyQt4:
+
+qgsfiledownloader.sip:33:0:
+src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()'
+
+RuntimeError: qgis._core cannot import type 'QList<QVariant>' from PyQt4.QtCore
+---
+ python/core/core.sip | 1 +
+ src/gui/qgsfiledownloader.h | 4 +++-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/python/core/core.sip b/python/core/core.sip
+index 8f0b6af..41f5450 100644
+--- python/core/core.sip
++++ python/core/core.sip
+@@ -3,6 +3,7 @@
+
+ %Feature QT5_SUPPORT
+
++%Import QtCore/QtCoremod.sip
+ %Import QtXml/QtXmlmod.sip
+ %Import QtNetwork/QtNetworkmod.sip
+ %Import QtSql/QtSqlmod.sip
+diff --git a/src/gui/qgsfiledownloader.h b/src/gui/qgsfiledownloader.h
+index c9276f7..841e4b6 100644
+--- src/gui/qgsfiledownloader.h
++++ src/gui/qgsfiledownloader.h
+@@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject
+ void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
+ #endif
+
+- private:
++ protected:
+ ~QgsFileDownloader();
++
++ private:
+ /**
+ * Abort current request and show an error if the instance has GUI
+ * notifications enabled.
diff --git a/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19 b/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19
new file mode 100644
index 000000000000..ed805d10c6e1
--- /dev/null
+++ b/math/qtiplot/files/patch-gentoogit_68af1bc_qtiplot-0.9.8.9-sip-4.19
@@ -0,0 +1,46 @@
+Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-visualization/qtiplot
+
+sci-visualization/qtiplot: Fix build with >=sip-4.19
+Thanks-to: Fabio Rossi <rossi.f@inwind.it>
+Gentoo-bug: 609280
+
+Package-Manager: Portage-2.3.3, Repoman-2.3.1
+
+--- qtiplot/src/scripting/qti.sip 2017-02-13 17:01:03.123828499 +0100
++++ qtiplot/src/scripting/qti.sip 2017-02-13 17:02:12.628828234 +0100
+@@ -148,14 +148,14 @@
+ }
+ break;
+ case Table::Date:
+- if (sipCanConvertToType(item, sipType_QDateTime, 0)) {
++ if (sipCanConvertToType(item, sipFindType("QDateTime"), 0)) {
+ int isErr = 0;
+- QDateTime* dateTime = reinterpret_cast<QDateTime*>(sipConvertToType(item, sipType_QDateTime,
++ QDateTime* dateTime = reinterpret_cast<QDateTime*>(sipConvertToType(item, sipFindType("QDateTime"),
+ 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr));
+ if (isErr)
+ return 1;
+ table->setText(row, col, dateTime->toString(table->columnFormat(col)));
+- delete dateTime;
++ //delete dateTime;
+ }
+ else {
+ if (PyType_Ready(item_type) == 0)
+@@ -164,14 +164,14 @@
+ }
+ break;
+ case Table::Time:
+- if (sipCanConvertToType(item, sipType_QTime, 0)) {
++ if (sipCanConvertToType(item, sipFindType("QTime"), 0)) {
+ int isErr = 0;
+- QTime* time = reinterpret_cast<QTime*>(sipConvertToType(item, sipType_QTime,
++ QTime* time = reinterpret_cast<QTime*>(sipConvertToType(item, sipFindType("QTime"),
+ 0/*sipTransferObj*/, 0/*flags*/, 0/*state*/, &isErr));
+ if (isErr)
+ return 1;
+ table->setText(row, col, time->toString(table->columnFormat(col)));
+- delete time;
++ //delete time;
+ }
+ else {
+ if (PyType_Ready(item_type) == 0)
diff --git a/misc/py-qt4-doc/pkg-plist b/misc/py-qt4-doc/pkg-plist
index e5c60ed9eb08..5beab3a46ae4 100644
--- a/misc/py-qt4-doc/pkg-plist
+++ b/misc/py-qt4-doc/pkg-plist
@@ -2,31 +2,32 @@
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
%%DOCSDIR%%/THANKS
-%%DOCSDIR%%/html/_sources/buffer_interface.txt
-%%DOCSDIR%%/html/_sources/build_system.txt
-%%DOCSDIR%%/html/_sources/dbus.txt
-%%DOCSDIR%%/html/_sources/deploy_commercial.txt
-%%DOCSDIR%%/html/_sources/designer.txt
-%%DOCSDIR%%/html/_sources/gotchas.txt
-%%DOCSDIR%%/html/_sources/i18n.txt
-%%DOCSDIR%%/html/_sources/incompatibilities.txt
-%%DOCSDIR%%/html/_sources/incompatible_apis.txt
-%%DOCSDIR%%/html/_sources/index.txt
-%%DOCSDIR%%/html/_sources/installation.txt
-%%DOCSDIR%%/html/_sources/introduction.txt
-%%DOCSDIR%%/html/_sources/keyword_arguments.txt
-%%DOCSDIR%%/html/_sources/new_style_signals_slots.txt
-%%DOCSDIR%%/html/_sources/old_style_signals_slots.txt
-%%DOCSDIR%%/html/_sources/pickle.txt
-%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt
-%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt
-%%DOCSDIR%%/html/_sources/python_shell.txt
-%%DOCSDIR%%/html/_sources/python_v3.txt
-%%DOCSDIR%%/html/_sources/qml.txt
-%%DOCSDIR%%/html/_sources/qt_properties.txt
-%%DOCSDIR%%/html/_sources/qt_v5.txt
-%%DOCSDIR%%/html/_sources/resources.txt
-%%DOCSDIR%%/html/_sources/webkit.txt
+%%DOCSDIR%%/html/_sources/buffer_interface.rst.txt
+%%DOCSDIR%%/html/_sources/build_system.rst.txt
+%%DOCSDIR%%/html/_sources/dbus.rst.txt
+%%DOCSDIR%%/html/_sources/deploy_commercial.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/incompatible_apis.rst.txt
+%%DOCSDIR%%/html/_sources/index.rst.txt
+%%DOCSDIR%%/html/_sources/installation.rst.txt
+%%DOCSDIR%%/html/_sources/introduction.rst.txt
+%%DOCSDIR%%/html/_sources/keyword_arguments.rst.txt
+%%DOCSDIR%%/html/_sources/new_style_signals_slots.rst.txt
+%%DOCSDIR%%/html/_sources/old_style_signals_slots.rst.txt
+%%DOCSDIR%%/html/_sources/pickle.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/python_v3.rst.txt
+%%DOCSDIR%%/html/_sources/qml.rst.txt
+%%DOCSDIR%%/html/_sources/qt_properties.rst.txt
+%%DOCSDIR%%/html/_sources/qt_v5.rst.txt
+%%DOCSDIR%%/html/_sources/resources.rst.txt
+%%DOCSDIR%%/html/_sources/webkit.rst.txt
%%DOCSDIR%%/html/_static/ajax-loader.gif
%%DOCSDIR%%/html/_static/basic.css
%%DOCSDIR%%/html/_static/classic.css
@@ -37,8 +38,8 @@
%%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/jquery-1.11.1.js
%%DOCSDIR%%/html/_static/logo.png
%%DOCSDIR%%/html/_static/logo_tn.ico
%%DOCSDIR%%/html/_static/minus.png
@@ -46,8 +47,8 @@
%%DOCSDIR%%/html/_static/pygments.css
%%DOCSDIR%%/html/_static/searchtools.js
%%DOCSDIR%%/html/_static/sidebar.js
-%%DOCSDIR%%/html/_static/underscore.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
@@ -58,6 +59,7 @@
%%DOCSDIR%%/html/dbus.html
%%DOCSDIR%%/html/deploy_commercial.html
%%DOCSDIR%%/html/designer.html
+%%DOCSDIR%%/html/extension_api.html
%%DOCSDIR%%/html/genindex.html
%%DOCSDIR%%/html/gotchas.html
%%DOCSDIR%%/html/i18n.html
diff --git a/misc/py-qt5-demo/Makefile b/misc/py-qt5-demo/Makefile
index c2eecad2ea83..56e1dc548000 100644
--- a/misc/py-qt5-demo/Makefile
+++ b/misc/py-qt5-demo/Makefile
@@ -11,13 +11,9 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples
DISTINFO_FILE= ${PYQT_DISTINFO_FILE}
-
NO_BUILD= yes
-USES= python pyqt:5
-USE_PYQT= #
-
-EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5
+USES= python pyqt:5
USE_PYQT= core_run dbus_run designer_run \
designerplugin_run doc_run gui_run multimedia_run \
multimediawidgets_run network_run opengl_run qscintilla2_run \
@@ -25,6 +21,8 @@ USE_PYQT= core_run dbus_run designer_run \
xmlpatterns_run sip_run qscintilla2_run \
printsupport_run serialport_run webkitwidgets_run widgets_run
+EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5
+
do-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
diff --git a/misc/py-qt5-doc/pkg-plist b/misc/py-qt5-doc/pkg-plist
index 0d16a11cdb34..c81f58fdc143 100644
--- a/misc/py-qt5-doc/pkg-plist
+++ b/misc/py-qt5-doc/pkg-plist
@@ -1,1003 +1,1015 @@
%%DOCSDIR%%/LICENSE
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
-%%DOCSDIR%%/html/_sources/api/enginio.txt
-%%DOCSDIR%%/html/_sources/api/enginioclient.txt
-%%DOCSDIR%%/html/_sources/api/enginioclientconnection.txt
-%%DOCSDIR%%/html/_sources/api/enginioidentity.txt
-%%DOCSDIR%%/html/_sources/api/enginiomodel.txt
-%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.txt
-%%DOCSDIR%%/html/_sources/api/enginioreply.txt
-%%DOCSDIR%%/html/_sources/api/qabstractanimation.txt
-%%DOCSDIR%%/html/_sources/api/qabstractbutton.txt
-%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.txt
-%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.txt
-%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.txt
-%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.txt
-%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.txt
-%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.txt
-%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.txt
-%%DOCSDIR%%/html/_sources/api/qabstractitemview.txt
-%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.txt
-%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.txt
-%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.txt
-%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.txt
-%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.txt
-%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.txt
-%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.txt
-%%DOCSDIR%%/html/_sources/api/qabstractslider.txt
-%%DOCSDIR%%/html/_sources/api/qabstractsocket.txt
-%%DOCSDIR%%/html/_sources/api/qabstractspinbox.txt
-%%DOCSDIR%%/html/_sources/api/qabstractstate.txt
-%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.txt
-%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.txt
-%%DOCSDIR%%/html/_sources/api/qabstracttransition.txt
-%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.txt
-%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.txt
-%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.txt
-%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.txt
-%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.txt
-%%DOCSDIR%%/html/_sources/api/qaccelerometer.txt
-%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.txt
-%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.txt
-%%DOCSDIR%%/html/_sources/api/qaction.txt
-%%DOCSDIR%%/html/_sources/api/qactionevent.txt
-%%DOCSDIR%%/html/_sources/api/qactiongroup.txt
-%%DOCSDIR%%/html/_sources/api/qaltimeter.txt
-%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.txt
-%%DOCSDIR%%/html/_sources/api/qaltimeterreading.txt
-%%DOCSDIR%%/html/_sources/api/qambientlightfilter.txt
-%%DOCSDIR%%/html/_sources/api/qambientlightreading.txt
-%%DOCSDIR%%/html/_sources/api/qambientlightsensor.txt
-%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.txt
-%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.txt
-%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.txt
-%%DOCSDIR%%/html/_sources/api/qanimationgroup.txt
-%%DOCSDIR%%/html/_sources/api/qapplication.txt
-%%DOCSDIR%%/html/_sources/api/qaudio.txt
-%%DOCSDIR%%/html/_sources/api/qaudiobuffer.txt
-%%DOCSDIR%%/html/_sources/api/qaudiodecoder.txt
-%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.txt
-%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.txt
-%%DOCSDIR%%/html/_sources/api/qaudioformat.txt
-%%DOCSDIR%%/html/_sources/api/qaudioinput.txt
-%%DOCSDIR%%/html/_sources/api/qaudiooutput.txt
-%%DOCSDIR%%/html/_sources/api/qaudioprobe.txt
-%%DOCSDIR%%/html/_sources/api/qaudiorecorder.txt
-%%DOCSDIR%%/html/_sources/api/qauthenticator.txt
-%%DOCSDIR%%/html/_sources/api/qaxbase.txt
-%%DOCSDIR%%/html/_sources/api/qaxobject.txt
-%%DOCSDIR%%/html/_sources/api/qaxwidget.txt
-%%DOCSDIR%%/html/_sources/api/qbackingstore.txt
-%%DOCSDIR%%/html/_sources/api/qbasictimer.txt
-%%DOCSDIR%%/html/_sources/api/qbitarray.txt
-%%DOCSDIR%%/html/_sources/api/qbitmap.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothserver.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.txt
-%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.txt
-%%DOCSDIR%%/html/_sources/api/qboxlayout.txt
-%%DOCSDIR%%/html/_sources/api/qbrush.txt
-%%DOCSDIR%%/html/_sources/api/qbuffer.txt
-%%DOCSDIR%%/html/_sources/api/qbuttongroup.txt
-%%DOCSDIR%%/html/_sources/api/qbytearray.txt
-%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.txt
-%%DOCSDIR%%/html/_sources/api/qcalendarwidget.txt
-%%DOCSDIR%%/html/_sources/api/qcamera.txt
-%%DOCSDIR%%/html/_sources/api/qcameraexposure.txt
-%%DOCSDIR%%/html/_sources/api/qcamerafocus.txt
-%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.txt
-%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.txt
-%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.txt
-%%DOCSDIR%%/html/_sources/api/qcamerainfo.txt
-%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.txt
-%%DOCSDIR%%/html/_sources/api/qcheckbox.txt
-%%DOCSDIR%%/html/_sources/api/qchildevent.txt
-%%DOCSDIR%%/html/_sources/api/qclipboard.txt
-%%DOCSDIR%%/html/_sources/api/qcloseevent.txt
-%%DOCSDIR%%/html/_sources/api/qcollator.txt
-%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.txt
-%%DOCSDIR%%/html/_sources/api/qcolor.txt
-%%DOCSDIR%%/html/_sources/api/qcolordialog.txt
-%%DOCSDIR%%/html/_sources/api/qcolumnview.txt
-%%DOCSDIR%%/html/_sources/api/qcombobox.txt
-%%DOCSDIR%%/html/_sources/api/qcommandlineoption.txt
-%%DOCSDIR%%/html/_sources/api/qcommandlineparser.txt
-%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.txt
-%%DOCSDIR%%/html/_sources/api/qcommonstyle.txt
-%%DOCSDIR%%/html/_sources/api/qcompass.txt
-%%DOCSDIR%%/html/_sources/api/qcompassfilter.txt
-%%DOCSDIR%%/html/_sources/api/qcompassreading.txt
-%%DOCSDIR%%/html/_sources/api/qcompleter.txt
-%%DOCSDIR%%/html/_sources/api/qconicalgradient.txt
-%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.txt
-%%DOCSDIR%%/html/_sources/api/qcoreapplication.txt
-%%DOCSDIR%%/html/_sources/api/qcryptographichash.txt
-%%DOCSDIR%%/html/_sources/api/qcursor.txt
-%%DOCSDIR%%/html/_sources/api/qdatastream.txt
-%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.txt
-%%DOCSDIR%%/html/_sources/api/qdate.txt
-%%DOCSDIR%%/html/_sources/api/qdateedit.txt
-%%DOCSDIR%%/html/_sources/api/qdatetime.txt
-%%DOCSDIR%%/html/_sources/api/qdatetimeedit.txt
-%%DOCSDIR%%/html/_sources/api/qdbus.txt
-%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.txt
-%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdbusargument.txt
-%%DOCSDIR%%/html/_sources/api/qdbusconnection.txt
-%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.txt
-%%DOCSDIR%%/html/_sources/api/qdbuserror.txt
-%%DOCSDIR%%/html/_sources/api/qdbusinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdbusmessage.txt
-%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.txt
-%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.txt
-%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.txt
-%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.txt
-%%DOCSDIR%%/html/_sources/api/qdbusreply.txt
-%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.txt
-%%DOCSDIR%%/html/_sources/api/qdbussignature.txt
-%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.txt
-%%DOCSDIR%%/html/_sources/api/qdbusvariant.txt
-%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.txt
-%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.txt
-%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.txt
-%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.txt
-%%DOCSDIR%%/html/_sources/api/qdesktopservices.txt
-%%DOCSDIR%%/html/_sources/api/qdesktopwidget.txt
-%%DOCSDIR%%/html/_sources/api/qdial.txt
-%%DOCSDIR%%/html/_sources/api/qdialog.txt
-%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.txt
-%%DOCSDIR%%/html/_sources/api/qdir.txt
-%%DOCSDIR%%/html/_sources/api/qdiriterator.txt
-%%DOCSDIR%%/html/_sources/api/qdirmodel.txt
-%%DOCSDIR%%/html/_sources/api/qdistancefilter.txt
-%%DOCSDIR%%/html/_sources/api/qdistancereading.txt
-%%DOCSDIR%%/html/_sources/api/qdistancesensor.txt
-%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.txt
-%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.txt
-%%DOCSDIR%%/html/_sources/api/qdnslookup.txt
-%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.txt
-%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.txt
-%%DOCSDIR%%/html/_sources/api/qdnstextrecord.txt
-%%DOCSDIR%%/html/_sources/api/qdockwidget.txt
-%%DOCSDIR%%/html/_sources/api/qdomattr.txt
-%%DOCSDIR%%/html/_sources/api/qdomcdatasection.txt
-%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.txt
-%%DOCSDIR%%/html/_sources/api/qdomcomment.txt
-%%DOCSDIR%%/html/_sources/api/qdomdocument.txt
-%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.txt
-%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.txt
-%%DOCSDIR%%/html/_sources/api/qdomelement.txt
-%%DOCSDIR%%/html/_sources/api/qdomentity.txt
-%%DOCSDIR%%/html/_sources/api/qdomentityreference.txt
-%%DOCSDIR%%/html/_sources/api/qdomimplementation.txt
-%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.txt
-%%DOCSDIR%%/html/_sources/api/qdomnode.txt
-%%DOCSDIR%%/html/_sources/api/qdomnodelist.txt
-%%DOCSDIR%%/html/_sources/api/qdomnotation.txt
-%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.txt
-%%DOCSDIR%%/html/_sources/api/qdomtext.txt
-%%DOCSDIR%%/html/_sources/api/qdoublespinbox.txt
-%%DOCSDIR%%/html/_sources/api/qdoublevalidator.txt
-%%DOCSDIR%%/html/_sources/api/qdrag.txt
-%%DOCSDIR%%/html/_sources/api/qdragenterevent.txt
-%%DOCSDIR%%/html/_sources/api/qdragleaveevent.txt
-%%DOCSDIR%%/html/_sources/api/qdragmoveevent.txt
-%%DOCSDIR%%/html/_sources/api/qdropevent.txt
-%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.txt
-%%DOCSDIR%%/html/_sources/api/qeasingcurve.txt
-%%DOCSDIR%%/html/_sources/api/qelapsedtimer.txt
-%%DOCSDIR%%/html/_sources/api/qenterevent.txt
-%%DOCSDIR%%/html/_sources/api/qerrormessage.txt
-%%DOCSDIR%%/html/_sources/api/qevent.txt
-%%DOCSDIR%%/html/_sources/api/qeventloop.txt
-%%DOCSDIR%%/html/_sources/api/qeventlooplocker.txt
-%%DOCSDIR%%/html/_sources/api/qeventtransition.txt
-%%DOCSDIR%%/html/_sources/api/qexposeevent.txt
-%%DOCSDIR%%/html/_sources/api/qextensionfactory.txt
-%%DOCSDIR%%/html/_sources/api/qextensionmanager.txt
-%%DOCSDIR%%/html/_sources/api/qfile.txt
-%%DOCSDIR%%/html/_sources/api/qfiledevice.txt
-%%DOCSDIR%%/html/_sources/api/qfiledialog.txt
-%%DOCSDIR%%/html/_sources/api/qfileiconprovider.txt
-%%DOCSDIR%%/html/_sources/api/qfileinfo.txt
-%%DOCSDIR%%/html/_sources/api/qfileopenevent.txt
-%%DOCSDIR%%/html/_sources/api/qfileselector.txt
-%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.txt
-%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.txt
-%%DOCSDIR%%/html/_sources/api/qfinalstate.txt
-%%DOCSDIR%%/html/_sources/api/qfocusevent.txt
-%%DOCSDIR%%/html/_sources/api/qfocusframe.txt
-%%DOCSDIR%%/html/_sources/api/qfont.txt
-%%DOCSDIR%%/html/_sources/api/qfontcombobox.txt
-%%DOCSDIR%%/html/_sources/api/qfontdatabase.txt
-%%DOCSDIR%%/html/_sources/api/qfontdialog.txt
-%%DOCSDIR%%/html/_sources/api/qfontinfo.txt
-%%DOCSDIR%%/html/_sources/api/qfontmetrics.txt
-%%DOCSDIR%%/html/_sources/api/qfontmetricsf.txt
-%%DOCSDIR%%/html/_sources/api/qformbuilder.txt
-%%DOCSDIR%%/html/_sources/api/qformlayout.txt
-%%DOCSDIR%%/html/_sources/api/qframe.txt
-%%DOCSDIR%%/html/_sources/api/qgenericargument.txt
-%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.txt
-%%DOCSDIR%%/html/_sources/api/qgeoaddress.txt
-%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.txt
-%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.txt
-%%DOCSDIR%%/html/_sources/api/qgeocircle.txt
-%%DOCSDIR%%/html/_sources/api/qgeocodereply.txt
-%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.txt
-%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.txt
-%%DOCSDIR%%/html/_sources/api/qgeocoordinate.txt
-%%DOCSDIR%%/html/_sources/api/qgeolocation.txt
-%%DOCSDIR%%/html/_sources/api/qgeomaneuver.txt
-%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt
-%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt
-%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt
-%%DOCSDIR%%/html/_sources/api/qgeoroute.txt
-%%DOCSDIR%%/html/_sources/api/qgeoroutereply.txt
-%%DOCSDIR%%/html/_sources/api/qgeorouterequest.txt
-%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.txt
-%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.txt
-%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.txt
-%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt
-%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.txt
-%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.txt
-%%DOCSDIR%%/html/_sources/api/qgeoshape.txt
-%%DOCSDIR%%/html/_sources/api/qgesture.txt
-%%DOCSDIR%%/html/_sources/api/qgestureevent.txt
-%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.txt
-%%DOCSDIR%%/html/_sources/api/qgl.txt
-%%DOCSDIR%%/html/_sources/api/qglcontext.txt
-%%DOCSDIR%%/html/_sources/api/qglformat.txt
-%%DOCSDIR%%/html/_sources/api/qglwidget.txt
-%%DOCSDIR%%/html/_sources/api/qglyphrun.txt
-%%DOCSDIR%%/html/_sources/api/qgradient.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicseffect.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicslayout.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsobject.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscale.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscene.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicstransform.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicsview.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicswebview.txt
-%%DOCSDIR%%/html/_sources/api/qgraphicswidget.txt
-%%DOCSDIR%%/html/_sources/api/qgridlayout.txt
-%%DOCSDIR%%/html/_sources/api/qgroupbox.txt
-%%DOCSDIR%%/html/_sources/api/qguiapplication.txt
-%%DOCSDIR%%/html/_sources/api/qgyroscope.txt
-%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.txt
-%%DOCSDIR%%/html/_sources/api/qgyroscopereading.txt
-%%DOCSDIR%%/html/_sources/api/qhboxlayout.txt
-%%DOCSDIR%%/html/_sources/api/qheaderview.txt
-%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.txt
-%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.txt
-%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.txt
-%%DOCSDIR%%/html/_sources/api/qhelpengine.txt
-%%DOCSDIR%%/html/_sources/api/qhelpenginecore.txt
-%%DOCSDIR%%/html/_sources/api/qhelpevent.txt
-%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.txt
-%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.txt
-%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.txt
-%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.txt
-%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.txt
-%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.txt
-%%DOCSDIR%%/html/_sources/api/qhideevent.txt
-%%DOCSDIR%%/html/_sources/api/qhistorystate.txt
-%%DOCSDIR%%/html/_sources/api/qholsterfilter.txt
-%%DOCSDIR%%/html/_sources/api/qholsterreading.txt
-%%DOCSDIR%%/html/_sources/api/qholstersensor.txt
-%%DOCSDIR%%/html/_sources/api/qhostaddress.txt
-%%DOCSDIR%%/html/_sources/api/qhostinfo.txt
-%%DOCSDIR%%/html/_sources/api/qhoverevent.txt
-%%DOCSDIR%%/html/_sources/api/qhttpmultipart.txt
-%%DOCSDIR%%/html/_sources/api/qhttppart.txt
-%%DOCSDIR%%/html/_sources/api/qicon.txt
-%%DOCSDIR%%/html/_sources/api/qicondragevent.txt
-%%DOCSDIR%%/html/_sources/api/qiconengine.txt
-%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.txt
-%%DOCSDIR%%/html/_sources/api/qimage.txt
-%%DOCSDIR%%/html/_sources/api/qimageencodersettings.txt
-%%DOCSDIR%%/html/_sources/api/qimageiohandler.txt
-%%DOCSDIR%%/html/_sources/api/qimagereader.txt
-%%DOCSDIR%%/html/_sources/api/qimagewriter.txt
-%%DOCSDIR%%/html/_sources/api/qinputdialog.txt
-%%DOCSDIR%%/html/_sources/api/qinputevent.txt
-%%DOCSDIR%%/html/_sources/api/qinputmethod.txt
-%%DOCSDIR%%/html/_sources/api/qinputmethodevent.txt
-%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.txt
-%%DOCSDIR%%/html/_sources/api/qintvalidator.txt
-%%DOCSDIR%%/html/_sources/api/qiodevice.txt
-%%DOCSDIR%%/html/_sources/api/qirproximityfilter.txt
-%%DOCSDIR%%/html/_sources/api/qirproximityreading.txt
-%%DOCSDIR%%/html/_sources/api/qirproximitysensor.txt
-%%DOCSDIR%%/html/_sources/api/qitemdelegate.txt
-%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.txt
-%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.txt
-%%DOCSDIR%%/html/_sources/api/qitemselection.txt
-%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.txt
-%%DOCSDIR%%/html/_sources/api/qitemselectionrange.txt
-%%DOCSDIR%%/html/_sources/api/qjsengine.txt
-%%DOCSDIR%%/html/_sources/api/qjsonarray.txt
-%%DOCSDIR%%/html/_sources/api/qjsondocument.txt
-%%DOCSDIR%%/html/_sources/api/qjsonobject.txt
-%%DOCSDIR%%/html/_sources/api/qjsonparseerror.txt
-%%DOCSDIR%%/html/_sources/api/qjsonvalue.txt
-%%DOCSDIR%%/html/_sources/api/qjsvalue.txt
-%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.txt
-%%DOCSDIR%%/html/_sources/api/qkeyevent.txt
-%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.txt
-%%DOCSDIR%%/html/_sources/api/qkeysequence.txt
-%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.txt
-%%DOCSDIR%%/html/_sources/api/qlabel.txt
-%%DOCSDIR%%/html/_sources/api/qlayout.txt
-%%DOCSDIR%%/html/_sources/api/qlayoutitem.txt
-%%DOCSDIR%%/html/_sources/api/qlcdnumber.txt
-%%DOCSDIR%%/html/_sources/api/qlibrary.txt
-%%DOCSDIR%%/html/_sources/api/qlibraryinfo.txt
-%%DOCSDIR%%/html/_sources/api/qlightfilter.txt
-%%DOCSDIR%%/html/_sources/api/qlightreading.txt
-%%DOCSDIR%%/html/_sources/api/qlightsensor.txt
-%%DOCSDIR%%/html/_sources/api/qline.txt
-%%DOCSDIR%%/html/_sources/api/qlineargradient.txt
-%%DOCSDIR%%/html/_sources/api/qlineedit.txt
-%%DOCSDIR%%/html/_sources/api/qlinef.txt
-%%DOCSDIR%%/html/_sources/api/qlistview.txt
-%%DOCSDIR%%/html/_sources/api/qlistwidget.txt
-%%DOCSDIR%%/html/_sources/api/qlistwidgetitem.txt
-%%DOCSDIR%%/html/_sources/api/qlocale.txt
-%%DOCSDIR%%/html/_sources/api/qlocalserver.txt
-%%DOCSDIR%%/html/_sources/api/qlocalsocket.txt
-%%DOCSDIR%%/html/_sources/api/qlocation.txt
-%%DOCSDIR%%/html/_sources/api/qlockfile.txt
-%%DOCSDIR%%/html/_sources/api/qlowenergycharacteristic.txt
-%%DOCSDIR%%/html/_sources/api/qlowenergycontroller.txt
-%%DOCSDIR%%/html/_sources/api/qlowenergydescriptor.txt
-%%DOCSDIR%%/html/_sources/api/qlowenergyservice.txt
-%%DOCSDIR%%/html/_sources/api/qmaccocoaviewcontainer.txt
-%%DOCSDIR%%/html/_sources/api/qmacpasteboardmime.txt
-%%DOCSDIR%%/html/_sources/api/qmactoolbar.txt
-%%DOCSDIR%%/html/_sources/api/qmactoolbaritem.txt
-%%DOCSDIR%%/html/_sources/api/qmagnetometer.txt
-%%DOCSDIR%%/html/_sources/api/qmagnetometerfilter.txt
-%%DOCSDIR%%/html/_sources/api/qmagnetometerreading.txt
-%%DOCSDIR%%/html/_sources/api/qmainwindow.txt
-%%DOCSDIR%%/html/_sources/api/qmargins.txt
-%%DOCSDIR%%/html/_sources/api/qmarginsf.txt
-%%DOCSDIR%%/html/_sources/api/qmaskgenerator.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix2x2.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix2x3.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix2x4.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix3x2.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix3x3.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix3x4.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix4x2.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix4x3.txt
-%%DOCSDIR%%/html/_sources/api/qmatrix4x4.txt
-%%DOCSDIR%%/html/_sources/api/qmdiarea.txt
-%%DOCSDIR%%/html/_sources/api/qmdisubwindow.txt
-%%DOCSDIR%%/html/_sources/api/qmediabindableinterface.txt
-%%DOCSDIR%%/html/_sources/api/qmediacontent.txt
-%%DOCSDIR%%/html/_sources/api/qmediacontrol.txt
-%%DOCSDIR%%/html/_sources/api/qmediametadata.txt
-%%DOCSDIR%%/html/_sources/api/qmediaobject.txt
-%%DOCSDIR%%/html/_sources/api/qmediaplayer.txt
-%%DOCSDIR%%/html/_sources/api/qmediaplaylist.txt
-%%DOCSDIR%%/html/_sources/api/qmediarecorder.txt
-%%DOCSDIR%%/html/_sources/api/qmediaresource.txt
-%%DOCSDIR%%/html/_sources/api/qmediaservice.txt
-%%DOCSDIR%%/html/_sources/api/qmediatimeinterval.txt
-%%DOCSDIR%%/html/_sources/api/qmediatimerange.txt
-%%DOCSDIR%%/html/_sources/api/qmenu.txt
-%%DOCSDIR%%/html/_sources/api/qmenubar.txt
-%%DOCSDIR%%/html/_sources/api/qmessageauthenticationcode.txt
-%%DOCSDIR%%/html/_sources/api/qmessagebox.txt
-%%DOCSDIR%%/html/_sources/api/qmessagelogcontext.txt
-%%DOCSDIR%%/html/_sources/api/qmessagelogger.txt
-%%DOCSDIR%%/html/_sources/api/qmetaclassinfo.txt
-%%DOCSDIR%%/html/_sources/api/qmetaenum.txt
-%%DOCSDIR%%/html/_sources/api/qmetamethod.txt
-%%DOCSDIR%%/html/_sources/api/qmetaobject.txt
-%%DOCSDIR%%/html/_sources/api/qmetaproperty.txt
-%%DOCSDIR%%/html/_sources/api/qmetatype.txt
-%%DOCSDIR%%/html/_sources/api/qmimedata.txt
-%%DOCSDIR%%/html/_sources/api/qmimedatabase.txt
-%%DOCSDIR%%/html/_sources/api/qmimetype.txt
-%%DOCSDIR%%/html/_sources/api/qmodelindex.txt
-%%DOCSDIR%%/html/_sources/api/qmouseevent.txt
-%%DOCSDIR%%/html/_sources/api/qmouseeventtransition.txt
-%%DOCSDIR%%/html/_sources/api/qmoveevent.txt
-%%DOCSDIR%%/html/_sources/api/qmovie.txt
-%%DOCSDIR%%/html/_sources/api/qmultimedia.txt
-%%DOCSDIR%%/html/_sources/api/qmutex.txt
-%%DOCSDIR%%/html/_sources/api/qmutexlocker.txt
-%%DOCSDIR%%/html/_sources/api/qndeffilter.txt
-%%DOCSDIR%%/html/_sources/api/qndefmessage.txt
-%%DOCSDIR%%/html/_sources/api/qndefnfciconrecord.txt
-%%DOCSDIR%%/html/_sources/api/qndefnfcsmartposterrecord.txt
-%%DOCSDIR%%/html/_sources/api/qndefnfctextrecord.txt
-%%DOCSDIR%%/html/_sources/api/qndefnfcurirecord.txt
-%%DOCSDIR%%/html/_sources/api/qndefrecord.txt
-%%DOCSDIR%%/html/_sources/api/qnearfieldmanager.txt
-%%DOCSDIR%%/html/_sources/api/qnearfieldsharemanager.txt
-%%DOCSDIR%%/html/_sources/api/qnearfieldsharetarget.txt
-%%DOCSDIR%%/html/_sources/api/qnearfieldtarget.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkaccessmanager.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkaddressentry.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkcachemetadata.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkconfiguration.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkconfigurationmanager.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkcookie.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkcookiejar.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkdiskcache.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkinterface.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkproxy.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkproxyfactory.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkproxyquery.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkreply.txt
-%%DOCSDIR%%/html/_sources/api/qnetworkrequest.txt
-%%DOCSDIR%%/html/_sources/api/qnetworksession.txt
-%%DOCSDIR%%/html/_sources/api/qnmeapositioninfosource.txt
-%%DOCSDIR%%/html/_sources/api/qobject.txt
-%%DOCSDIR%%/html/_sources/api/qobjectcleanuphandler.txt
-%%DOCSDIR%%/html/_sources/api/qoffscreensurface.txt
-%%DOCSDIR%%/html/_sources/api/qopenglbuffer.txt
-%%DOCSDIR%%/html/_sources/api/qopenglcontext.txt
-%%DOCSDIR%%/html/_sources/api/qopenglcontextgroup.txt
-%%DOCSDIR%%/html/_sources/api/qopengldebuglogger.txt
-%%DOCSDIR%%/html/_sources/api/qopengldebugmessage.txt
-%%DOCSDIR%%/html/_sources/api/qopenglframebufferobject.txt
-%%DOCSDIR%%/html/_sources/api/qopenglframebufferobjectformat.txt
-%%DOCSDIR%%/html/_sources/api/qopenglpaintdevice.txt
-%%DOCSDIR%%/html/_sources/api/qopenglshader.txt
-%%DOCSDIR%%/html/_sources/api/qopenglshaderprogram.txt
-%%DOCSDIR%%/html/_sources/api/qopengltexture.txt
-%%DOCSDIR%%/html/_sources/api/qopengltimemonitor.txt
-%%DOCSDIR%%/html/_sources/api/qopengltimerquery.txt
-%%DOCSDIR%%/html/_sources/api/qopenglvertexarrayobject.txt
-%%DOCSDIR%%/html/_sources/api/qopenglwidget.txt
-%%DOCSDIR%%/html/_sources/api/qopenglwindow.txt
-%%DOCSDIR%%/html/_sources/api/qorientationfilter.txt
-%%DOCSDIR%%/html/_sources/api/qorientationreading.txt
-%%DOCSDIR%%/html/_sources/api/qorientationsensor.txt
-%%DOCSDIR%%/html/_sources/api/qpagedpaintdevice.txt
-%%DOCSDIR%%/html/_sources/api/qpagelayout.txt
-%%DOCSDIR%%/html/_sources/api/qpagesetupdialog.txt
-%%DOCSDIR%%/html/_sources/api/qpagesize.txt
-%%DOCSDIR%%/html/_sources/api/qpaintdevice.txt
-%%DOCSDIR%%/html/_sources/api/qpaintdevicewindow.txt
-%%DOCSDIR%%/html/_sources/api/qpaintengine.txt
-%%DOCSDIR%%/html/_sources/api/qpaintenginestate.txt
-%%DOCSDIR%%/html/_sources/api/qpainter.txt
-%%DOCSDIR%%/html/_sources/api/qpainterpath.txt
-%%DOCSDIR%%/html/_sources/api/qpainterpathstroker.txt
-%%DOCSDIR%%/html/_sources/api/qpaintevent.txt
-%%DOCSDIR%%/html/_sources/api/qpalette.txt
-%%DOCSDIR%%/html/_sources/api/qpangesture.txt
-%%DOCSDIR%%/html/_sources/api/qparallelanimationgroup.txt
-%%DOCSDIR%%/html/_sources/api/qpauseanimation.txt
-%%DOCSDIR%%/html/_sources/api/qpdfwriter.txt
-%%DOCSDIR%%/html/_sources/api/qpen.txt
-%%DOCSDIR%%/html/_sources/api/qpersistentmodelindex.txt
-%%DOCSDIR%%/html/_sources/api/qpicture.txt
-%%DOCSDIR%%/html/_sources/api/qpictureio.txt
-%%DOCSDIR%%/html/_sources/api/qpinchgesture.txt
-%%DOCSDIR%%/html/_sources/api/qpixelformat.txt
-%%DOCSDIR%%/html/_sources/api/qpixmap.txt
-%%DOCSDIR%%/html/_sources/api/qpixmapcache.txt
-%%DOCSDIR%%/html/_sources/api/qplace.txt
-%%DOCSDIR%%/html/_sources/api/qplaceattribute.txt
-%%DOCSDIR%%/html/_sources/api/qplacecategory.txt
-%%DOCSDIR%%/html/_sources/api/qplacecontactdetail.txt
-%%DOCSDIR%%/html/_sources/api/qplacecontent.txt
-%%DOCSDIR%%/html/_sources/api/qplacecontentreply.txt
-%%DOCSDIR%%/html/_sources/api/qplacecontentrequest.txt
-%%DOCSDIR%%/html/_sources/api/qplacedetailsreply.txt
-%%DOCSDIR%%/html/_sources/api/qplaceeditorial.txt
-%%DOCSDIR%%/html/_sources/api/qplaceicon.txt
-%%DOCSDIR%%/html/_sources/api/qplaceidreply.txt
-%%DOCSDIR%%/html/_sources/api/qplaceimage.txt
-%%DOCSDIR%%/html/_sources/api/qplacemanager.txt
-%%DOCSDIR%%/html/_sources/api/qplacemanagerengine.txt
-%%DOCSDIR%%/html/_sources/api/qplacematchreply.txt
-%%DOCSDIR%%/html/_sources/api/qplacematchrequest.txt
-%%DOCSDIR%%/html/_sources/api/qplaceproposedsearchresult.txt
-%%DOCSDIR%%/html/_sources/api/qplaceratings.txt
-%%DOCSDIR%%/html/_sources/api/qplacereply.txt
-%%DOCSDIR%%/html/_sources/api/qplaceresult.txt
-%%DOCSDIR%%/html/_sources/api/qplacereview.txt
-%%DOCSDIR%%/html/_sources/api/qplacesearchreply.txt
-%%DOCSDIR%%/html/_sources/api/qplacesearchrequest.txt
-%%DOCSDIR%%/html/_sources/api/qplacesearchresult.txt
-%%DOCSDIR%%/html/_sources/api/qplacesearchsuggestionreply.txt
-%%DOCSDIR%%/html/_sources/api/qplacesupplier.txt
-%%DOCSDIR%%/html/_sources/api/qplaceuser.txt
-%%DOCSDIR%%/html/_sources/api/qplaintextdocumentlayout.txt
-%%DOCSDIR%%/html/_sources/api/qplaintextedit.txt
-%%DOCSDIR%%/html/_sources/api/qpluginloader.txt
-%%DOCSDIR%%/html/_sources/api/qpoint.txt
-%%DOCSDIR%%/html/_sources/api/qpointf.txt
-%%DOCSDIR%%/html/_sources/api/qpolygon.txt
-%%DOCSDIR%%/html/_sources/api/qpolygonf.txt
-%%DOCSDIR%%/html/_sources/api/qpressurefilter.txt
-%%DOCSDIR%%/html/_sources/api/qpressurereading.txt
-%%DOCSDIR%%/html/_sources/api/qpressuresensor.txt
-%%DOCSDIR%%/html/_sources/api/qprintdialog.txt
-%%DOCSDIR%%/html/_sources/api/qprintengine.txt
-%%DOCSDIR%%/html/_sources/api/qprinter.txt
-%%DOCSDIR%%/html/_sources/api/qprinterinfo.txt
-%%DOCSDIR%%/html/_sources/api/qprintpreviewdialog.txt
-%%DOCSDIR%%/html/_sources/api/qprintpreviewwidget.txt
-%%DOCSDIR%%/html/_sources/api/qprocess.txt
-%%DOCSDIR%%/html/_sources/api/qprocessenvironment.txt
-%%DOCSDIR%%/html/_sources/api/qprogressbar.txt
-%%DOCSDIR%%/html/_sources/api/qprogressdialog.txt
-%%DOCSDIR%%/html/_sources/api/qpropertyanimation.txt
-%%DOCSDIR%%/html/_sources/api/qproximityfilter.txt
-%%DOCSDIR%%/html/_sources/api/qproximityreading.txt
-%%DOCSDIR%%/html/_sources/api/qproximitysensor.txt
-%%DOCSDIR%%/html/_sources/api/qproxystyle.txt
-%%DOCSDIR%%/html/_sources/api/qpushbutton.txt
-%%DOCSDIR%%/html/_sources/api/qqmlabstracturlinterceptor.txt
-%%DOCSDIR%%/html/_sources/api/qqmlapplicationengine.txt
-%%DOCSDIR%%/html/_sources/api/qqmlcomponent.txt
-%%DOCSDIR%%/html/_sources/api/qqmlcontext.txt
-%%DOCSDIR%%/html/_sources/api/qqmlengine.txt
-%%DOCSDIR%%/html/_sources/api/qqmlerror.txt
-%%DOCSDIR%%/html/_sources/api/qqmlexpression.txt
-%%DOCSDIR%%/html/_sources/api/qqmlextensionplugin.txt
-%%DOCSDIR%%/html/_sources/api/qqmlfileselector.txt
-%%DOCSDIR%%/html/_sources/api/qqmlimageproviderbase.txt
-%%DOCSDIR%%/html/_sources/api/qqmlincubator.txt
-%%DOCSDIR%%/html/_sources/api/qqmlincubatorcontrol.txt
-%%DOCSDIR%%/html/_sources/api/qqmllistproperty.txt
-%%DOCSDIR%%/html/_sources/api/qqmllistreference.txt
-%%DOCSDIR%%/html/_sources/api/qqmlndefrecord.txt
-%%DOCSDIR%%/html/_sources/api/qqmlnetworkaccessmanagerfactory.txt
-%%DOCSDIR%%/html/_sources/api/qqmlparserstatus.txt
-%%DOCSDIR%%/html/_sources/api/qqmlproperty.txt
-%%DOCSDIR%%/html/_sources/api/qqmlpropertymap.txt
-%%DOCSDIR%%/html/_sources/api/qqmlpropertyvaluesource.txt
-%%DOCSDIR%%/html/_sources/api/qqmlscriptstring.txt
-%%DOCSDIR%%/html/_sources/api/qquaternion.txt
-%%DOCSDIR%%/html/_sources/api/qquickasyncimageprovider.txt
-%%DOCSDIR%%/html/_sources/api/qquickframebufferobject.txt
-%%DOCSDIR%%/html/_sources/api/qquickimageprovider.txt
-%%DOCSDIR%%/html/_sources/api/qquickimageresponse.txt
-%%DOCSDIR%%/html/_sources/api/qquickitem.txt
-%%DOCSDIR%%/html/_sources/api/qquickitemgrabresult.txt
-%%DOCSDIR%%/html/_sources/api/qquickpainteditem.txt
-%%DOCSDIR%%/html/_sources/api/qquickrendercontrol.txt
-%%DOCSDIR%%/html/_sources/api/qquicktextdocument.txt
-%%DOCSDIR%%/html/_sources/api/qquicktexturefactory.txt
-%%DOCSDIR%%/html/_sources/api/qquickview.txt
-%%DOCSDIR%%/html/_sources/api/qquickwidget.txt
-%%DOCSDIR%%/html/_sources/api/qquickwindow.txt
-%%DOCSDIR%%/html/_sources/api/qradialgradient.txt
-%%DOCSDIR%%/html/_sources/api/qradiobutton.txt
-%%DOCSDIR%%/html/_sources/api/qradiodata.txt
-%%DOCSDIR%%/html/_sources/api/qradiotuner.txt
-%%DOCSDIR%%/html/_sources/api/qrasterwindow.txt
-%%DOCSDIR%%/html/_sources/api/qrawfont.txt
-%%DOCSDIR%%/html/_sources/api/qreadlocker.txt
-%%DOCSDIR%%/html/_sources/api/qreadwritelock.txt
-%%DOCSDIR%%/html/_sources/api/qrect.txt
-%%DOCSDIR%%/html/_sources/api/qrectf.txt
-%%DOCSDIR%%/html/_sources/api/qregexp.txt
-%%DOCSDIR%%/html/_sources/api/qregexpvalidator.txt
-%%DOCSDIR%%/html/_sources/api/qregion.txt
-%%DOCSDIR%%/html/_sources/api/qregularexpression.txt
-%%DOCSDIR%%/html/_sources/api/qregularexpressionmatch.txt
-%%DOCSDIR%%/html/_sources/api/qregularexpressionmatchiterator.txt
-%%DOCSDIR%%/html/_sources/api/qregularexpressionvalidator.txt
-%%DOCSDIR%%/html/_sources/api/qresizeevent.txt
-%%DOCSDIR%%/html/_sources/api/qresource.txt
-%%DOCSDIR%%/html/_sources/api/qrgba64.txt
-%%DOCSDIR%%/html/_sources/api/qrotationfilter.txt
-%%DOCSDIR%%/html/_sources/api/qrotationreading.txt
-%%DOCSDIR%%/html/_sources/api/qrotationsensor.txt
-%%DOCSDIR%%/html/_sources/api/qrubberband.txt
-%%DOCSDIR%%/html/_sources/api/qrunnable.txt
-%%DOCSDIR%%/html/_sources/api/qsavefile.txt
-%%DOCSDIR%%/html/_sources/api/qscreen.txt
-%%DOCSDIR%%/html/_sources/api/qscrollarea.txt
-%%DOCSDIR%%/html/_sources/api/qscrollbar.txt
-%%DOCSDIR%%/html/_sources/api/qscroller.txt
-%%DOCSDIR%%/html/_sources/api/qscrollerproperties.txt
-%%DOCSDIR%%/html/_sources/api/qscrollevent.txt
-%%DOCSDIR%%/html/_sources/api/qscrollprepareevent.txt
-%%DOCSDIR%%/html/_sources/api/qsemaphore.txt
-%%DOCSDIR%%/html/_sources/api/qsensor.txt
-%%DOCSDIR%%/html/_sources/api/qsensorfilter.txt
-%%DOCSDIR%%/html/_sources/api/qsensorreading.txt
-%%DOCSDIR%%/html/_sources/api/qsequentialanimationgroup.txt
-%%DOCSDIR%%/html/_sources/api/qserialport.txt
-%%DOCSDIR%%/html/_sources/api/qserialportinfo.txt
-%%DOCSDIR%%/html/_sources/api/qsessionmanager.txt
-%%DOCSDIR%%/html/_sources/api/qsettings.txt
-%%DOCSDIR%%/html/_sources/api/qsgabstractrenderer.txt
-%%DOCSDIR%%/html/_sources/api/qsgbasicgeometrynode.txt
-%%DOCSDIR%%/html/_sources/api/qsgclipnode.txt
-%%DOCSDIR%%/html/_sources/api/qsgdynamictexture.txt
-%%DOCSDIR%%/html/_sources/api/qsgengine.txt
-%%DOCSDIR%%/html/_sources/api/qsgflatcolormaterial.txt
-%%DOCSDIR%%/html/_sources/api/qsggeometry.txt
-%%DOCSDIR%%/html/_sources/api/qsggeometrynode.txt
-%%DOCSDIR%%/html/_sources/api/qsgmaterial.txt
-%%DOCSDIR%%/html/_sources/api/qsgmaterialshader.txt
-%%DOCSDIR%%/html/_sources/api/qsgmaterialtype.txt
-%%DOCSDIR%%/html/_sources/api/qsgnode.txt
-%%DOCSDIR%%/html/_sources/api/qsgopacitynode.txt
-%%DOCSDIR%%/html/_sources/api/qsgopaquetexturematerial.txt
-%%DOCSDIR%%/html/_sources/api/qsgsimplerectnode.txt
-%%DOCSDIR%%/html/_sources/api/qsgsimpletexturenode.txt
-%%DOCSDIR%%/html/_sources/api/qsgtexture.txt
-%%DOCSDIR%%/html/_sources/api/qsgtexturematerial.txt
-%%DOCSDIR%%/html/_sources/api/qsgtextureprovider.txt
-%%DOCSDIR%%/html/_sources/api/qsgtransformnode.txt
-%%DOCSDIR%%/html/_sources/api/qsgvertexcolormaterial.txt
-%%DOCSDIR%%/html/_sources/api/qsharedmemory.txt
-%%DOCSDIR%%/html/_sources/api/qshortcut.txt
-%%DOCSDIR%%/html/_sources/api/qshortcutevent.txt
-%%DOCSDIR%%/html/_sources/api/qshowevent.txt
-%%DOCSDIR%%/html/_sources/api/qsignalblocker.txt
-%%DOCSDIR%%/html/_sources/api/qsignalmapper.txt
-%%DOCSDIR%%/html/_sources/api/qsignalspy.txt
-%%DOCSDIR%%/html/_sources/api/qsignaltransition.txt
-%%DOCSDIR%%/html/_sources/api/qsimplexmlnodemodel.txt
-%%DOCSDIR%%/html/_sources/api/qsize.txt
-%%DOCSDIR%%/html/_sources/api/qsizef.txt
-%%DOCSDIR%%/html/_sources/api/qsizegrip.txt
-%%DOCSDIR%%/html/_sources/api/qsizepolicy.txt
-%%DOCSDIR%%/html/_sources/api/qslider.txt
-%%DOCSDIR%%/html/_sources/api/qsocketnotifier.txt
-%%DOCSDIR%%/html/_sources/api/qsortfilterproxymodel.txt
-%%DOCSDIR%%/html/_sources/api/qsound.txt
-%%DOCSDIR%%/html/_sources/api/qsoundeffect.txt
-%%DOCSDIR%%/html/_sources/api/qsourcelocation.txt
-%%DOCSDIR%%/html/_sources/api/qspaceritem.txt
-%%DOCSDIR%%/html/_sources/api/qspinbox.txt
-%%DOCSDIR%%/html/_sources/api/qsplashscreen.txt
-%%DOCSDIR%%/html/_sources/api/qsplitter.txt
-%%DOCSDIR%%/html/_sources/api/qsplitterhandle.txt
-%%DOCSDIR%%/html/_sources/api/qsql.txt
-%%DOCSDIR%%/html/_sources/api/qsqldatabase.txt
-%%DOCSDIR%%/html/_sources/api/qsqldriver.txt
-%%DOCSDIR%%/html/_sources/api/qsqldrivercreatorbase.txt
-%%DOCSDIR%%/html/_sources/api/qsqlerror.txt
-%%DOCSDIR%%/html/_sources/api/qsqlfield.txt
-%%DOCSDIR%%/html/_sources/api/qsqlindex.txt
-%%DOCSDIR%%/html/_sources/api/qsqlquery.txt
-%%DOCSDIR%%/html/_sources/api/qsqlquerymodel.txt
-%%DOCSDIR%%/html/_sources/api/qsqlrecord.txt
-%%DOCSDIR%%/html/_sources/api/qsqlrelation.txt
-%%DOCSDIR%%/html/_sources/api/qsqlrelationaldelegate.txt
-%%DOCSDIR%%/html/_sources/api/qsqlrelationaltablemodel.txt
-%%DOCSDIR%%/html/_sources/api/qsqlresult.txt
-%%DOCSDIR%%/html/_sources/api/qsqltablemodel.txt
-%%DOCSDIR%%/html/_sources/api/qssl.txt
-%%DOCSDIR%%/html/_sources/api/qsslcertificate.txt
-%%DOCSDIR%%/html/_sources/api/qsslcertificateextension.txt
-%%DOCSDIR%%/html/_sources/api/qsslcipher.txt
-%%DOCSDIR%%/html/_sources/api/qsslconfiguration.txt
-%%DOCSDIR%%/html/_sources/api/qsslerror.txt
-%%DOCSDIR%%/html/_sources/api/qsslkey.txt
-%%DOCSDIR%%/html/_sources/api/qsslsocket.txt
-%%DOCSDIR%%/html/_sources/api/qstackedlayout.txt
-%%DOCSDIR%%/html/_sources/api/qstackedwidget.txt
-%%DOCSDIR%%/html/_sources/api/qstandarditem.txt
-%%DOCSDIR%%/html/_sources/api/qstandarditemmodel.txt
-%%DOCSDIR%%/html/_sources/api/qstandardpaths.txt
-%%DOCSDIR%%/html/_sources/api/qstate.txt
-%%DOCSDIR%%/html/_sources/api/qstatemachine.txt
-%%DOCSDIR%%/html/_sources/api/qstatictext.txt
-%%DOCSDIR%%/html/_sources/api/qstatusbar.txt
-%%DOCSDIR%%/html/_sources/api/qstatustipevent.txt
-%%DOCSDIR%%/html/_sources/api/qstorageinfo.txt
-%%DOCSDIR%%/html/_sources/api/qstringlistmodel.txt
-%%DOCSDIR%%/html/_sources/api/qstyle.txt
-%%DOCSDIR%%/html/_sources/api/qstyleditemdelegate.txt
-%%DOCSDIR%%/html/_sources/api/qstylefactory.txt
-%%DOCSDIR%%/html/_sources/api/qstylehintreturn.txt
-%%DOCSDIR%%/html/_sources/api/qstylehintreturnmask.txt
-%%DOCSDIR%%/html/_sources/api/qstylehintreturnvariant.txt
-%%DOCSDIR%%/html/_sources/api/qstylehints.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoption.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionbutton.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptioncombobox.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptioncomplex.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiondockwidget.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionfocusrect.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionframe.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiongraphicsitem.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiongroupbox.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionheader.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionmenuitem.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionprogressbar.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionrubberband.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionsizegrip.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionslider.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionspinbox.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontab.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontabbarbase.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontabwidgetframe.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontitlebar.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbar.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbox.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbutton.txt
-%%DOCSDIR%%/html/_sources/api/qstyleoptionviewitem.txt
-%%DOCSDIR%%/html/_sources/api/qstylepainter.txt
-%%DOCSDIR%%/html/_sources/api/qsurface.txt
-%%DOCSDIR%%/html/_sources/api/qsurfaceformat.txt
-%%DOCSDIR%%/html/_sources/api/qsvggenerator.txt
-%%DOCSDIR%%/html/_sources/api/qsvgrenderer.txt
-%%DOCSDIR%%/html/_sources/api/qsvgwidget.txt
-%%DOCSDIR%%/html/_sources/api/qswipegesture.txt
-%%DOCSDIR%%/html/_sources/api/qsyntaxhighlighter.txt
-%%DOCSDIR%%/html/_sources/api/qsysinfo.txt
-%%DOCSDIR%%/html/_sources/api/qsystemsemaphore.txt
-%%DOCSDIR%%/html/_sources/api/qsystemtrayicon.txt
-%%DOCSDIR%%/html/_sources/api/qt.txt
-%%DOCSDIR%%/html/_sources/api/qtabbar.txt
-%%DOCSDIR%%/html/_sources/api/qtabletevent.txt
-%%DOCSDIR%%/html/_sources/api/qtableview.txt
-%%DOCSDIR%%/html/_sources/api/qtablewidget.txt
-%%DOCSDIR%%/html/_sources/api/qtablewidgetitem.txt
-%%DOCSDIR%%/html/_sources/api/qtablewidgetselectionrange.txt
-%%DOCSDIR%%/html/_sources/api/qtabwidget.txt
-%%DOCSDIR%%/html/_sources/api/qtapandholdgesture.txt
-%%DOCSDIR%%/html/_sources/api/qtapfilter.txt
-%%DOCSDIR%%/html/_sources/api/qtapgesture.txt
-%%DOCSDIR%%/html/_sources/api/qtapreading.txt
-%%DOCSDIR%%/html/_sources/api/qtapsensor.txt
-%%DOCSDIR%%/html/_sources/api/qtcpserver.txt
-%%DOCSDIR%%/html/_sources/api/qtcpsocket.txt
-%%DOCSDIR%%/html/_sources/api/qtemporarydir.txt
-%%DOCSDIR%%/html/_sources/api/qtemporaryfile.txt
-%%DOCSDIR%%/html/_sources/api/qtest.txt
-%%DOCSDIR%%/html/_sources/api/qtextblock.txt
-%%DOCSDIR%%/html/_sources/api/qtextblockformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextblockgroup.txt
-%%DOCSDIR%%/html/_sources/api/qtextblockuserdata.txt
-%%DOCSDIR%%/html/_sources/api/qtextboundaryfinder.txt
-%%DOCSDIR%%/html/_sources/api/qtextbrowser.txt
-%%DOCSDIR%%/html/_sources/api/qtextcharformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextcodec.txt
-%%DOCSDIR%%/html/_sources/api/qtextcursor.txt
-%%DOCSDIR%%/html/_sources/api/qtextdecoder.txt
-%%DOCSDIR%%/html/_sources/api/qtextdocument.txt
-%%DOCSDIR%%/html/_sources/api/qtextdocumentfragment.txt
-%%DOCSDIR%%/html/_sources/api/qtextdocumentwriter.txt
-%%DOCSDIR%%/html/_sources/api/qtextedit.txt
-%%DOCSDIR%%/html/_sources/api/qtextencoder.txt
-%%DOCSDIR%%/html/_sources/api/qtextformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextfragment.txt
-%%DOCSDIR%%/html/_sources/api/qtextframe.txt
-%%DOCSDIR%%/html/_sources/api/qtextframeformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextimageformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextinlineobject.txt
-%%DOCSDIR%%/html/_sources/api/qtextitem.txt
-%%DOCSDIR%%/html/_sources/api/qtextlayout.txt
-%%DOCSDIR%%/html/_sources/api/qtextlength.txt
-%%DOCSDIR%%/html/_sources/api/qtextline.txt
-%%DOCSDIR%%/html/_sources/api/qtextlist.txt
-%%DOCSDIR%%/html/_sources/api/qtextlistformat.txt
-%%DOCSDIR%%/html/_sources/api/qtextobject.txt
-%%DOCSDIR%%/html/_sources/api/qtextobjectinterface.txt
-%%DOCSDIR%%/html/_sources/api/qtextoption.txt
-%%DOCSDIR%%/html/_sources/api/qtextstream.txt
-%%DOCSDIR%%/html/_sources/api/qtextstreammanipulator.txt
-%%DOCSDIR%%/html/_sources/api/qtexttable.txt
-%%DOCSDIR%%/html/_sources/api/qtexttablecell.txt
-%%DOCSDIR%%/html/_sources/api/qtexttablecellformat.txt
-%%DOCSDIR%%/html/_sources/api/qtexttableformat.txt
-%%DOCSDIR%%/html/_sources/api/qthread.txt
-%%DOCSDIR%%/html/_sources/api/qthreadpool.txt
-%%DOCSDIR%%/html/_sources/api/qtiltfilter.txt
-%%DOCSDIR%%/html/_sources/api/qtiltreading.txt
-%%DOCSDIR%%/html/_sources/api/qtiltsensor.txt
-%%DOCSDIR%%/html/_sources/api/qtime.txt
-%%DOCSDIR%%/html/_sources/api/qtimeedit.txt
-%%DOCSDIR%%/html/_sources/api/qtimeline.txt
-%%DOCSDIR%%/html/_sources/api/qtimer.txt
-%%DOCSDIR%%/html/_sources/api/qtimerevent.txt
-%%DOCSDIR%%/html/_sources/api/qtimezone.txt
-%%DOCSDIR%%/html/_sources/api/qtoolbar.txt
-%%DOCSDIR%%/html/_sources/api/qtoolbox.txt
-%%DOCSDIR%%/html/_sources/api/qtoolbutton.txt
-%%DOCSDIR%%/html/_sources/api/qtooltip.txt
-%%DOCSDIR%%/html/_sources/api/qtouchdevice.txt
-%%DOCSDIR%%/html/_sources/api/qtouchevent.txt
-%%DOCSDIR%%/html/_sources/api/qtransform.txt
-%%DOCSDIR%%/html/_sources/api/qtranslator.txt
-%%DOCSDIR%%/html/_sources/api/qtreeview.txt
-%%DOCSDIR%%/html/_sources/api/qtreewidget.txt
-%%DOCSDIR%%/html/_sources/api/qtreewidgetitem.txt
-%%DOCSDIR%%/html/_sources/api/qtreewidgetitemiterator.txt
-%%DOCSDIR%%/html/_sources/api/qtwin.txt
-%%DOCSDIR%%/html/_sources/api/qudpsocket.txt
-%%DOCSDIR%%/html/_sources/api/qundocommand.txt
-%%DOCSDIR%%/html/_sources/api/qundogroup.txt
-%%DOCSDIR%%/html/_sources/api/qundostack.txt
-%%DOCSDIR%%/html/_sources/api/qundoview.txt
-%%DOCSDIR%%/html/_sources/api/qurl.txt
-%%DOCSDIR%%/html/_sources/api/qurlquery.txt
-%%DOCSDIR%%/html/_sources/api/quuid.txt
-%%DOCSDIR%%/html/_sources/api/qvalidator.txt
-%%DOCSDIR%%/html/_sources/api/qvariant.txt
-%%DOCSDIR%%/html/_sources/api/qvariantanimation.txt
-%%DOCSDIR%%/html/_sources/api/qvboxlayout.txt
-%%DOCSDIR%%/html/_sources/api/qvector2d.txt
-%%DOCSDIR%%/html/_sources/api/qvector3d.txt
-%%DOCSDIR%%/html/_sources/api/qvector4d.txt
-%%DOCSDIR%%/html/_sources/api/qvideoencodersettings.txt
-%%DOCSDIR%%/html/_sources/api/qvideoframe.txt
-%%DOCSDIR%%/html/_sources/api/qvideoprobe.txt
-%%DOCSDIR%%/html/_sources/api/qvideosurfaceformat.txt
-%%DOCSDIR%%/html/_sources/api/qvideowidget.txt
-%%DOCSDIR%%/html/_sources/api/qwaitcondition.txt
-%%DOCSDIR%%/html/_sources/api/qwebchannel.txt
-%%DOCSDIR%%/html/_sources/api/qwebchannelabstracttransport.txt
-%%DOCSDIR%%/html/_sources/api/qwebdatabase.txt
-%%DOCSDIR%%/html/_sources/api/qwebelement.txt
-%%DOCSDIR%%/html/_sources/api/qwebelementcollection.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginecertificateerror.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginecookiestore.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginedownloaditem.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginehistory.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginehistoryitem.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginepage.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineprofile.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginescript.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginescriptcollection.txt
-%%DOCSDIR%%/html/_sources/api/qwebenginesettings.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestinfo.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestinterceptor.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineurlrequestjob.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineurlschemehandler.txt
-%%DOCSDIR%%/html/_sources/api/qwebengineview.txt
-%%DOCSDIR%%/html/_sources/api/qwebframe.txt
-%%DOCSDIR%%/html/_sources/api/qwebhistory.txt
-%%DOCSDIR%%/html/_sources/api/qwebhistoryinterface.txt
-%%DOCSDIR%%/html/_sources/api/qwebhistoryitem.txt
-%%DOCSDIR%%/html/_sources/api/qwebhittestresult.txt
-%%DOCSDIR%%/html/_sources/api/qwebinspector.txt
-%%DOCSDIR%%/html/_sources/api/qwebpage.txt
-%%DOCSDIR%%/html/_sources/api/qwebpluginfactory.txt
-%%DOCSDIR%%/html/_sources/api/qwebsecurityorigin.txt
-%%DOCSDIR%%/html/_sources/api/qwebsettings.txt
-%%DOCSDIR%%/html/_sources/api/qwebsocket.txt
-%%DOCSDIR%%/html/_sources/api/qwebsocketcorsauthenticator.txt
-%%DOCSDIR%%/html/_sources/api/qwebsocketprotocol.txt
-%%DOCSDIR%%/html/_sources/api/qwebsocketserver.txt
-%%DOCSDIR%%/html/_sources/api/qwebview.txt
-%%DOCSDIR%%/html/_sources/api/qwhatsthis.txt
-%%DOCSDIR%%/html/_sources/api/qwhatsthisclickedevent.txt
-%%DOCSDIR%%/html/_sources/api/qwheelevent.txt
-%%DOCSDIR%%/html/_sources/api/qwidget.txt
-%%DOCSDIR%%/html/_sources/api/qwidgetaction.txt
-%%DOCSDIR%%/html/_sources/api/qwidgetitem.txt
-%%DOCSDIR%%/html/_sources/api/qwindow.txt
-%%DOCSDIR%%/html/_sources/api/qwindowstatechangeevent.txt
-%%DOCSDIR%%/html/_sources/api/qwinjumplist.txt
-%%DOCSDIR%%/html/_sources/api/qwinjumplistcategory.txt
-%%DOCSDIR%%/html/_sources/api/qwinjumplistitem.txt
-%%DOCSDIR%%/html/_sources/api/qwintaskbarbutton.txt
-%%DOCSDIR%%/html/_sources/api/qwintaskbarprogress.txt
-%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbar.txt
-%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbutton.txt
-%%DOCSDIR%%/html/_sources/api/qwizard.txt
-%%DOCSDIR%%/html/_sources/api/qwizardpage.txt
-%%DOCSDIR%%/html/_sources/api/qwritelocker.txt
-%%DOCSDIR%%/html/_sources/api/qx11info.txt
-%%DOCSDIR%%/html/_sources/api/qxmlattributes.txt
-%%DOCSDIR%%/html/_sources/api/qxmlcontenthandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmldeclhandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmldefaulthandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmldtdhandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmlentityresolver.txt
-%%DOCSDIR%%/html/_sources/api/qxmlerrorhandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmlformatter.txt
-%%DOCSDIR%%/html/_sources/api/qxmlinputsource.txt
-%%DOCSDIR%%/html/_sources/api/qxmlitem.txt
-%%DOCSDIR%%/html/_sources/api/qxmllexicalhandler.txt
-%%DOCSDIR%%/html/_sources/api/qxmllocator.txt
-%%DOCSDIR%%/html/_sources/api/qxmlname.txt
-%%DOCSDIR%%/html/_sources/api/qxmlnamepool.txt
-%%DOCSDIR%%/html/_sources/api/qxmlnamespacesupport.txt
-%%DOCSDIR%%/html/_sources/api/qxmlnodemodelindex.txt
-%%DOCSDIR%%/html/_sources/api/qxmlparseexception.txt
-%%DOCSDIR%%/html/_sources/api/qxmlquery.txt
-%%DOCSDIR%%/html/_sources/api/qxmlreader.txt
-%%DOCSDIR%%/html/_sources/api/qxmlresultitems.txt
-%%DOCSDIR%%/html/_sources/api/qxmlschema.txt
-%%DOCSDIR%%/html/_sources/api/qxmlschemavalidator.txt
-%%DOCSDIR%%/html/_sources/api/qxmlserializer.txt
-%%DOCSDIR%%/html/_sources/api/qxmlsimplereader.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamattribute.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamattributes.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamentitydeclaration.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamentityresolver.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamnamespacedeclaration.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamnotationdeclaration.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamreader.txt
-%%DOCSDIR%%/html/_sources/api/qxmlstreamwriter.txt
-%%DOCSDIR%%/html/_sources/class_reference.txt
-%%DOCSDIR%%/html/_sources/dbus.txt
-%%DOCSDIR%%/html/_sources/deploy_commercial.txt
-%%DOCSDIR%%/html/_sources/deprecations.txt
-%%DOCSDIR%%/html/_sources/designer.txt
-%%DOCSDIR%%/html/_sources/extension_api.txt
-%%DOCSDIR%%/html/_sources/gotchas.txt
-%%DOCSDIR%%/html/_sources/i18n.txt
-%%DOCSDIR%%/html/_sources/incompatibilities.txt
-%%DOCSDIR%%/html/_sources/index.txt
-%%DOCSDIR%%/html/_sources/installation.txt
-%%DOCSDIR%%/html/_sources/introduction.txt
-%%DOCSDIR%%/html/_sources/metaobjects.txt
-%%DOCSDIR%%/html/_sources/multiinheritance.txt
-%%DOCSDIR%%/html/_sources/opengl.txt
-%%DOCSDIR%%/html/_sources/pickle.txt
-%%DOCSDIR%%/html/_sources/platforms.txt
-%%DOCSDIR%%/html/_sources/pyqt4_differences.txt
-%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt
-%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt
-%%DOCSDIR%%/html/_sources/python_shell.txt
-%%DOCSDIR%%/html/_sources/qml.txt
-%%DOCSDIR%%/html/_sources/qt_interfaces.txt
-%%DOCSDIR%%/html/_sources/qt_properties.txt
-%%DOCSDIR%%/html/_sources/resources.txt
-%%DOCSDIR%%/html/_sources/signals_slots.txt
+%%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
@@ -1008,7 +1020,7 @@
%%DOCSDIR%%/html/_static/down-pressed.png
%%DOCSDIR%%/html/_static/down.png
%%DOCSDIR%%/html/_static/file.png
-%%DOCSDIR%%/html/_static/jquery-1.11.1.js
+%%DOCSDIR%%/html/_static/jquery-3.1.0.js
%%DOCSDIR%%/html/_static/jquery.js
%%DOCSDIR%%/html/_static/logo.png
%%DOCSDIR%%/html/_static/logo_tn.ico
@@ -1421,10 +1433,16 @@
%%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
@@ -1525,6 +1543,7 @@
%%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
@@ -1642,6 +1661,7 @@
%%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
@@ -1913,6 +1933,7 @@
%%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
@@ -1993,6 +2014,9 @@
%%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
diff --git a/textproc/py-qt5-xml/pkg-plist b/textproc/py-qt5-xml/pkg-plist
index 99bc8dd71868..53ceea74f14e 100644
--- a/textproc/py-qt5-xml/pkg-plist
+++ b/textproc/py-qt5-xml/pkg-plist
@@ -1,7 +1,13 @@
bin/pylupdate5
bin/pyrcc5
%%PYTHON_SITELIBDIR%%/PyQt5/QtXml.so
+%%PYTHON_SITELIBDIR%%/PyQt5/pylupdate.so
+%%PYTHON_SITELIBDIR%%/PyQt5/pylupdate_main.py
+%%PYTHON_SITELIBDIR%%/PyQt5/pyrcc.so
+%%PYTHON_SITELIBDIR%%/PyQt5/pyrcc_main.py
%%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