Index: comms/Makefile =================================================================== --- comms/Makefile +++ comms/Makefile @@ -133,6 +133,7 @@ SUBDIR += py-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc + SUBDIR += py-qt5-serialport SUBDIR += py-serial SUBDIR += pyla SUBDIR += qico Index: comms/py-qt5-serialport/Makefile =================================================================== --- comms/py-qt5-serialport/Makefile +++ comms/py-qt5-serialport/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= serialport +CATEGORIES= comms devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtSerialPort module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core + +CONFIGURE_ARGS= --enable QtSerialPort +USES= qmake +PYQT5_DIST= yes +USE_QT5= gui serialport + +OPTIONS_DEFINE= API DEBUG +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtSerialPort API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +DEBUG_CONFIGURE_ON= --debug --trace + +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" +.include Index: comms/py-qt5-serialport/pkg-descr =================================================================== --- comms/py-qt5-serialport/pkg-descr +++ comms/py-qt5-serialport/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtSerialPort module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: comms/py-qt5-serialport/pkg-plist =================================================================== --- comms/py-qt5-serialport/pkg-plist +++ comms/py-qt5-serialport/pkg-plist @@ -0,0 +1,5 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtSerialPort.so +share/py-sip/PyQt5/QtSerialPort/QtSerialPortmod.sip +share/py-sip/PyQt5/QtSerialPort/qserialport.sip +share/py-sip/PyQt5/QtSerialPort/qserialportinfo.sip +%%API%%share/qt5/qsci/api/python/QtSerialPort.api Index: databases/Makefile =================================================================== --- databases/Makefile +++ databases/Makefile @@ -759,6 +759,7 @@ SUBDIR += py-pytc SUBDIR += py-python-rrdtool SUBDIR += py-qt4-sql + SUBDIR += py-qt5-sql SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl Index: databases/py-qt5-sql/Makefile =================================================================== --- databases/py-qt5-sql/Makefile +++ databases/py-qt5-sql/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= sql -PORTEPOCH= 1 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtSql module +COMMENT= Python bindings for the Qt5 toolkit, QtSql module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}widgets>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-widgets CONFIGURE_ARGS= --enable QtSql -PYQT4_DIST= yes -USE_QT4= moc_build gui sql qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= buildtools_build widgets sql OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSql API for QScintilla2 @@ -25,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: databases/py-qt5-sql/pkg-descr =================================================================== --- databases/py-qt5-sql/pkg-descr +++ databases/py-qt5-sql/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtSql module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: databases/py-qt5-sql/pkg-plist =================================================================== --- databases/py-qt5-sql/pkg-plist +++ databases/py-qt5-sql/pkg-plist @@ -1,16 +1,16 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtSql.so -share/py-sip/QtSql/QtSqlmod.sip -share/py-sip/QtSql/qsql.sip -share/py-sip/QtSql/qsqldatabase.sip -share/py-sip/QtSql/qsqldriver.sip -share/py-sip/QtSql/qsqlerror.sip -share/py-sip/QtSql/qsqlfield.sip -share/py-sip/QtSql/qsqlindex.sip -share/py-sip/QtSql/qsqlquery.sip -share/py-sip/QtSql/qsqlquerymodel.sip -share/py-sip/QtSql/qsqlrecord.sip -share/py-sip/QtSql/qsqlrelationaldelegate.sip -share/py-sip/QtSql/qsqlrelationaltablemodel.sip -share/py-sip/QtSql/qsqlresult.sip -share/py-sip/QtSql/qsqltablemodel.sip -%%API%%share/qt4/qsci/api/python/QtSql.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtSql.so +share/py-sip/PyQt5/QtSql/QtSqlmod.sip +share/py-sip/PyQt5/QtSql/qsql.sip +share/py-sip/PyQt5/QtSql/qsqldatabase.sip +share/py-sip/PyQt5/QtSql/qsqldriver.sip +share/py-sip/PyQt5/QtSql/qsqlerror.sip +share/py-sip/PyQt5/QtSql/qsqlfield.sip +share/py-sip/PyQt5/QtSql/qsqlindex.sip +share/py-sip/PyQt5/QtSql/qsqlquery.sip +share/py-sip/PyQt5/QtSql/qsqlquerymodel.sip +share/py-sip/PyQt5/QtSql/qsqlrecord.sip +share/py-sip/PyQt5/QtSql/qsqlrelationaldelegate.sip +share/py-sip/PyQt5/QtSql/qsqlrelationaltablemodel.sip +share/py-sip/PyQt5/QtSql/qsqlresult.sip +share/py-sip/PyQt5/QtSql/qsqltablemodel.sip +%%API%%share/qt5/qsci/api/python/QtSql.api Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -4184,6 +4184,11 @@ SUBDIR += py-qt4-script SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test + SUBDIR += py-qt5 + SUBDIR += py-qt5-core + SUBDIR += py-qt5-dbus + SUBDIR += py-qt5-designer + SUBDIR += py-qt5-test SUBDIR += py-rauth SUBDIR += py-raven SUBDIR += py-repl Index: devel/py-qt4/bsd.pyqt.mk =================================================================== --- devel/py-qt4/bsd.pyqt.mk +++ devel/py-qt4/bsd.pyqt.mk @@ -19,7 +19,7 @@ MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO -SIP_VERSION= 4.16.5 +SIP_VERSION= 4.16.9 PYQT4_VERSION= 4.11.3 QSCI2_VERSION= 2.8.4 Index: devel/py-qt5-core/Makefile =================================================================== --- devel/py-qt5-core/Makefile +++ devel/py-qt5-core/Makefile @@ -2,32 +2,32 @@ # $FreeBSD$ PORTNAME= core -PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtCore module +COMMENT= Python bindings for the Qt5 toolkit, QtCore module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= --enable QtCore -PYQT4_DIST= yes +USES= qmake +PYQT5_DIST= yes USE_PYTHON+= py3kplist -USE_QT4= corelib qmake_build moc_build +USE_QT5= core OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes - + API_DESC= Install QtCore API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 + DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt5/bsd.pyqt.mk" .include # Bug 180467: We need to remove the port_v${VERSION} directory that does not @@ -42,12 +42,12 @@ .endif post-install: - ${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 + ${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 .include Index: devel/py-qt5-core/files/Qt.py =================================================================== --- devel/py-qt5-core/files/Qt.py +++ devel/py-qt5-core/files/Qt.py @@ -0,0 +1,73 @@ +# Replacement for the composite module PyQt5.Qt for FreeBSD +# Provides namespace for all installed PyQt5 modules by importing them + +from PyQt5.QtCore import * + +try: + from PyQt5.QtGui import * +except ImportError: + pass +try: + from PyQt5.QtDBus import * +except ImportError: + pass +try: + from PyQt5.QtMultimedia import * +except ImportError: + pass +try: + from PyQt5.QtMultimediaWidgets import * +except ImportError: + pass +try: + from PyQt5.QtNetwork import * +except ImportError: + pass +try: + from PyQt5.QtOpenGL import * +except ImportError: + pass +try: + from PyQt5.QtPrintSupport import * +except ImportError: + pass +try: + from PyQt5.QtQml import * +except ImportError: + pass +try: + from PyQt5.QtSerialPort import * +except ImportError: + pass +try: + from PyQt5.QtSql import * +except ImportError: + pass +try: + from PyQt5.QtSvg import * +except ImportError: + pass +try: + from PyQt5.QtTest import * +except ImportError: + pass +try: + from PyQt5.QtWebKit import * +except ImportError: + pass +try: + from PyQt5.QtWebKitWidgets import * +except ImportError: + pass +try: + from PyQt5.QtWidgets import * +except ImportError: + pass +try: + from PyQt5.QtXml import * +except ImportError: + pass +try: + from PyQt5.QtXmlPatterns import * +except ImportError: + pass Index: devel/py-qt5-core/files/patch-configure.py =================================================================== --- devel/py-qt5-core/files/patch-configure.py +++ devel/py-qt5-core/files/patch-configure.py @@ -1,229 +1,89 @@ ---- configure.py.orig 2014-07-03 17:00:02.000000000 +0300 -+++ configure.py 2014-07-19 23:51:03.000000000 +0300 -@@ -343,7 +343,7 @@ +--- configure.py.orig 2015-06-11 15:44:34 UTC ++++ configure.py +@@ -1212,7 +1212,7 @@ def check_modules(target_config, verbose + the output is to be displayed. + """ - # Note that the order in which we check is important for the - # consolidated module - a module's dependencies must be checked first. -- pyqt_modules.append("QtCore") -+ check_module("QtCore", "qobject.h", "new QObject()") +- target_config.pyqt_modules.append('QtCore') ++ check_module(target_config, verbose, 'QtCore', 'qobject.h', 'new QObject()') - check_module("QtGui", "qwidget.h", "new QWidget()") - check_module("QtHelp", "qhelpengine.h", "new QHelpEngine(\"foo\")") -@@ -372,8 +372,8 @@ - check_module("QtTest", "QtTest", "QTest::qSleep(0)") - check_module("QtWebKit", "qwebpage.h", "new QWebPage()") - check_module("QtXmlPatterns", "qxmlname.h", "new QXmlName()") -- check_module("phonon", "phonon/videowidget.h", -- "new Phonon::VideoWidget()") -+ check_module("phonon", "phonon/mediacontroller.h", -+ "new Phonon::MediaController(0)") - check_module("QtAssistant", "qassistantclient.h", - "new QAssistantClient(\"foo\")", extra_lib_dirs=ass_lib_dirs, - extra_libs=ass_libs) -@@ -635,21 +635,6 @@ - if opts.staticplugins: - sipconfig.inform("Unable to find the following static plugins: %s" % ", ".join(opts.staticplugins)) + check_module(target_config, verbose, 'QtGui', 'qfont.h', 'new QFont()') + check_module(target_config, verbose, 'QtHelp', 'qhelpengine.h', +@@ -1411,16 +1411,17 @@ def generate_makefiles(target_config, ve -- # Generate the QScintilla API file. -- sipconfig.inform("Creating QScintilla API file...") -- f = open("PyQt4.api", "w") -- -- for m in pyqt_modules: -- api = open(m + ".api") -- -- for l in api: -- f.write("PyQt4." + l) -- -- api.close() -- os.remove(m + ".api") -- -- f.close() -- - def _qpy_directories(self, mname, lib_name): - """Return a 3-tuple of the directories containing the header files, the - directory containing the library, and the name of the support library -@@ -740,6 +725,9 @@ - return libs, libdirs + generate_sip_module_code(target_config, verbose, no_timestamp, parts, + tracing, 'Qt', sip_flags) +- subdirs.append('Qt') - def module_installs(self): -+ if "QtCore" not in pyqt_modules: -+ return [] -+ - return [os.path.join(src_dir, "__init__.py"), "pyqtconfig.py"] + if not target_config.no_tools: +- # Generate pylupdate5 and pyrcc5. +- for tool in ('pylupdate', 'pyrcc'): +- generate_application_makefile(target_config, verbose, tool) +- subdirs.append(tool) ++ if "QtXml" in target_config.pyqt_modules: ++ # Generate pylupdate5 and pyrcc5. ++ for tool in ('pylupdate', 'pyrcc'): ++ generate_application_makefile(target_config, verbose, tool) ++ subdirs.append(tool) - def qpy_libs(self): -@@ -875,80 +863,82 @@ - makefile.generate() - tool.append("elementtree") +- # Generate the pyuic5 wrapper. +- pyuic_wrapper = generate_pyuic5_wrapper(target_config) ++ if "QtCore" in target_config.pyqt_modules: ++ # Generate the pyuic5 wrapper. ++ pyuic_wrapper = generate_pyuic5_wrapper(target_config) -- # Create the pyuic4 wrapper. Use the GUI version on MacOS (so that -- # previews work properly and normal console use will work anyway), but -- # not on Windows (so that normal console use will work). -- sipconfig.inform("Creating pyuic4 wrapper...") -+ if "QtCore" in pyqt_modules: -+ # Create the pyuic4 wrapper. Use the GUI version on MacOS (so that -+ # previews work properly and normal console use will work anyway), but -+ # not on Windows (so that normal console use will work). -+ sipconfig.inform("Creating pyuic4 wrapper...") + # Generate the Qt Designer plugin. + if not target_config.no_designer_plugin and 'QtDesigner' in target_config.pyqt_modules: +@@ -1479,21 +1480,26 @@ def generate_makefiles(target_config, ve + out_f.write('''TEMPLATE = subdirs + CONFIG += ordered nostrip + SUBDIRS = %s ++''' % (' '.join(subdirs))) -- if sys.platform == 'darwin': -- gui = True -+ if sys.platform == 'darwin': -+ gui = True ++ if "QtCore" in target_config.pyqt_modules: ++ out_f.write(''' + init_py.files = %s + init_py.path = %s/PyQt5 + INSTALLS += init_py +-''' % (' '.join(subdirs), source_path('__init__.py'), target_config.pyqt_module_dir)) ++''' % (source_path('__init__.py'), target_config.pyqt_module_dir)) -- if opts.use_arch is None: -- use_arch = '' -+ if opts.use_arch is None: -+ use_arch = '' -+ else: -+ use_arch = ' '.join(opts.use_arch) - else: -- use_arch = ' '.join(opts.use_arch) -- else: -- gui = False -- use_arch = '' -+ gui = False -+ use_arch = '' + # Install the uic module and the pyuic5 wrapper. +- out_f.write(''' ++ if "QtCore" in target_config.pyqt_modules: ++ out_f.write(''' + uic_package.files = %s + uic_package.path = %s/PyQt5 + INSTALLS += uic_package + ''' % (source_path('pyuic', 'uic'), target_config.pyqt_module_dir)) -- # The pyuic directory may not exist if we are building away from the -- # source directory. -- try: -- os.mkdir("pyuic") -- except OSError: -- pass -+ # The pyuic directory may not exist if we are building away from the -+ # source directory. -+ try: -+ os.mkdir("pyuic") -+ except OSError: -+ pass + if not target_config.no_tools: +- out_f.write(''' ++ if "QtCore" in target_config.pyqt_modules: ++ out_f.write(''' + pyuic5.files = %s + pyuic5.path = %s + INSTALLS += pyuic5 +@@ -1512,7 +1518,7 @@ INSTALLS += qscintilla_api + # Make the pyuic5 wrapper executable on platforms that support it. If we + # did it after running qmake then (on Linux) the execute bits would be + # stripped on installation. +- if not target_config.no_tools and target_config.py_platform != 'win32': ++ if not target_config.no_tools and target_config.py_platform != 'win32' and "QtCore" in target_config.pyqt_modules: + inform("Making the %s wrapper executable..." % pyuic_wrapper) -- uicdir=os.path.join(pyqt_modroot, "uic") -- wrapper = sipconfig.create_wrapper(os.path.join(uicdir, "pyuic.py"), os.path.join("pyuic", "pyuic4"), gui, use_arch) -+ uicdir=os.path.join(pyqt_modroot, "uic") -+ wrapper = sipconfig.create_wrapper(os.path.join(uicdir, "pyuic.py"), os.path.join("pyuic", "pyuic4"), gui, use_arch) + sbuf = os.stat(pyuic_wrapper) +@@ -2204,9 +2210,10 @@ def get_sip_flags(target_config): + sip_flags.append(version_to_sip_tag(target_config.qt_version)) -- sipconfig.inform("Creating pyuic4 Makefile...") -+ sipconfig.inform("Creating pyuic4 Makefile...") + # Handle any feature flags. +- for xf in target_config.pyqt_disabled_features: +- sip_flags.append('-x') +- sip_flags.append(xf) ++ # Disable for FreeBSD ports. ++ #for xf in target_config.pyqt_disabled_features: ++ # sip_flags.append('-x') ++ # sip_flags.append(xf) -- makefile = sipconfig.PythonModuleMakefile( -- configuration=sipcfg, -- dstdir=uicdir, -- srcdir=os.path.join(src_dir, "pyuic", "uic"), -- dir="pyuic", -- installs=[[os.path.basename(wrapper), opts.pyqtbindir]] -- ) -+ makefile = sipconfig.PythonModuleMakefile( -+ configuration=sipcfg, -+ dstdir=uicdir, -+ srcdir=os.path.join(src_dir, "pyuic", "uic"), -+ dir="pyuic", -+ installs=[[os.path.basename(wrapper), opts.pyqtbindir]] -+ ) - -- makefile.generate() -- tool.append("pyuic") -+ makefile.generate() -+ tool.append("pyuic") - -- sipconfig.inform("Creating pylupdate4 Makefile...") -+ if "QtXml" in pyqt_modules: -+ sipconfig.inform("Creating pylupdate4 Makefile...") - -- cxxflags_app = sipcfg.build_macros().get("CXXFLAGS_APP", "") -+ cxxflags_app = sipcfg.build_macros().get("CXXFLAGS_APP", "") - -- makefile = sipconfig.ProgramMakefile( -- configuration=sipcfg, -- build_file=os.path.join(src_dir, "pylupdate", "pylupdate.sbf"), -- dir="pylupdate", -- install_dir=opts.pyqtbindir, -- console=1, -- qt=["QtCore", "QtXml"], -- debug=opts.debug, -- warnings=1, -- universal=sipcfg.universal, -- arch=sipcfg.arch, -- deployment_target=sipcfg.deployment_target -- ) -- -- makefile.extra_include_dirs.append(os.path.join(src_dir, "pylupdate")) -- -- if cxxflags_app != "": -- makefile.extra_cxxflags.append(cxxflags_app) -- -- makefile.generate() -- tool.append("pylupdate") -- -- sipconfig.inform("Creating pyrcc4 Makefile...") -+ makefile = sipconfig.ProgramMakefile( -+ configuration=sipcfg, -+ build_file=os.path.join(src_dir, "pylupdate", "pylupdate.sbf"), -+ dir="pylupdate", -+ install_dir=opts.pyqtbindir, -+ console=1, -+ qt=["QtCore", "QtXml"], -+ debug=opts.debug, -+ warnings=1, -+ universal=sipcfg.universal, -+ arch=sipcfg.arch, -+ deployment_target=sipcfg.deployment_target -+ ) -+ -+ makefile.extra_include_dirs.append(os.path.join(src_dir, "pylupdate")) -+ -+ if cxxflags_app != "": -+ makefile.extra_cxxflags.append(cxxflags_app) -+ -+ makefile.generate() -+ tool.append("pylupdate") - -- makefile = pyrccMakefile() -+ sipconfig.inform("Creating pyrcc4 Makefile...") - -- if cxxflags_app != "": -- makefile.extra_cxxflags.append(cxxflags_app) -+ makefile = pyrccMakefile() - -- makefile.generate() -- tool.append("pyrcc") -+ if cxxflags_app != "": -+ makefile.extra_cxxflags.append(cxxflags_app) -+ -+ makefile.generate() -+ tool.append("pyrcc") - - if opts.designer_plugin and "QtDesigner" in pyqt_modules: - py_major = sipcfg.py_version >> 16 -@@ -975,9 +965,6 @@ - # include the ABI information. - abi = "" - else: -- dynamic_pylib = "--enable-shared" in config_args -- -- if dynamic_pylib: - if glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor)): - lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"]) - elif 'MULTIARCH' in ducfg and glob.glob('%s/lib/%s/libpython%d.%d*' % (ducfg['exec_prefix'], ducfg['MULTIARCH'], py_major, py_minor)): -@@ -990,9 +977,6 @@ - opts.designer_plugin = False - - link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi) -- else: -- sipconfig.inform("Qt Designer plugin disabled because Python library is static") -- opts.designer_plugin = False - - pysh_lib = ducfg.get("LDLIBRARY", "") - -@@ -2301,9 +2285,9 @@ - installs=[(pyqt.module_installs(), pyqt_modroot)] - - if opts.api: -- installs.append(("PyQt4.api", os.path.join(opts.qscidir, "api", "python"))) -+ installs.append(("%s.api" % pyqt_modules[-1], os.path.join(opts.qscidir, "api", "python"))) - -- xtra_modules = ["Qt"] -+ xtra_modules = [] - - if opts.bigqt: - xtra_modules.append("_qt") + # Handle the version specific Python features. + if target_config.py_version < 0x030000: Index: devel/py-qt5-core/pkg-plist =================================================================== --- devel/py-qt5-core/pkg-plist +++ devel/py-qt5-core/pkg-plist @@ -1,200 +1,219 @@ -bin/pyuic4 -%%PYTHON_SITELIBDIR%%/PyQt4/Qt.py -%%PYTHON_SITELIBDIR%%/PyQt4/Qt.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/Qt.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/QtCore.so -%%PYTHON_SITELIBDIR%%/PyQt4/__init__.py -%%PYTHON_SITELIBDIR%%/PyQt4/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/__init__.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.py -%%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.pyo -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyo -share/py-sip/QtCore/QtCoremod.sip -share/py-sip/QtCore/qabstractanimation.sip -share/py-sip/QtCore/qabstracteventdispatcher.sip -share/py-sip/QtCore/qabstractfileengine.sip -share/py-sip/QtCore/qabstractitemmodel.sip -share/py-sip/QtCore/qabstractnativeeventfilter.sip -share/py-sip/QtCore/qabstractstate.sip -share/py-sip/QtCore/qabstracttransition.sip -share/py-sip/QtCore/qanimationgroup.sip -share/py-sip/QtCore/qbasictimer.sip -share/py-sip/QtCore/qbitarray.sip -share/py-sip/QtCore/qbuffer.sip -share/py-sip/QtCore/qbytearray.sip -share/py-sip/QtCore/qbytearraymatcher.sip -share/py-sip/QtCore/qchar.sip -share/py-sip/QtCore/qcoreapplication.sip -share/py-sip/QtCore/qcoreevent.sip -share/py-sip/QtCore/qcryptographichash.sip -share/py-sip/QtCore/qdatastream.sip -share/py-sip/QtCore/qdatetime.sip -share/py-sip/QtCore/qdir.sip -share/py-sip/QtCore/qdiriterator.sip -share/py-sip/QtCore/qeasingcurve.sip -share/py-sip/QtCore/qelapsedtimer.sip -share/py-sip/QtCore/qeventloop.sip -share/py-sip/QtCore/qeventtransition.sip -share/py-sip/QtCore/qfile.sip -share/py-sip/QtCore/qfiledevice.sip -share/py-sip/QtCore/qfileinfo.sip -share/py-sip/QtCore/qfilesystemwatcher.sip -share/py-sip/QtCore/qfinalstate.sip -share/py-sip/QtCore/qfsfileengine.sip -share/py-sip/QtCore/qglobal.sip -share/py-sip/QtCore/qhash.sip -share/py-sip/QtCore/qhistorystate.sip -share/py-sip/QtCore/qiodevice.sip -share/py-sip/QtCore/qlibrary.sip -share/py-sip/QtCore/qlibraryinfo.sip -share/py-sip/QtCore/qline.sip -share/py-sip/QtCore/qlist.sip -share/py-sip/QtCore/qlocale.sip -share/py-sip/QtCore/qmap.sip -share/py-sip/QtCore/qmargins.sip -share/py-sip/QtCore/qmetaobject.sip -share/py-sip/QtCore/qmetatype.sip -share/py-sip/QtCore/qmimedata.sip -share/py-sip/QtCore/qmutex.sip -share/py-sip/QtCore/qnamespace.sip -share/py-sip/QtCore/qnumeric.sip -share/py-sip/QtCore/qobject.sip -share/py-sip/QtCore/qobjectcleanuphandler.sip -share/py-sip/QtCore/qobjectdefs.sip -share/py-sip/QtCore/qpair.sip -share/py-sip/QtCore/qparallelanimationgroup.sip -share/py-sip/QtCore/qpauseanimation.sip -share/py-sip/QtCore/qpluginloader.sip -share/py-sip/QtCore/qpoint.sip -share/py-sip/QtCore/qprocess.sip -share/py-sip/QtCore/qpropertyanimation.sip -share/py-sip/QtCore/qpynullvariant.sip -share/py-sip/QtCore/qreadwritelock.sip -share/py-sip/QtCore/qrect.sip -share/py-sip/QtCore/qregexp.sip -share/py-sip/QtCore/qresource.sip -share/py-sip/QtCore/qrunnable.sip -share/py-sip/QtCore/qsemaphore.sip -share/py-sip/QtCore/qsequentialanimationgroup.sip -share/py-sip/QtCore/qset.sip -share/py-sip/QtCore/qsettings.sip -share/py-sip/QtCore/qsharedmemory.sip -share/py-sip/QtCore/qsignalmapper.sip -share/py-sip/QtCore/qsignaltransition.sip -share/py-sip/QtCore/qsize.sip -share/py-sip/QtCore/qsocketnotifier.sip -share/py-sip/QtCore/qstate.sip -share/py-sip/QtCore/qstatemachine.sip -share/py-sip/QtCore/qstring.sip -share/py-sip/QtCore/qstringlist.sip -share/py-sip/QtCore/qstringmatcher.sip -share/py-sip/QtCore/qsystemsemaphore.sip -share/py-sip/QtCore/qtemporaryfile.sip -share/py-sip/QtCore/qtextboundaryfinder.sip -share/py-sip/QtCore/qtextcodec.sip -share/py-sip/QtCore/qtextstream.sip -share/py-sip/QtCore/qthread.sip -share/py-sip/QtCore/qthreadpool.sip -share/py-sip/QtCore/qtimeline.sip -share/py-sip/QtCore/qtimer.sip -share/py-sip/QtCore/qtranslator.sip -share/py-sip/QtCore/qurl.sip -share/py-sip/QtCore/qurlquery.sip -share/py-sip/QtCore/quuid.sip -share/py-sip/QtCore/qvariant.sip -share/py-sip/QtCore/qvariantanimation.sip -share/py-sip/QtCore/qvector.sip -share/py-sip/QtCore/qwaitcondition.sip -share/py-sip/QtCore/qwineventnotifier.sip -share/py-sip/QtCore/qxmlstream.sip -%%API%%share/qt4/qsci/api/python/QtCore.api +bin/pyuic5 +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.py +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo +%%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/compiler.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo +%%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/misc.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo +%%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/qobjectcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo +%%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/Loader/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo +%%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/qobjectcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo +%%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/objcreator.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo +%%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%%/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%%/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%%/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%%/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/properties.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo +%%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/qscintilla.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo +%%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/qtquickwidgets.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc +%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo +share/py-sip/PyQt5/QtCore/QtCoremod.sip +share/py-sip/PyQt5/QtCore/qabstractanimation.sip +share/py-sip/PyQt5/QtCore/qabstracteventdispatcher.sip +share/py-sip/PyQt5/QtCore/qabstractitemmodel.sip +share/py-sip/PyQt5/QtCore/qabstractnativeeventfilter.sip +share/py-sip/PyQt5/QtCore/qabstractproxymodel.sip +share/py-sip/PyQt5/QtCore/qabstractstate.sip +share/py-sip/PyQt5/QtCore/qabstracttransition.sip +share/py-sip/PyQt5/QtCore/qanimationgroup.sip +share/py-sip/PyQt5/QtCore/qbasictimer.sip +share/py-sip/PyQt5/QtCore/qbitarray.sip +share/py-sip/PyQt5/QtCore/qbuffer.sip +share/py-sip/PyQt5/QtCore/qbytearray.sip +share/py-sip/PyQt5/QtCore/qbytearraymatcher.sip +share/py-sip/PyQt5/QtCore/qchar.sip +share/py-sip/PyQt5/QtCore/qcollator.sip +share/py-sip/PyQt5/QtCore/qcommandlineoption.sip +share/py-sip/PyQt5/QtCore/qcommandlineparser.sip +share/py-sip/PyQt5/QtCore/qcoreapplication.sip +share/py-sip/PyQt5/QtCore/qcoreevent.sip +share/py-sip/PyQt5/QtCore/qcryptographichash.sip +share/py-sip/PyQt5/QtCore/qdatastream.sip +share/py-sip/PyQt5/QtCore/qdatetime.sip +share/py-sip/PyQt5/QtCore/qdir.sip +share/py-sip/PyQt5/QtCore/qdiriterator.sip +share/py-sip/PyQt5/QtCore/qeasingcurve.sip +share/py-sip/PyQt5/QtCore/qelapsedtimer.sip +share/py-sip/PyQt5/QtCore/qeventloop.sip +share/py-sip/PyQt5/QtCore/qeventtransition.sip +share/py-sip/PyQt5/QtCore/qfile.sip +share/py-sip/PyQt5/QtCore/qfiledevice.sip +share/py-sip/PyQt5/QtCore/qfileinfo.sip +share/py-sip/PyQt5/QtCore/qfileselector.sip +share/py-sip/PyQt5/QtCore/qfilesystemwatcher.sip +share/py-sip/PyQt5/QtCore/qfinalstate.sip +share/py-sip/PyQt5/QtCore/qglobal.sip +share/py-sip/PyQt5/QtCore/qhistorystate.sip +share/py-sip/PyQt5/QtCore/qidentityproxymodel.sip +share/py-sip/PyQt5/QtCore/qiodevice.sip +share/py-sip/PyQt5/QtCore/qitemselectionmodel.sip +share/py-sip/PyQt5/QtCore/qjsonarray.sip +share/py-sip/PyQt5/QtCore/qjsondocument.sip +share/py-sip/PyQt5/QtCore/qjsonobject.sip +share/py-sip/PyQt5/QtCore/qjsonvalue.sip +share/py-sip/PyQt5/QtCore/qlibrary.sip +share/py-sip/PyQt5/QtCore/qlibraryinfo.sip +share/py-sip/PyQt5/QtCore/qline.sip +share/py-sip/PyQt5/QtCore/qlocale.sip +share/py-sip/PyQt5/QtCore/qlockfile.sip +share/py-sip/PyQt5/QtCore/qlogging.sip +share/py-sip/PyQt5/QtCore/qmargins.sip +share/py-sip/PyQt5/QtCore/qmessageauthenticationcode.sip +share/py-sip/PyQt5/QtCore/qmetaobject.sip +share/py-sip/PyQt5/QtCore/qmetatype.sip +share/py-sip/PyQt5/QtCore/qmimedata.sip +share/py-sip/PyQt5/QtCore/qmimedatabase.sip +share/py-sip/PyQt5/QtCore/qmimetype.sip +share/py-sip/PyQt5/QtCore/qmutex.sip +share/py-sip/PyQt5/QtCore/qnamespace.sip +share/py-sip/PyQt5/QtCore/qnumeric.sip +share/py-sip/PyQt5/QtCore/qobject.sip +share/py-sip/PyQt5/QtCore/qobjectcleanuphandler.sip +share/py-sip/PyQt5/QtCore/qobjectdefs.sip +share/py-sip/PyQt5/QtCore/qparallelanimationgroup.sip +share/py-sip/PyQt5/QtCore/qpauseanimation.sip +share/py-sip/PyQt5/QtCore/qpluginloader.sip +share/py-sip/PyQt5/QtCore/qpoint.sip +share/py-sip/PyQt5/QtCore/qprocess.sip +share/py-sip/PyQt5/QtCore/qpropertyanimation.sip +share/py-sip/PyQt5/QtCore/qpycore_qhash.sip +share/py-sip/PyQt5/QtCore/qpycore_qlist.sip +share/py-sip/PyQt5/QtCore/qpycore_qmap.sip +share/py-sip/PyQt5/QtCore/qpycore_qpair.sip +share/py-sip/PyQt5/QtCore/qpycore_qset.sip +share/py-sip/PyQt5/QtCore/qpycore_qvector.sip +share/py-sip/PyQt5/QtCore/qpycore_virtual_error_handler.sip +share/py-sip/PyQt5/QtCore/qreadwritelock.sip +share/py-sip/PyQt5/QtCore/qrect.sip +share/py-sip/PyQt5/QtCore/qregexp.sip +share/py-sip/PyQt5/QtCore/qregularexpression.sip +share/py-sip/PyQt5/QtCore/qresource.sip +share/py-sip/PyQt5/QtCore/qrunnable.sip +share/py-sip/PyQt5/QtCore/qsavefile.sip +share/py-sip/PyQt5/QtCore/qsemaphore.sip +share/py-sip/PyQt5/QtCore/qsequentialanimationgroup.sip +share/py-sip/PyQt5/QtCore/qsettings.sip +share/py-sip/PyQt5/QtCore/qsharedmemory.sip +share/py-sip/PyQt5/QtCore/qsignalmapper.sip +share/py-sip/PyQt5/QtCore/qsignaltransition.sip +share/py-sip/PyQt5/QtCore/qsize.sip +share/py-sip/PyQt5/QtCore/qsocketnotifier.sip +share/py-sip/PyQt5/QtCore/qsortfilterproxymodel.sip +share/py-sip/PyQt5/QtCore/qstandardpaths.sip +share/py-sip/PyQt5/QtCore/qstate.sip +share/py-sip/PyQt5/QtCore/qstatemachine.sip +share/py-sip/PyQt5/QtCore/qstorageinfo.sip +share/py-sip/PyQt5/QtCore/qstring.sip +share/py-sip/PyQt5/QtCore/qstringlist.sip +share/py-sip/PyQt5/QtCore/qstringlistmodel.sip +share/py-sip/PyQt5/QtCore/qsysinfo.sip +share/py-sip/PyQt5/QtCore/qsystemsemaphore.sip +share/py-sip/PyQt5/QtCore/qtemporarydir.sip +share/py-sip/PyQt5/QtCore/qtemporaryfile.sip +share/py-sip/PyQt5/QtCore/qtextboundaryfinder.sip +share/py-sip/PyQt5/QtCore/qtextcodec.sip +share/py-sip/PyQt5/QtCore/qtextstream.sip +share/py-sip/PyQt5/QtCore/qthread.sip +share/py-sip/PyQt5/QtCore/qthreadpool.sip +share/py-sip/PyQt5/QtCore/qtimeline.sip +share/py-sip/PyQt5/QtCore/qtimer.sip +share/py-sip/PyQt5/QtCore/qtimezone.sip +share/py-sip/PyQt5/QtCore/qtranslator.sip +share/py-sip/PyQt5/QtCore/qurl.sip +share/py-sip/PyQt5/QtCore/qurlquery.sip +share/py-sip/PyQt5/QtCore/quuid.sip +share/py-sip/PyQt5/QtCore/qvariant.sip +share/py-sip/PyQt5/QtCore/qvariantanimation.sip +share/py-sip/PyQt5/QtCore/qwaitcondition.sip +share/py-sip/PyQt5/QtCore/qwineventnotifier.sip +share/py-sip/PyQt5/QtCore/qxmlstream.sip +%%API%%share/qt5/qsci/api/python/QtCore.api Index: devel/py-qt5-dbus/Makefile =================================================================== --- devel/py-qt5-dbus/Makefile +++ devel/py-qt5-dbus/Makefile @@ -2,24 +2,23 @@ # $FreeBSD$ PORTNAME= dbus -PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtDBus module +COMMENT= Python bindings for the Qt5 toolkit, QtDBus module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \ - ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core + ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core CONFIGURE_ARGS= --enable QtDBus -PYQT4_DIST= yes -USE_QT4= dbus moc_build qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= dbus OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDBus API for QScintilla2 @@ -28,5 +27,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt5/bsd.pyqt.mk" .include Index: devel/py-qt5-dbus/pkg-plist =================================================================== --- devel/py-qt5-dbus/pkg-plist +++ devel/py-qt5-dbus/pkg-plist @@ -1,17 +1,17 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtDBus.so -share/py-sip/QtDBus/QtDBusmod.sip -share/py-sip/QtDBus/qdbusabstractadaptor.sip -share/py-sip/QtDBus/qdbusabstractinterface.sip -share/py-sip/QtDBus/qdbusargument.sip -share/py-sip/QtDBus/qdbusconnection.sip -share/py-sip/QtDBus/qdbusconnectioninterface.sip -share/py-sip/QtDBus/qdbuserror.sip -share/py-sip/QtDBus/qdbusextratypes.sip -share/py-sip/QtDBus/qdbusinterface.sip -share/py-sip/QtDBus/qdbusmessage.sip -share/py-sip/QtDBus/qdbuspendingcall.sip -share/py-sip/QtDBus/qdbusservicewatcher.sip -share/py-sip/QtDBus/qdbusunixfiledescriptor.sip -share/py-sip/QtDBus/qpydbuspendingreply.sip -share/py-sip/QtDBus/qpydbusreply.sip -%%API%%share/qt4/qsci/api/python/QtDBus.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtDBus.so +share/py-sip/PyQt5/QtDBus/QtDBusmod.sip +share/py-sip/PyQt5/QtDBus/qdbusabstractadaptor.sip +share/py-sip/PyQt5/QtDBus/qdbusabstractinterface.sip +share/py-sip/PyQt5/QtDBus/qdbusargument.sip +share/py-sip/PyQt5/QtDBus/qdbusconnection.sip +share/py-sip/PyQt5/QtDBus/qdbusconnectioninterface.sip +share/py-sip/PyQt5/QtDBus/qdbuserror.sip +share/py-sip/PyQt5/QtDBus/qdbusextratypes.sip +share/py-sip/PyQt5/QtDBus/qdbusinterface.sip +share/py-sip/PyQt5/QtDBus/qdbusmessage.sip +share/py-sip/PyQt5/QtDBus/qdbuspendingcall.sip +share/py-sip/PyQt5/QtDBus/qdbusservicewatcher.sip +share/py-sip/PyQt5/QtDBus/qdbusunixfiledescriptor.sip +share/py-sip/PyQt5/QtDBus/qpydbuspendingreply.sip +share/py-sip/PyQt5/QtDBus/qpydbusreply.sip +%%API%%share/qt5/qsci/api/python/QtDBus.api Index: devel/py-qt5-designer/Makefile =================================================================== --- devel/py-qt5-designer/Makefile +++ devel/py-qt5-designer/Makefile @@ -2,23 +2,27 @@ # $FreeBSD$ PORTNAME= designer -PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtDesigner module +COMMENT= Python bindings for the Qt5 toolkit, QtDesigner module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PKGNAMEPREFIX}xml>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xml \ - ${PKGNAMEPREFIX}script>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-script +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui \ + ${PKGNAMEPREFIX}xml>=${PYQT5_VERSION}:${PORTSDIR}/textproc/py-qt5-xml \ + ${PKGNAMEPREFIX}network>=${PYQT5_VERSION}:${PORTSDIR}/net/py-qt5-network \ + ${PKGNAMEPREFIX}printsupport>=${PYQT5_VERSION}:${PORTSDIR}/print/py-qt5-printsupport \ + ${PKGNAMEPREFIX}webkit>=${PYQT5_VERSION}:${PORTSDIR}/www/py-qt5-webkit \ + ${PKGNAMEPREFIX}widgets>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-widgets -CONFIGURE_ARGS= --enable QtDesigner --no-designer-plugin -PYQT4_DIST= yes -USE_QT4= gui xml designer moc_build qmake_build +CONFIGURE_ARGS= --enable QtDesigner +USES= qmake +PYQT5_DIST= yes +USE_QT5= buildtools gui xml designer network printsupport webkit \ + widgets xml OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDesigner API for QScintilla2 @@ -27,5 +31,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt5/bsd.pyqt.mk" .include Index: devel/py-qt5-designer/pkg-descr =================================================================== --- devel/py-qt5-designer/pkg-descr +++ devel/py-qt5-designer/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtDesigner module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: devel/py-qt5-designer/pkg-plist =================================================================== --- devel/py-qt5-designer/pkg-plist +++ devel/py-qt5-designer/pkg-plist @@ -1,27 +1,28 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtDesigner.so -share/py-sip/QtDesigner/QtDesignermod.sip -share/py-sip/QtDesigner/abstractactioneditor.sip -share/py-sip/QtDesigner/abstractformbuilder.sip -share/py-sip/QtDesigner/abstractformeditor.sip -share/py-sip/QtDesigner/abstractformwindow.sip -share/py-sip/QtDesigner/abstractformwindowcursor.sip -share/py-sip/QtDesigner/abstractformwindowmanager.sip -share/py-sip/QtDesigner/abstractobjectinspector.sip -share/py-sip/QtDesigner/abstractpropertyeditor.sip -share/py-sip/QtDesigner/abstractwidgetbox.sip -share/py-sip/QtDesigner/container.sip -share/py-sip/QtDesigner/customwidget.sip -share/py-sip/QtDesigner/default_extensionfactory.sip -share/py-sip/QtDesigner/extension.sip -share/py-sip/QtDesigner/formbuilder.sip -share/py-sip/QtDesigner/membersheet.sip -share/py-sip/QtDesigner/propertysheet.sip -share/py-sip/QtDesigner/qextensionmanager.sip -share/py-sip/QtDesigner/qpydesignercontainerextension.sip -share/py-sip/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip -share/py-sip/QtDesigner/qpydesignercustomwidgetplugin.sip -share/py-sip/QtDesigner/qpydesignermembersheetextension.sip -share/py-sip/QtDesigner/qpydesignerpropertysheetextension.sip -share/py-sip/QtDesigner/qpydesignertaskmenuextension.sip -share/py-sip/QtDesigner/taskmenu.sip -%%API%%share/qt4/qsci/api/python/QtDesigner.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so +%%QT_PLUGINDIR%%/designer/libpyqt5.so +share/py-sip/PyQt5/QtDesigner/QtDesignermod.sip +share/py-sip/PyQt5/QtDesigner/abstractactioneditor.sip +share/py-sip/PyQt5/QtDesigner/abstractformbuilder.sip +share/py-sip/PyQt5/QtDesigner/abstractformeditor.sip +share/py-sip/PyQt5/QtDesigner/abstractformwindow.sip +share/py-sip/PyQt5/QtDesigner/abstractformwindowcursor.sip +share/py-sip/PyQt5/QtDesigner/abstractformwindowmanager.sip +share/py-sip/PyQt5/QtDesigner/abstractobjectinspector.sip +share/py-sip/PyQt5/QtDesigner/abstractpropertyeditor.sip +share/py-sip/PyQt5/QtDesigner/abstractwidgetbox.sip +share/py-sip/PyQt5/QtDesigner/container.sip +share/py-sip/PyQt5/QtDesigner/customwidget.sip +share/py-sip/PyQt5/QtDesigner/default_extensionfactory.sip +share/py-sip/PyQt5/QtDesigner/extension.sip +share/py-sip/PyQt5/QtDesigner/formbuilder.sip +share/py-sip/PyQt5/QtDesigner/membersheet.sip +share/py-sip/PyQt5/QtDesigner/propertysheet.sip +share/py-sip/PyQt5/QtDesigner/qextensionmanager.sip +share/py-sip/PyQt5/QtDesigner/qpydesignercontainerextension.sip +share/py-sip/PyQt5/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip +share/py-sip/PyQt5/QtDesigner/qpydesignercustomwidgetplugin.sip +share/py-sip/PyQt5/QtDesigner/qpydesignermembersheetextension.sip +share/py-sip/PyQt5/QtDesigner/qpydesignerpropertysheetextension.sip +share/py-sip/PyQt5/QtDesigner/qpydesignertaskmenuextension.sip +share/py-sip/PyQt5/QtDesigner/taskmenu.sip +%%API%%share/qt5/qsci/api/python/QtDesigner.api Index: devel/py-qt5-test/Makefile =================================================================== --- devel/py-qt5-test/Makefile +++ devel/py-qt5-test/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= test -PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtTest module +COMMENT= Python bindings for the Qt5 toolkit, QtTest module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}widgets>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-widgets CONFIGURE_ARGS= --enable QtTest -PYQT4_DIST= yes -USE_QT4= moc_build gui qtestlib qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= buildtools_build widgets testlib OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtTest API for QScintilla2 @@ -25,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../py-qt5/bsd.pyqt.mk" .include Index: devel/py-qt5-test/pkg-descr =================================================================== --- devel/py-qt5-test/pkg-descr +++ devel/py-qt5-test/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtTest module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: devel/py-qt5-test/pkg-plist =================================================================== --- devel/py-qt5-test/pkg-plist +++ devel/py-qt5-test/pkg-plist @@ -1,7 +1,9 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtTest.so -share/py-sip/QtTest/QtTestmod.sip -share/py-sip/QtTest/qtestcase.sip -share/py-sip/QtTest/qtestkeyboard.sip -share/py-sip/QtTest/qtestmouse.sip -share/py-sip/QtTest/qtestsystem.sip -%%API%%share/qt4/qsci/api/python/QtTest.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtTest.so +share/py-sip/PyQt5/QtTest/QtTestmod.sip +share/py-sip/PyQt5/QtTest/qsignalspy.sip +share/py-sip/PyQt5/QtTest/qtestcase.sip +share/py-sip/PyQt5/QtTest/qtestkeyboard.sip +share/py-sip/PyQt5/QtTest/qtestmouse.sip +share/py-sip/PyQt5/QtTest/qtestsystem.sip +share/py-sip/PyQt5/QtTest/qtesttouch.sip +%%API%%share/qt5/qsci/api/python/QtTest.api Index: devel/py-qt5/Makefile =================================================================== --- devel/py-qt5/Makefile +++ devel/py-qt5/Makefile @@ -1,32 +1,24 @@ # Created by: Dima Panov # $FreeBSD$ -PORTNAME= qt4 -PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 +PORTNAME= qt5 +PORTVERSION= ${PYQT5_VERSION} CATEGORIES= devel python -MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # none -EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt 4 toolkit (meta port) +COMMENT= Python bindings for the Qt 5 toolkit (meta port) -USES= python +USES= metaport python -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - -OPTIONS_DEFINE= ALL ${PYQT4_COMPONENTS} +OPTIONS_DEFINE= ALL ${PYQT5_COMPONENTS} OPTIONS_DEFAULT= ALL -ALL_DESC= All PyQt4 components +ALL_DESC= All PyQt5 components .include "${.CURDIR}/bsd.pyqt.mk" -.for component in ${PYQT4_COMPONENTS} -${component}_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT} +.for component in ${PYQT5_COMPONENTS} +${component}_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-${component}>=0:${PORTSDIR}/${${component}_PORT} ALL_RUN_DEPENDS+= ${${component}_RUN_DEPENDS} .endfor Index: devel/py-qt5/bsd.pyqt.mk =================================================================== --- devel/py-qt5/bsd.pyqt.mk +++ devel/py-qt5/bsd.pyqt.mk @@ -3,7 +3,7 @@ # $FreeBSD$ # # Port variables: -# PYQT4_DIST - This port is part of PyQt4 itself. Variables and +# PYQT5_DIST - This port is part of PyQt5 itself. Variables and # targets are then set assuming a certain tarball and # port layout. # @@ -14,101 +14,97 @@ MASTER_SITES_SIP= SF/pyqt/sip/sip-${PORTVERSION} \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} -MASTER_SITES_PYQT4= SF/pyqt/PyQt4/PyQt-${PORTVERSION} \ +MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-${PORTVERSION} \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} -SIP_VERSION= 4.16.2 -PYQT4_VERSION= 4.11.1 +SIP_VERSION= 4.16.9 +PYQT5_VERSION= 5.4.2 QSCI2_VERSION= 2.8.3 SIP_DISTNAME= sip-${SIP_VERSION} -PYQT4_DISTNAME= PyQt-x11-gpl-${PYQT4_VERSION} -PYQT4_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt4/distinfo +PYQT5_DISTNAME= PyQt-gpl-${PYQT5_VERSION} +PYQT5_DISTINFO_FILE= ${.CURDIR}/../../devel/py-qt5/distinfo QSCI2_DISTNAME= QScintilla-gpl-${QSCI2_VERSION} QSCI2_DISTINFO_FILE= ${.CURDIR}/../../devel/qscintilla2/distinfo -PYQT4_COMPONENTS= assistant core dbus dbussupport declarative \ - demo designer designerplugin doc gui help \ - multimedia network opengl phonon qscintilla2 \ - script scripttools sql svg test webkit xml \ +PYQT5_COMPONENTS= core dbus designer demo designer doc gui help \ + multimedia network opengl printsupport qml \ + serialport sql svg test webkit webkitwidgets xml \ xmlpatterns -assistant_PORT= devel/py-qt4-assistant -core_PORT= devel/py-qt4-core -dbus_PORT= devel/py-qt4-dbus -dbussupport_PORT= devel/py-qt4-dbussupport -declarative_PORT= devel/py-qt4-declarative -demo_PORT= misc/py-qt4-demo -designer_PORT= devel/py-qt4-designer -designerplugin_PORT= devel/py-qt4-designerplugin -doc_PORT= misc/py-qt4-doc -gui_PORT= x11-toolkits/py-qt4-gui -help_PORT= devel/py-qt4-help -multimedia_PORT= multimedia/py-qt4-multimedia -network_PORT= net/py-qt4-network -opengl_PORT= x11/py-qt4-opengl -phonon_PORT= multimedia/py-qt4-phonon -qscintilla2_PORT= devel/py-qt4-qscintilla2 -script_PORT= devel/py-qt4-script -scripttools_PORT= devel/py-qt4-scripttools -sql_PORT= databases/py-qt4-sql -svg_PORT= graphics/py-qt4-svg -test_PORT= devel/py-qt4-test -webkit_PORT= www/py-qt4-webkit -xml_PORT= textproc/py-qt4-xml -xmlpatterns_PORT= textproc/py-qt4-xmlpatterns +core_PORT= devel/py-qt5-core +dbus_PORT= devel/py-qt5-dbus +demo_PORT= misc/py-qt5-demo +designer_PORT= devel/py-qt5-designer +doc_PORT= misc/py-qt5-doc +gui_PORT= x11-toolkits/py-qt5-gui +help_PORT= devel/py-qt5-help +multimedia_PORT= multimedia/py-qt5-multimedia +network_PORT= net/py-qt5-network +opengl_PORT= x11/py-qt5-opengl +printsupport_PORT= print/py-qt5-printsupport +qml_PORT= lang/py-qt5-qml +qscintilla2_PORT= devel/py-qt5-qscintilla2 +serialport_PORT= comms/py-qt5-serialport +sql_PORT= databases/py-qt5-sql +svg_PORT= graphics/py-qt5-svg +test_PORT= devel/py-qt5-test +webkit_PORT= www/py-qt5-webkit +webkitwidgets_PORT= www/py-qt5-webkitwidgets +widgets_PORT= x11-toolkits/py-qt5-widgets +xml_PORT= textproc/py-qt5-xml +xmlpatterns_PORT= textproc/py-qt5-xmlpatterns -assistant_DESC= Python bindings for QtAssistant module core_DESC= Python bindings for QtCore module -dbus_DESC= Python bindings for QtDBus module -dbussupport_DESC= Python bindings for D-Bus -declarative_DESC= Python bindings for QtDeclarative module -demo_DESC= PyQt4 demo and examples +dbus_DESC= Python bindings for dbus module +demo_DESC= PyQt5 demo and examples designer_DESC= Python bindings for QtDesigner module -designerplugin_DESC= Python bindings for QtDesigner plugin -doc_DESC= PyQt4 documentation +doc_DESC= PyQt5 documentation gui_DESC= Python bindings for QtGui module help_DESC= Python bindings for QtHelp module multimedia_DESC= Python bindings for Multimedia module network_DESC= Python bindings for QtNetwork module opengl_DESC= Python bindings for QtOpenGL module -phonon_DESC= Python bindings for Phonon module +printsupport_DESC= Python bindings for Printsupport module +qml_DESC= Python bindings for QML module qscintilla2_DESC= Python bindings for QScintilla2 -script_DESC= Python bindings for QtScript module -scripttools_DESC= Python bindings for QtScriptTools module +serialport_DESC= Python bindings for QtSerialPort sql_DESC= Python bindings for QtSql module svg_DESC= Python bindings for QtSvg module test_DESC= Python bindings for QtTest module webkit_DESC= Python bindings for QtWebKit module +webkitwidgets_DESC= Python bindings for QtWebKitWidgets module +widgets_DESC= Python bindings for QTWidgets module xml_DESC= Python bindings for QtXml module xmlpatterns_DESC= Python bindings for QtXmlPatterns module -.if defined(PYQT4_DIST) -PORTVERSION= ${PYQT4_VERSION} -MASTER_SITES= ${MASTER_SITES_PYQT4} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= ${PYQT4_DISTNAME} +.if defined(PYQT5_DIST) +PORTVERSION= ${PYQT5_VERSION} +MASTER_SITES= ${MASTER_SITES_PYQT5} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${PYQT5_DISTNAME} -DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} +DISTINFO_FILE= ${PYQT5_DISTINFO_FILE} HAS_CONFIGURE= yes USES+= python QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS. -PATCHDIR= ${.CURDIR}/../../devel/py-qt4-core/files -OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options -SIPDIR= ${PREFIX}/share/py-sip -QSCIDIR= ${PREFIX}/share/qt4/qsci +PATCHDIR= ${.CURDIR}/../../devel/py-qt5-core/files +OPTIONSFILE?= ${PORT_DBDIR}/py-qt5-${PORTNAME}/options +SIPDIR= ${PREFIX}/share/py-sip/PyQt5 +QSCIDIR= ${PREFIX}/share/qt5/qsci CONFIGURE_ARGS+=-b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -q ${QMAKE} \ --confirm-license \ --sipdir ${SIPDIR} +MAKE_ARGS+= INSTALL_ROOT=${STAGEDIR} -# One of the things PyQt4 looks for to determine whether to build the Qt DBus -# main loop module (py-qt4-dbussupport) is whether the dbus/ directory is +# One of the things PyQt5 looks for to determine whether to build the Qt DBus +# main loop module (py-qt5-dbussupport) is whether the dbus/ directory is # present. Only extract it for that port then. .if ${PORTNAME} != "dbussupport" EXTRACT_AFTER_ARGS+= --exclude "${DISTNAME}/dbus" @@ -119,4 +115,4 @@ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} .endif # !target(do-configure) -.endif # defined(PYQT4_DIST) +.endif # defined(PYQT5_DIST) Index: devel/py-qt5/distinfo =================================================================== --- devel/py-qt5/distinfo +++ devel/py-qt5/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyQt-x11-gpl-4.11.1.tar.gz) = df9d7358d70748efa5b84fa3fe9e182a80c39ac590157daaabcc2618df176da3 -SIZE (PyQt-x11-gpl-4.11.1.tar.gz) = 11118850 +SHA256 (PyQt-gpl-5.4.2.tar.gz) = 4cd90580558722ef24d499700faafbdc242d930cb36f55cc1a27b5cf67b10290 +SIZE (PyQt-gpl-5.4.2.tar.gz) = 3639966 Index: devel/py-qt5/pkg-descr =================================================================== --- devel/py-qt5/pkg-descr +++ devel/py-qt5/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the PyQt4 metaport. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 metaport. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: devel/py-sip/distinfo =================================================================== --- devel/py-sip/distinfo +++ devel/py-sip/distinfo @@ -1,2 +1,2 @@ -SHA256 (sip-4.16.5.tar.gz) = a00ba34c30bedc0f61916eb10bd12867b4754910a766647e3e58f88bd00f1e87 -SIZE (sip-4.16.5.tar.gz) = 859672 +SHA256 (sip-4.16.9.tar.gz) = dbe173aa566e26ca0bb5bcbc1d30ef780f416267bb3b5df48149a737ea6b0555 +SIZE (sip-4.16.9.tar.gz) = 957858 Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ graphics/Makefile @@ -859,6 +859,7 @@ SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg + SUBDIR += py-qt5-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag Index: graphics/py-qt5-svg/Makefile =================================================================== --- graphics/py-qt5-svg/Makefile +++ graphics/py-qt5-svg/Makefile @@ -2,8 +2,6 @@ # $FreeBSD$ PORTNAME= svg -PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= graphics devel python MAINTAINER= kde@FreeBSD.org @@ -10,14 +8,15 @@ COMMENT= Python bindings for the Qt4 toolkit, QtSvg module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui CONFIGURE_ARGS= --enable QtSvg -PYQT4_DIST= yes -USE_QT4= moc_build svg qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= svg OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSvg API for QScintilla2 @@ -26,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: graphics/py-qt5-svg/pkg-descr =================================================================== --- graphics/py-qt5-svg/pkg-descr +++ graphics/py-qt5-svg/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtSvg module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: graphics/py-qt5-svg/pkg-plist =================================================================== --- graphics/py-qt5-svg/pkg-plist +++ graphics/py-qt5-svg/pkg-plist @@ -1,7 +1,7 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtSvg.so -share/py-sip/QtSvg/QtSvgmod.sip -share/py-sip/QtSvg/qgraphicssvgitem.sip -share/py-sip/QtSvg/qsvggenerator.sip -share/py-sip/QtSvg/qsvgrenderer.sip -share/py-sip/QtSvg/qsvgwidget.sip -%%API%%share/qt4/qsci/api/python/QtSvg.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtSvg.so +share/py-sip/PyQt5/QtSvg/QtSvgmod.sip +share/py-sip/PyQt5/QtSvg/qgraphicssvgitem.sip +share/py-sip/PyQt5/QtSvg/qsvggenerator.sip +share/py-sip/PyQt5/QtSvg/qsvgrenderer.sip +share/py-sip/PyQt5/QtSvg/qsvgwidget.sip +%%API%%share/qt5/qsci/api/python/QtSvg.api Index: lang/Makefile =================================================================== --- lang/Makefile +++ lang/Makefile @@ -248,6 +248,7 @@ SUBDIR += py-clojure SUBDIR += py-mx-base SUBDIR += py-prolog + SUBDIR += py-qt5-qml SUBDIR += pypy SUBDIR += pypy3-devel SUBDIR += python Index: lang/py-qt5-qml/Makefile =================================================================== --- lang/py-qt5-qml/Makefile +++ lang/py-qt5-qml/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= qml +CATEGORIES= lang devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, Qml module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core + +CONFIGURE_ARGS= --enable QtQml +USES= qmake +PYQT5_DIST= yes +USE_QT5= buildtools_build gui qml + +OPTIONS_DEFINE= API DEBUG +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtMultimedia API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +DEBUG_CONFIGURE_ON= --debug --trace + +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" +.include Index: lang/py-qt5-qml/pkg-descr =================================================================== --- lang/py-qt5-qml/pkg-descr +++ lang/py-qt5-qml/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQml module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: lang/py-qt5-qml/pkg-plist =================================================================== --- lang/py-qt5-qml/pkg-plist +++ lang/py-qt5-qml/pkg-plist @@ -0,0 +1,27 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so +%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so +share/py-sip/PyQt5/QtQml/QtQmlmod.sip +share/py-sip/PyQt5/QtQml/qjsengine.sip +share/py-sip/PyQt5/QtQml/qjsvalue.sip +share/py-sip/PyQt5/QtQml/qjsvalueiterator.sip +share/py-sip/PyQt5/QtQml/qmlattachedpropertiesobject.sip +share/py-sip/PyQt5/QtQml/qmlregistertype.sip +share/py-sip/PyQt5/QtQml/qpyqmllistproperty.sip +share/py-sip/PyQt5/QtQml/qqmlabstracturlinterceptor.sip +share/py-sip/PyQt5/QtQml/qqmlapplicationengine.sip +share/py-sip/PyQt5/QtQml/qqmlcomponent.sip +share/py-sip/PyQt5/QtQml/qqmlcontext.sip +share/py-sip/PyQt5/QtQml/qqmlengine.sip +share/py-sip/PyQt5/QtQml/qqmlerror.sip +share/py-sip/PyQt5/QtQml/qqmlexpression.sip +share/py-sip/PyQt5/QtQml/qqmlextensionplugin.sip +share/py-sip/PyQt5/QtQml/qqmlfileselector.sip +share/py-sip/PyQt5/QtQml/qqmlincubator.sip +share/py-sip/PyQt5/QtQml/qqmllist.sip +share/py-sip/PyQt5/QtQml/qqmlnetworkaccessmanagerfactory.sip +share/py-sip/PyQt5/QtQml/qqmlparserstatus.sip +share/py-sip/PyQt5/QtQml/qqmlproperty.sip +share/py-sip/PyQt5/QtQml/qqmlpropertymap.sip +share/py-sip/PyQt5/QtQml/qqmlpropertyvaluesource.sip +share/py-sip/PyQt5/QtQml/qqmlscriptstring.sip +%%API%%share/qt4/qsci/api/python/QtQml.api Index: misc/Makefile =================================================================== --- misc/Makefile +++ misc/Makefile @@ -376,6 +376,8 @@ SUBDIR += py-progressbar231 SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc + SUBDIR += py-qt5-demo + SUBDIR += py-qt5-doc SUBDIR += py-yolk SUBDIR += pylize SUBDIR += pypanda Index: misc/py-qt5-demo/Makefile =================================================================== --- misc/py-qt5-demo/Makefile +++ misc/py-qt5-demo/Makefile @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= demo -PORTVERSION= ${PYQT4_VERSION} -PORTEPOCH= 1 +PORTVERSION= ${PYQT5_VERSION} CATEGORIES= misc devel python -MASTER_SITES= ${MASTER_SITES_PYQT4} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= ${PYQT4_DISTNAME} +MASTER_SITES= ${MASTER_SITES_PYQT5} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${PYQT5_DISTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, Qt demo and examples +COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples -DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} +DISTINFO_FILE= ${PYQT5_DISTINFO_FILE} USES= python -EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 +EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" -.for component in ${PYQT4_COMPONENTS:Ndemo} -PYQT4_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT} +.for component in ${PYQT5_COMPONENTS:Ndemo} +PYQT5_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt5-${component}>=0:${PORTSDIR}/${${component}_PORT} .endfor do-build: @@ -28,7 +27,6 @@ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples do-install: - ${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} Index: misc/py-qt5-demo/pkg-descr =================================================================== --- misc/py-qt5-demo/pkg-descr +++ misc/py-qt5-demo/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the PyQt4 demo and examples. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 demo and examples. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: misc/py-qt5-demo/pkg-plist =================================================================== --- misc/py-qt5-demo/pkg-plist +++ misc/py-qt5-demo/pkg-plist @@ -9,10 +9,8 @@ %%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.pyc +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py +%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc %%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py %%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc %%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py @@ -21,10 +19,8 @@ %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.pyc +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.py +%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyc %%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg %%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png %%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png @@ -37,19 +33,15 @@ %%EXAMPLESDIR%%/animation/appchooser/appchooser.py %%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc %%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.pyc +%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.py +%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyc %%EXAMPLESDIR%%/animation/appchooser/digikam.png %%EXAMPLESDIR%%/animation/appchooser/k3b.png %%EXAMPLESDIR%%/animation/easing/easing.py %%EXAMPLESDIR%%/animation/easing/easing.pyc %%EXAMPLESDIR%%/animation/easing/easing.qrc -%%EXAMPLESDIR%%/animation/easing/easing_rc2.py -%%EXAMPLESDIR%%/animation/easing/easing_rc2.pyc -%%EXAMPLESDIR%%/animation/easing/easing_rc3.py -%%EXAMPLESDIR%%/animation/easing/easing_rc3.pyc +%%EXAMPLESDIR%%/animation/easing/easing_rc.py +%%EXAMPLESDIR%%/animation/easing/easing_rc.pyc %%EXAMPLESDIR%%/animation/easing/form.ui %%EXAMPLESDIR%%/animation/easing/images/qt-logo.png %%EXAMPLESDIR%%/animation/easing/ui_form.py @@ -65,10 +57,8 @@ %%EXAMPLESDIR%%/animation/states/states.py %%EXAMPLESDIR%%/animation/states/states.pyc %%EXAMPLESDIR%%/animation/states/states.qrc -%%EXAMPLESDIR%%/animation/states/states_rc2.py -%%EXAMPLESDIR%%/animation/states/states_rc2.pyc -%%EXAMPLESDIR%%/animation/states/states_rc3.py -%%EXAMPLESDIR%%/animation/states/states_rc3.pyc +%%EXAMPLESDIR%%/animation/states/states_rc.py +%%EXAMPLESDIR%%/animation/states/states_rc.pyc %%EXAMPLESDIR%%/animation/stickman/animations/chilling %%EXAMPLESDIR%%/animation/stickman/animations/dancing %%EXAMPLESDIR%%/animation/stickman/animations/dead @@ -76,10 +66,8 @@ %%EXAMPLESDIR%%/animation/stickman/stickman.py %%EXAMPLESDIR%%/animation/stickman/stickman.pyc %%EXAMPLESDIR%%/animation/stickman/stickman.qrc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.py -%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.py -%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.pyc +%%EXAMPLESDIR%%/animation/stickman/stickman_rc.py +%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyc %%EXAMPLESDIR%%/dbus/chat/chat.py %%EXAMPLESDIR%%/dbus/chat/chat.pyc %%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui @@ -101,256 +89,6 @@ %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.qrc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/view.qml -%%EXAMPLESDIR%%/declarative/toys/README -%%EXAMPLESDIR%%/declarative/toys/clocks/clocks.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/Clock.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/QuitButton.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/background.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/center.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock-night.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/hour.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/minute.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/quit.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/second.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/Day.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/cork.jpg -%%EXAMPLESDIR%%/declarative/toys/corkboards/corkboards.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/note-yellow.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/tack.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/Button.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/GenericSceneItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/PaletteItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/PerspectiveItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/Sun.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/dynamicscene.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/face-smile.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/moon.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_brown.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_bw.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/star.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/sun.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/tree_s.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/itemCreation.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/Button.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/TicTac.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/board.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/o.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/x.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/tic-tac-toe.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/tic-tac-toe.qml -%%EXAMPLESDIR%%/declarative/toys/tvtennis/tvtennis.qml -%%EXAMPLESDIR%%/declarative/ui-components/README -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/Dial.qml -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/QuitButton.qml -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle_shadow.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/overlay.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/quit.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/dialcontrol.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/5_heart.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/9_club.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/Card.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/back.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/flipable.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/ProgressBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/ScrollBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/niagara_falls.jpg -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/SearchBox.qml -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/clear.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg-focus.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/Switch.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/background.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/knob.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/slideswitch.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/Spinner.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-select.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/TabWidget.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/tab.png -%%EXAMPLESDIR%%/demos/README -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Explosion.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Tile.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/back.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/front.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/quit.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.py -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyc -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/BoomBlock.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Button.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Dialog.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/background.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/yellowStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/samegame.js -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/README -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_data.xml -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_style.xsl -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/scores.php -%%EXAMPLESDIR%%/demos/declarative/samegame/samegame.qml -%%EXAMPLESDIR%%/demos/embedded/lightmaps.py -%%EXAMPLESDIR%%/demos/embedded/lightmaps.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.ui -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyc -%%EXAMPLESDIR%%/demos/qtdemo/colors.py -%%EXAMPLESDIR%%/demos/qtdemo/colors.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.py -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.py -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.py -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guide.py -%%EXAMPLESDIR%%/demos/qtdemo/guide.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.py -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guideline.py -%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyc -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.py -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.py -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/images/demobg.png -%%EXAMPLESDIR%%/demos/qtdemo/images/qtlogo_small.png -%%EXAMPLESDIR%%/demos/qtdemo/images/trolltech-logo.png -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.py -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.py -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.py -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.py -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qmlShell.qml -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.qrc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.pyc -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.py -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/score.py -%%EXAMPLESDIR%%/demos/qtdemo/score.pyc -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.py -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyc -%%EXAMPLESDIR%%/demos/qtdemo/xml/examples.xml -%%EXAMPLESDIR%%/demos/spreadsheet/images/interview.png -%%EXAMPLESDIR%%/demos/spreadsheet/printview.py -%%EXAMPLESDIR%%/demos/spreadsheet/printview.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.qrc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/util.py -%%EXAMPLESDIR%%/demos/spreadsheet/util.pyc -%%EXAMPLESDIR%%/demos/textedit/example.html -%%EXAMPLESDIR%%/demos/textedit/images/logo.png -%%EXAMPLESDIR%%/demos/textedit/images/logo32.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/textedit.py -%%EXAMPLESDIR%%/demos/textedit/textedit.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit.qrc -%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.py -%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.py -%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.pyc %%EXAMPLESDIR%%/designer/README %%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py %%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc @@ -369,8 +107,6 @@ %%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc %%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py %%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc %%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py %%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc %%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py @@ -389,8 +125,6 @@ %%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc %%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py %%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc %%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py %%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc %%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py @@ -402,24 +136,20 @@ %%EXAMPLESDIR%%/desktop/README %%EXAMPLESDIR%%/desktop/screenshot.py %%EXAMPLESDIR%%/desktop/screenshot.pyc -%%EXAMPLESDIR%%/desktop/systray/images/bad.svg -%%EXAMPLESDIR%%/desktop/systray/images/heart.svg -%%EXAMPLESDIR%%/desktop/systray/images/trash.svg +%%EXAMPLESDIR%%/desktop/systray/images/bad.png +%%EXAMPLESDIR%%/desktop/systray/images/heart.png +%%EXAMPLESDIR%%/desktop/systray/images/trash.png %%EXAMPLESDIR%%/desktop/systray/systray.py %%EXAMPLESDIR%%/desktop/systray/systray.pyc %%EXAMPLESDIR%%/desktop/systray/systray.qrc -%%EXAMPLESDIR%%/desktop/systray/systray_rc2.py -%%EXAMPLESDIR%%/desktop/systray/systray_rc2.pyc -%%EXAMPLESDIR%%/desktop/systray/systray_rc3.py -%%EXAMPLESDIR%%/desktop/systray/systray_rc3.pyc +%%EXAMPLESDIR%%/desktop/systray/systray_rc.py +%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyc %%EXAMPLESDIR%%/dialogs/README %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.pyc +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.py +%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyc %%EXAMPLESDIR%%/dialogs/classwizard/images/background.png %%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png %%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png @@ -430,10 +160,8 @@ %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.pyc +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py +%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc %%EXAMPLESDIR%%/dialogs/configdialog/images/config.png %%EXAMPLESDIR%%/dialogs/configdialog/images/query.png %%EXAMPLESDIR%%/dialogs/configdialog/images/update.png @@ -451,19 +179,15 @@ %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyc +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.py +%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyc %%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png %%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyc +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py +%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc %%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png %%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png %%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png @@ -470,10 +194,8 @@ %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyc +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py +%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc %%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt %%EXAMPLESDIR%%/draganddrop/dropsite.py %%EXAMPLESDIR%%/draganddrop/dropsite.pyc @@ -480,19 +202,15 @@ %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyc +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py +%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc %%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt %%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.pyc +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py +%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc %%EXAMPLESDIR%%/effects/README %%EXAMPLESDIR%%/effects/lighting.py %%EXAMPLESDIR%%/effects/lighting.pyc @@ -503,17 +221,13 @@ %%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc %%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg %%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.pyc +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py +%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyc +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.py +%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyc %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png @@ -531,15 +245,19 @@ %%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyc %%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png %%EXAMPLESDIR%%/graphicsview/elasticnodes.py %%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/backside.ui +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.ui +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.qrc +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.py +%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/form.ui %%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png %%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg %%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png @@ -552,12 +270,10 @@ %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.py +%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyc +%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.py +%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyc %%EXAMPLESDIR%%/ipc/README %%EXAMPLESDIR%%/ipc/localfortuneclient.py %%EXAMPLESDIR%%/ipc/localfortuneclient.pyc @@ -576,10 +292,8 @@ %%EXAMPLESDIR%%/itemviews/chart/chart.py %%EXAMPLESDIR%%/itemviews/chart/chart.pyc %%EXAMPLESDIR%%/itemviews/chart/chart.qrc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.pyc +%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py +%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc %%EXAMPLESDIR%%/itemviews/chart/mydata.cht %%EXAMPLESDIR%%/itemviews/chart/qtdata.cht %%EXAMPLESDIR%%/itemviews/coloreditorfactory.py @@ -594,10 +308,8 @@ %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyc +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.py +%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyc %%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui %%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py %%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc @@ -607,18 +319,14 @@ %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.pyc +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py +%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc %%EXAMPLESDIR%%/itemviews/puzzle/example.jpg %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.pyc +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py +%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc %%EXAMPLESDIR%%/itemviews/simpledommodel.py %%EXAMPLESDIR%%/itemviews/simpledommodel.pyc %%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt @@ -625,14 +333,26 @@ %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyc +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py +%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc %%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py %%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc %%EXAMPLESDIR%%/itemviews/spinboxdelegate.py %%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/images/interview.png +%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.qrc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyc +%%EXAMPLESDIR%%/itemviews/spreadsheet/util.py +%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyc %%EXAMPLESDIR%%/itemviews/stardelegate.py %%EXAMPLESDIR%%/itemviews/stardelegate.pyc %%EXAMPLESDIR%%/layouts/README @@ -645,11 +365,6 @@ %%EXAMPLESDIR%%/mainwindows/README %%EXAMPLESDIR%%/mainwindows/application/application.py %%EXAMPLESDIR%%/mainwindows/application/application.pyc -%%EXAMPLESDIR%%/mainwindows/application/application.qrc -%%EXAMPLESDIR%%/mainwindows/application/application_rc2.py -%%EXAMPLESDIR%%/mainwindows/application/application_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/application/application_rc3.py -%%EXAMPLESDIR%%/mainwindows/application/application_rc3.pyc %%EXAMPLESDIR%%/mainwindows/application/images/copy.png %%EXAMPLESDIR%%/mainwindows/application/images/cut.png %%EXAMPLESDIR%%/mainwindows/application/images/new.png @@ -659,10 +374,8 @@ %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyc +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py +%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png @@ -676,10 +389,8 @@ %%EXAMPLESDIR%%/mainwindows/mdi/mdi.py %%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc %%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.pyc +%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py +%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc %%EXAMPLESDIR%%/mainwindows/menus.py %%EXAMPLESDIR%%/mainwindows/menus.pyc %%EXAMPLESDIR%%/mainwindows/recentfiles.py @@ -693,12 +404,36 @@ %%EXAMPLESDIR%%/mainwindows/sdi/sdi.py %%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc %%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.pyc +%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py +%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc %%EXAMPLESDIR%%/mainwindows/separations.py %%EXAMPLESDIR%%/mainwindows/separations.pyc +%%EXAMPLESDIR%%/multimedia/README +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.py +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyc +%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevicesbase.ui +%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.py +%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyc +%%EXAMPLESDIR%%/multimedia/audiooutput.py +%%EXAMPLESDIR%%/multimedia/audiooutput.pyc +%%EXAMPLESDIR%%/multimediawidgets/README +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.py +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/camera.ui +%%EXAMPLESDIR%%/multimediawidgets/camera/imagesettings.ui +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.py +%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyc +%%EXAMPLESDIR%%/multimediawidgets/camera/videosettings.ui +%%EXAMPLESDIR%%/multimediawidgets/player.py +%%EXAMPLESDIR%%/multimediawidgets/player.pyc +%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.py +%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyc +%%EXAMPLESDIR%%/multimediawidgets/videowidget.py +%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyc %%EXAMPLESDIR%%/network/README %%EXAMPLESDIR%%/network/blockingfortuneclient.py %%EXAMPLESDIR%%/network/blockingfortuneclient.pyc @@ -710,19 +445,11 @@ %%EXAMPLESDIR%%/network/fortuneclient.pyc %%EXAMPLESDIR%%/network/fortuneserver.py %%EXAMPLESDIR%%/network/fortuneserver.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.py -%%EXAMPLESDIR%%/network/ftp/ftp.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.qrc -%%EXAMPLESDIR%%/network/ftp/ftp_rc2.py -%%EXAMPLESDIR%%/network/ftp/ftp_rc2.pyc -%%EXAMPLESDIR%%/network/ftp/ftp_rc3.py -%%EXAMPLESDIR%%/network/ftp/ftp_rc3.pyc -%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png -%%EXAMPLESDIR%%/network/ftp/images/dir.png -%%EXAMPLESDIR%%/network/ftp/images/file.png %%EXAMPLESDIR%%/network/http/authenticationdialog.ui %%EXAMPLESDIR%%/network/http/http.py %%EXAMPLESDIR%%/network/http/http.pyc +%%EXAMPLESDIR%%/network/lightmaps.py +%%EXAMPLESDIR%%/network/lightmaps.pyc %%EXAMPLESDIR%%/network/loopback.py %%EXAMPLESDIR%%/network/loopback.pyc %%EXAMPLESDIR%%/network/threadedfortuneserver.py @@ -734,10 +461,10 @@ %%EXAMPLESDIR%%/opengl/grabber.pyc %%EXAMPLESDIR%%/opengl/hellogl.py %%EXAMPLESDIR%%/opengl/hellogl.pyc +%%EXAMPLESDIR%%/opengl/openglwindow.py +%%EXAMPLESDIR%%/opengl/openglwindow.pyc %%EXAMPLESDIR%%/opengl/overpainting.py %%EXAMPLESDIR%%/opengl/overpainting.pyc -%%EXAMPLESDIR%%/opengl/samplebuffers.py -%%EXAMPLESDIR%%/opengl/samplebuffers.pyc %%EXAMPLESDIR%%/opengl/textures/images/side1.png %%EXAMPLESDIR%%/opengl/textures/images/side2.png %%EXAMPLESDIR%%/opengl/textures/images/side3.png @@ -746,19 +473,12 @@ %%EXAMPLESDIR%%/opengl/textures/images/side6.png %%EXAMPLESDIR%%/opengl/textures/textures.py %%EXAMPLESDIR%%/opengl/textures/textures.pyc -%%EXAMPLESDIR%%/opengl/textures/textures.qrc -%%EXAMPLESDIR%%/opengl/textures/textures_rc2.py -%%EXAMPLESDIR%%/opengl/textures/textures_rc2.pyc -%%EXAMPLESDIR%%/opengl/textures/textures_rc3.py -%%EXAMPLESDIR%%/opengl/textures/textures_rc3.pyc %%EXAMPLESDIR%%/painting/README %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.pyc +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py +%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc %%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png %%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png %%EXAMPLESDIR%%/painting/concentriccircles.py @@ -771,17 +491,10 @@ %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.pyc +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py +%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc %%EXAMPLESDIR%%/painting/transformations.py %%EXAMPLESDIR%%/painting/transformations.pyc -%%EXAMPLESDIR%%/phonon/README -%%EXAMPLESDIR%%/phonon/capabilities.py -%%EXAMPLESDIR%%/phonon/capabilities.pyc -%%EXAMPLESDIR%%/phonon/musicplayer.py -%%EXAMPLESDIR%%/phonon/musicplayer.pyc %%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py %%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc %%EXAMPLESDIR%%/pyuic/demo.ui @@ -789,6 +502,180 @@ %%EXAMPLESDIR%%/pyuic/load_ui1.pyc %%EXAMPLESDIR%%/pyuic/load_ui2.py %%EXAMPLESDIR%%/pyuic/load_ui2.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/adding.py +%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/attached.py +%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/binding.py +%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/coercion.py +%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/default.py +%%EXAMPLESDIR%%/qml/referenceexamples/default.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/grouped.py +%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/methods.py +%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/properties.py +%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/signal.py +%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyc +%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.py +%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyc +%%EXAMPLESDIR%%/qtdemo/colors.py +%%EXAMPLESDIR%%/qtdemo/colors.pyc +%%EXAMPLESDIR%%/qtdemo/demoitem.py +%%EXAMPLESDIR%%/qtdemo/demoitem.pyc +%%EXAMPLESDIR%%/qtdemo/demoitemanimation.py +%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyc +%%EXAMPLESDIR%%/qtdemo/demotextitem.py +%%EXAMPLESDIR%%/qtdemo/demotextitem.pyc +%%EXAMPLESDIR%%/qtdemo/examplecontent.py +%%EXAMPLESDIR%%/qtdemo/examplecontent.pyc +%%EXAMPLESDIR%%/qtdemo/examples.xml +%%EXAMPLESDIR%%/qtdemo/guide.py +%%EXAMPLESDIR%%/qtdemo/guide.pyc +%%EXAMPLESDIR%%/qtdemo/guidecircle.py +%%EXAMPLESDIR%%/qtdemo/guidecircle.pyc +%%EXAMPLESDIR%%/qtdemo/guideline.py +%%EXAMPLESDIR%%/qtdemo/guideline.pyc +%%EXAMPLESDIR%%/qtdemo/headingitem.py +%%EXAMPLESDIR%%/qtdemo/headingitem.pyc +%%EXAMPLESDIR%%/qtdemo/imageitem.py +%%EXAMPLESDIR%%/qtdemo/imageitem.pyc +%%EXAMPLESDIR%%/qtdemo/images/demobg.png +%%EXAMPLESDIR%%/qtdemo/images/qtlogo_small.png +%%EXAMPLESDIR%%/qtdemo/images/trolltech-logo.png +%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.py +%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyc +%%EXAMPLESDIR%%/qtdemo/letteritem.py +%%EXAMPLESDIR%%/qtdemo/letteritem.pyc +%%EXAMPLESDIR%%/qtdemo/mainwindow.py +%%EXAMPLESDIR%%/qtdemo/mainwindow.pyc +%%EXAMPLESDIR%%/qtdemo/menucontent.py +%%EXAMPLESDIR%%/qtdemo/menucontent.pyc +%%EXAMPLESDIR%%/qtdemo/menumanager.py +%%EXAMPLESDIR%%/qtdemo/menumanager.pyc +%%EXAMPLESDIR%%/qtdemo/qtdemo.py +%%EXAMPLESDIR%%/qtdemo/qtdemo.pyc +%%EXAMPLESDIR%%/qtdemo/scanitem.py +%%EXAMPLESDIR%%/qtdemo/scanitem.pyc +%%EXAMPLESDIR%%/qtdemo/score.py +%%EXAMPLESDIR%%/qtdemo/score.pyc +%%EXAMPLESDIR%%/qtdemo/textbutton.py +%%EXAMPLESDIR%%/qtdemo/textbutton.pyc +%%EXAMPLESDIR%%/quick/README +%%EXAMPLESDIR%%/quick/animation/animation.py +%%EXAMPLESDIR%%/quick/animation/animation.pyc +%%EXAMPLESDIR%%/quick/animation/animation.qml +%%EXAMPLESDIR%%/quick/animation/animation.qrc +%%EXAMPLESDIR%%/quick/animation/animation_rc.py +%%EXAMPLESDIR%%/quick/animation/animation_rc.pyc +%%EXAMPLESDIR%%/quick/animation/basics/color-animation.qml +%%EXAMPLESDIR%%/quick/animation/basics/images/face-smile.png +%%EXAMPLESDIR%%/quick/animation/basics/images/moon.png +%%EXAMPLESDIR%%/quick/animation/basics/images/shadow.png +%%EXAMPLESDIR%%/quick/animation/basics/images/star.png +%%EXAMPLESDIR%%/quick/animation/basics/images/sun.png +%%EXAMPLESDIR%%/quick/animation/basics/property-animation.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/SideRect.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/behavior-example.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/tvtennis.qml +%%EXAMPLESDIR%%/quick/animation/behaviors/wigglytext.qml +%%EXAMPLESDIR%%/quick/animation/easing/easing.qml +%%EXAMPLESDIR%%/quick/animation/pathanimation/pathanimation.qml +%%EXAMPLESDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml +%%EXAMPLESDIR%%/quick/animation/states/qt-logo.png +%%EXAMPLESDIR%%/quick/animation/states/states.qml +%%EXAMPLESDIR%%/quick/animation/states/transitions.qml +%%EXAMPLESDIR%%/quick/canvas/bezierCurve/bezierCurve.qml +%%EXAMPLESDIR%%/quick/canvas/canvas.py +%%EXAMPLESDIR%%/quick/canvas/canvas.pyc +%%EXAMPLESDIR%%/quick/canvas/canvas.qml +%%EXAMPLESDIR%%/quick/canvas/canvas.qrc +%%EXAMPLESDIR%%/quick/canvas/canvas_rc.py +%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyc +%%EXAMPLESDIR%%/quick/canvas/clip/clip.qml +%%EXAMPLESDIR%%/quick/canvas/contents/Button.qml +%%EXAMPLESDIR%%/quick/canvas/contents/ScrollBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/Slider.qml +%%EXAMPLESDIR%%/quick/canvas/contents/TitleBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/ToolBar.qml +%%EXAMPLESDIR%%/quick/canvas/contents/images/button-pressed.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/button.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/default.svg +%%EXAMPLESDIR%%/quick/canvas/contents/images/gloss.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.sci +%%EXAMPLESDIR%%/quick/canvas/contents/images/quit.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/stripes.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.sci +%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.png +%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.sci +%%EXAMPLESDIR%%/quick/canvas/contents/qt-logo.png +%%EXAMPLESDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml +%%EXAMPLESDIR%%/quick/canvas/roundedrect/roundedrect.qml +%%EXAMPLESDIR%%/quick/canvas/smile/smile.qml +%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.png +%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.qml +%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.js +%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.qml +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.py +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.py +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/abstractitemmodel/view.qml +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.py +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.py +%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/objectlistmodel/view.qml +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.py +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.py +%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyc +%%EXAMPLESDIR%%/quick/models/stringlistmodel/view.qml +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.py +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.py +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyc +%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/main.qml +%%EXAMPLESDIR%%/quick/shared/Button.qml +%%EXAMPLESDIR%%/quick/shared/LauncherList.qml +%%EXAMPLESDIR%%/quick/shared/SimpleLauncherDelegate.qml +%%EXAMPLESDIR%%/quick/shared/images/back.png +%%EXAMPLESDIR%%/quick/shared/images/next.png +%%EXAMPLESDIR%%/quick/shared/shared.qrc +%%EXAMPLESDIR%%/quick/shared/shared_rc.py +%%EXAMPLESDIR%%/quick/shared/shared_rc.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/app.qml +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyc +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir +%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml %%EXAMPLESDIR%%/richtext/README %%EXAMPLESDIR%%/richtext/calendar.py %%EXAMPLESDIR%%/richtext/calendar.pyc @@ -796,12 +683,55 @@ %%EXAMPLESDIR%%/richtext/orderform.pyc %%EXAMPLESDIR%%/richtext/syntaxhighlighter.py %%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc +%%EXAMPLESDIR%%/richtext/textedit/example.html +%%EXAMPLESDIR%%/richtext/textedit/images/logo.png +%%EXAMPLESDIR%%/richtext/textedit/images/logo32.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcopy.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcut.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editpaste.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editredo.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/editundo.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/exportpdf.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/filenew.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileopen.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileprint.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/filesave.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textbold.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textcenter.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textitalic.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textjustify.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textleft.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textright.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/textunder.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomin.png +%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomout.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editcopy.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editcut.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editpaste.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editredo.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/editundo.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/exportpdf.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/filenew.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/fileopen.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/fileprint.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/filesave.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textbold.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textcenter.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textitalic.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textjustify.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textleft.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textright.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/textunder.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomin.png +%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomout.png +%%EXAMPLESDIR%%/richtext/textedit/textedit.py +%%EXAMPLESDIR%%/richtext/textedit/textedit.pyc +%%EXAMPLESDIR%%/richtext/textedit/textedit.qrc +%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.py +%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyc %%EXAMPLESDIR%%/richtext/textobject/files/heart.svg %%EXAMPLESDIR%%/richtext/textobject/textobject.py %%EXAMPLESDIR%%/richtext/textobject/textobject.pyc -%%EXAMPLESDIR%%/script/README -%%EXAMPLESDIR%%/script/helloscript.py -%%EXAMPLESDIR%%/script/helloscript.pyc %%EXAMPLESDIR%%/sql/README %%EXAMPLESDIR%%/sql/cachedtable.py %%EXAMPLESDIR%%/sql/cachedtable.pyc @@ -832,18 +762,14 @@ %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.pyc +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.py +%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyc %%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt %%EXAMPLESDIR%%/tools/i18n/i18n.py %%EXAMPLESDIR%%/tools/i18n/i18n.pyc %%EXAMPLESDIR%%/tools/i18n/i18n.qrc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.pyc +%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py +%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc %%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm %%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts %%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm @@ -895,6 +821,7 @@ %%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc %%EXAMPLESDIR%%/tutorials/addressbook/part7.py %%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc +%%EXAMPLESDIR%%/webkit/README %%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py %%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc %%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py @@ -904,28 +831,19 @@ %%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc %%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js %%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.py -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc3.py -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc3.pyc +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.py +%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyc %%EXAMPLESDIR%%/webkit/formextractor/form.html %%EXAMPLESDIR%%/webkit/formextractor/formextractor.py %%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc %%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc %%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc2.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc2.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc3.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc3.pyc +%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.py +%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyc %%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py %%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc %%EXAMPLESDIR%%/webkit/framecapture.py %%EXAMPLESDIR%%/webkit/framecapture.pyc -%%EXAMPLESDIR%%/webkit/googlechat/form.ui -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.py -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.pyc -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.py -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.pyc %%EXAMPLESDIR%%/webkit/previewer/previewer.py %%EXAMPLESDIR%%/webkit/previewer/previewer.pyc %%EXAMPLESDIR%%/webkit/previewer/previewer.ui @@ -936,8 +854,6 @@ %%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py %%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc %%EXAMPLESDIR%%/webkit/simpleselector/window.ui -%%EXAMPLESDIR%%/webkit/webftpclient.py -%%EXAMPLESDIR%%/webkit/webftpclient.pyc %%EXAMPLESDIR%%/widgets/README %%EXAMPLESDIR%%/widgets/analogclock.py %%EXAMPLESDIR%%/widgets/analogclock.pyc @@ -1021,10 +937,8 @@ %%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py %%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc %%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc2.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc2.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc3.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc3.pyc +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.py +%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyc %%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py %%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc %%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui @@ -1040,23 +954,12 @@ %%EXAMPLESDIR%%/widgets/tooltips/tooltips.py %%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc %%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc2.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc2.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc3.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc3.pyc +%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py +%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc %%EXAMPLESDIR%%/widgets/wiggly.py %%EXAMPLESDIR%%/widgets/wiggly.pyc %%EXAMPLESDIR%%/widgets/windowflags.py %%EXAMPLESDIR%%/widgets/windowflags.pyc -%%EXAMPLESDIR%%/xml/README -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc -%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc %%EXAMPLESDIR%%/xmlpatterns/README %%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd %%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml @@ -1071,9 +974,7 @@ %%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc %%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc %%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc2.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc2.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc3.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc3.pyc +%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.py +%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyc %%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py %%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc Index: misc/py-qt5-doc/Makefile =================================================================== --- misc/py-qt5-doc/Makefile +++ misc/py-qt5-doc/Makefile @@ -2,32 +2,28 @@ # $FreeBSD$ PORTNAME= doc -PORTVERSION= ${PYQT4_VERSION} -PORTEPOCH= 1 +PORTVERSION= ${PYQT5_VERSION} CATEGORIES= misc devel python -MASTER_SITES= ${MASTER_SITES_PYQT4} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= ${PYQT4_DISTNAME} +MASTER_SITES= ${MASTER_SITES_PYQT5} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- +DISTNAME= ${PYQT5_DISTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, documentation +COMMENT= Python bindings for the Qt5 toolkit, documentation -DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} +DISTINFO_FILE= ${PYQT5_DISTINFO_FILE} NO_BUILD= yes USES= python -DOCSDIR= ${PREFIX}/share/doc/py-qt4 +DOCSDIR= ${PREFIX}/share/doc/py-qt5 do-install: cd ${WRKSRC} &&\ ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\ - ${INSTALL_DATA} GPL_EXCEPTION.TXT\ - GPL_EXCEPTION_ADDENDUM.TXT NEWS\ - LICENSE.GPL2 LICENSE.GPL3\ - OPENSOURCE-NOTICE.TXT README THANKS\ + ${INSTALL_DATA} NEWS LICENSE README\ ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} -.include "../../devel/py-qt4/bsd.pyqt.mk" +.include "../../devel/py-qt5/bsd.pyqt.mk" .include Index: misc/py-qt5-doc/pkg-descr =================================================================== --- misc/py-qt5-doc/pkg-descr +++ misc/py-qt5-doc/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the PyQt4 documentation. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the PyQt5 documentation. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: misc/py-qt5-doc/pkg-plist =================================================================== --- misc/py-qt5-doc/pkg-plist +++ misc/py-qt5-doc/pkg-plist @@ -1,46 +1,947 @@ -%%DOCSDIR%%/GPL_EXCEPTION.TXT -%%DOCSDIR%%/GPL_EXCEPTION_ADDENDUM.TXT -%%DOCSDIR%%/LICENSE.GPL2 -%%DOCSDIR%%/LICENSE.GPL3 +%%DOCSDIR%%/LICENSE %%DOCSDIR%%/NEWS -%%DOCSDIR%%/OPENSOURCE-NOTICE.TXT %%DOCSDIR%%/README -%%DOCSDIR%%/THANKS -%%DOCSDIR%%/html/_sources/buffer_interface.txt -%%DOCSDIR%%/html/_sources/build_system.txt +%%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/qgeocoordinate.txt +%%DOCSDIR%%/html/_sources/api/qgeolocation.txt +%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt +%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt +%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt +%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt +%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.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/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/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/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/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/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/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/qquickframebufferobject.txt +%%DOCSDIR%%/html/_sources/api/qquickimageprovider.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/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/qwebenginehistory.txt +%%DOCSDIR%%/html/_sources/api/qwebenginehistoryitem.txt +%%DOCSDIR%%/html/_sources/api/qwebenginepage.txt +%%DOCSDIR%%/html/_sources/api/qwebenginesettings.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/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/metaobjects.txt +%%DOCSDIR%%/html/_sources/multiinheritance.txt +%%DOCSDIR%%/html/_sources/opengl.txt %%DOCSDIR%%/html/_sources/pickle.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/python_v3.txt %%DOCSDIR%%/html/_sources/qml.txt +%%DOCSDIR%%/html/_sources/qt_interfaces.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/signals_slots.txt %%DOCSDIR%%/html/_static/ajax-loader.gif %%DOCSDIR%%/html/_static/basic.css +%%DOCSDIR%%/html/_static/classic.css %%DOCSDIR%%/html/_static/comment-bright.png %%DOCSDIR%%/html/_static/comment-close.png %%DOCSDIR%%/html/_static/comment.png -%%DOCSDIR%%/html/_static/default.css %%DOCSDIR%%/html/_static/doctools.js %%DOCSDIR%%/html/_static/down-pressed.png %%DOCSDIR%%/html/_static/down.png %%DOCSDIR%%/html/_static/file.png +%%DOCSDIR%%/html/_static/jquery-1.11.1.js %%DOCSDIR%%/html/_static/jquery.js %%DOCSDIR%%/html/_static/logo.png %%DOCSDIR%%/html/_static/logo_tn.ico @@ -49,1289 +950,943 @@ %%DOCSDIR%%/html/_static/pygments.css %%DOCSDIR%%/html/_static/searchtools.js %%DOCSDIR%%/html/_static/sidebar.js +%%DOCSDIR%%/html/_static/underscore-1.3.1.js %%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/_static/up-pressed.png %%DOCSDIR%%/html/_static/up.png %%DOCSDIR%%/html/_static/websupport.js -%%DOCSDIR%%/html/assistant-manual.html -%%DOCSDIR%%/html/buffer_interface.html -%%DOCSDIR%%/html/build_system.html -%%DOCSDIR%%/html/classes.html +%%DOCSDIR%%/html/api/enginio.html +%%DOCSDIR%%/html/api/enginioclient.html +%%DOCSDIR%%/html/api/enginioclientconnection.html +%%DOCSDIR%%/html/api/enginioidentity.html +%%DOCSDIR%%/html/api/enginiomodel.html +%%DOCSDIR%%/html/api/enginiooauth2authentication.html +%%DOCSDIR%%/html/api/enginioreply.html +%%DOCSDIR%%/html/api/qabstractanimation.html +%%DOCSDIR%%/html/api/qabstractbutton.html +%%DOCSDIR%%/html/api/qabstracteventdispatcher.html +%%DOCSDIR%%/html/api/qabstractextensionfactory.html +%%DOCSDIR%%/html/api/qabstractextensionmanager.html +%%DOCSDIR%%/html/api/qabstractformbuilder.html +%%DOCSDIR%%/html/api/qabstractgraphicsshapeitem.html +%%DOCSDIR%%/html/api/qabstractitemdelegate.html +%%DOCSDIR%%/html/api/qabstractitemmodel.html +%%DOCSDIR%%/html/api/qabstractitemview.html +%%DOCSDIR%%/html/api/qabstractlistmodel.html +%%DOCSDIR%%/html/api/qabstractmessagehandler.html +%%DOCSDIR%%/html/api/qabstractnativeeventfilter.html +%%DOCSDIR%%/html/api/qabstractnetworkcache.html +%%DOCSDIR%%/html/api/qabstractprintdialog.html +%%DOCSDIR%%/html/api/qabstractproxymodel.html +%%DOCSDIR%%/html/api/qabstractscrollarea.html +%%DOCSDIR%%/html/api/qabstractslider.html +%%DOCSDIR%%/html/api/qabstractsocket.html +%%DOCSDIR%%/html/api/qabstractspinbox.html +%%DOCSDIR%%/html/api/qabstractstate.html +%%DOCSDIR%%/html/api/qabstracttablemodel.html +%%DOCSDIR%%/html/api/qabstracttextdocumentlayout.html +%%DOCSDIR%%/html/api/qabstracttransition.html +%%DOCSDIR%%/html/api/qabstracturiresolver.html +%%DOCSDIR%%/html/api/qabstractvideobuffer.html +%%DOCSDIR%%/html/api/qabstractvideosurface.html +%%DOCSDIR%%/html/api/qabstractxmlnodemodel.html +%%DOCSDIR%%/html/api/qabstractxmlreceiver.html +%%DOCSDIR%%/html/api/qaccelerometer.html +%%DOCSDIR%%/html/api/qaccelerometerfilter.html +%%DOCSDIR%%/html/api/qaccelerometerreading.html +%%DOCSDIR%%/html/api/qaction.html +%%DOCSDIR%%/html/api/qactionevent.html +%%DOCSDIR%%/html/api/qactiongroup.html +%%DOCSDIR%%/html/api/qaltimeter.html +%%DOCSDIR%%/html/api/qaltimeterfilter.html +%%DOCSDIR%%/html/api/qaltimeterreading.html +%%DOCSDIR%%/html/api/qambientlightfilter.html +%%DOCSDIR%%/html/api/qambientlightreading.html +%%DOCSDIR%%/html/api/qambientlightsensor.html +%%DOCSDIR%%/html/api/qambienttemperaturefilter.html +%%DOCSDIR%%/html/api/qambienttemperaturereading.html +%%DOCSDIR%%/html/api/qambienttemperaturesensor.html +%%DOCSDIR%%/html/api/qanimationgroup.html +%%DOCSDIR%%/html/api/qapplication.html +%%DOCSDIR%%/html/api/qaudio.html +%%DOCSDIR%%/html/api/qaudiobuffer.html +%%DOCSDIR%%/html/api/qaudiodecoder.html +%%DOCSDIR%%/html/api/qaudiodeviceinfo.html +%%DOCSDIR%%/html/api/qaudioencodersettings.html +%%DOCSDIR%%/html/api/qaudioformat.html +%%DOCSDIR%%/html/api/qaudioinput.html +%%DOCSDIR%%/html/api/qaudiooutput.html +%%DOCSDIR%%/html/api/qaudioprobe.html +%%DOCSDIR%%/html/api/qaudiorecorder.html +%%DOCSDIR%%/html/api/qauthenticator.html +%%DOCSDIR%%/html/api/qaxbase.html +%%DOCSDIR%%/html/api/qaxobject.html +%%DOCSDIR%%/html/api/qaxwidget.html +%%DOCSDIR%%/html/api/qbackingstore.html +%%DOCSDIR%%/html/api/qbasictimer.html +%%DOCSDIR%%/html/api/qbitarray.html +%%DOCSDIR%%/html/api/qbitmap.html +%%DOCSDIR%%/html/api/qbluetoothaddress.html +%%DOCSDIR%%/html/api/qbluetoothdevicediscoveryagent.html +%%DOCSDIR%%/html/api/qbluetoothdeviceinfo.html +%%DOCSDIR%%/html/api/qbluetoothhostinfo.html +%%DOCSDIR%%/html/api/qbluetoothlocaldevice.html +%%DOCSDIR%%/html/api/qbluetoothserver.html +%%DOCSDIR%%/html/api/qbluetoothservicediscoveryagent.html +%%DOCSDIR%%/html/api/qbluetoothserviceinfo.html +%%DOCSDIR%%/html/api/qbluetoothsocket.html +%%DOCSDIR%%/html/api/qbluetoothtransfermanager.html +%%DOCSDIR%%/html/api/qbluetoothtransferreply.html +%%DOCSDIR%%/html/api/qbluetoothtransferrequest.html +%%DOCSDIR%%/html/api/qbluetoothuuid.html +%%DOCSDIR%%/html/api/qboxlayout.html +%%DOCSDIR%%/html/api/qbrush.html +%%DOCSDIR%%/html/api/qbuffer.html +%%DOCSDIR%%/html/api/qbuttongroup.html +%%DOCSDIR%%/html/api/qbytearray.html +%%DOCSDIR%%/html/api/qbytearraymatcher.html +%%DOCSDIR%%/html/api/qcalendarwidget.html +%%DOCSDIR%%/html/api/qcamera.html +%%DOCSDIR%%/html/api/qcameraexposure.html +%%DOCSDIR%%/html/api/qcamerafocus.html +%%DOCSDIR%%/html/api/qcamerafocuszone.html +%%DOCSDIR%%/html/api/qcameraimagecapture.html +%%DOCSDIR%%/html/api/qcameraimageprocessing.html +%%DOCSDIR%%/html/api/qcamerainfo.html +%%DOCSDIR%%/html/api/qcameraviewfinder.html +%%DOCSDIR%%/html/api/qcheckbox.html +%%DOCSDIR%%/html/api/qchildevent.html +%%DOCSDIR%%/html/api/qclipboard.html +%%DOCSDIR%%/html/api/qcloseevent.html +%%DOCSDIR%%/html/api/qcollator.html +%%DOCSDIR%%/html/api/qcollatorsortkey.html +%%DOCSDIR%%/html/api/qcolor.html +%%DOCSDIR%%/html/api/qcolordialog.html +%%DOCSDIR%%/html/api/qcolumnview.html +%%DOCSDIR%%/html/api/qcombobox.html +%%DOCSDIR%%/html/api/qcommandlineoption.html +%%DOCSDIR%%/html/api/qcommandlineparser.html +%%DOCSDIR%%/html/api/qcommandlinkbutton.html +%%DOCSDIR%%/html/api/qcommonstyle.html +%%DOCSDIR%%/html/api/qcompass.html +%%DOCSDIR%%/html/api/qcompassfilter.html +%%DOCSDIR%%/html/api/qcompassreading.html +%%DOCSDIR%%/html/api/qcompleter.html +%%DOCSDIR%%/html/api/qconicalgradient.html +%%DOCSDIR%%/html/api/qcontextmenuevent.html +%%DOCSDIR%%/html/api/qcoreapplication.html +%%DOCSDIR%%/html/api/qcryptographichash.html +%%DOCSDIR%%/html/api/qcursor.html +%%DOCSDIR%%/html/api/qdatastream.html +%%DOCSDIR%%/html/api/qdatawidgetmapper.html +%%DOCSDIR%%/html/api/qdate.html +%%DOCSDIR%%/html/api/qdateedit.html +%%DOCSDIR%%/html/api/qdatetime.html +%%DOCSDIR%%/html/api/qdatetimeedit.html +%%DOCSDIR%%/html/api/qdbus.html +%%DOCSDIR%%/html/api/qdbusabstractadaptor.html +%%DOCSDIR%%/html/api/qdbusabstractinterface.html +%%DOCSDIR%%/html/api/qdbusargument.html +%%DOCSDIR%%/html/api/qdbusconnection.html +%%DOCSDIR%%/html/api/qdbusconnectioninterface.html +%%DOCSDIR%%/html/api/qdbuserror.html +%%DOCSDIR%%/html/api/qdbusinterface.html +%%DOCSDIR%%/html/api/qdbusmessage.html +%%DOCSDIR%%/html/api/qdbusobjectpath.html +%%DOCSDIR%%/html/api/qdbuspendingcall.html +%%DOCSDIR%%/html/api/qdbuspendingcallwatcher.html +%%DOCSDIR%%/html/api/qdbuspendingreply.html +%%DOCSDIR%%/html/api/qdbusreply.html +%%DOCSDIR%%/html/api/qdbusservicewatcher.html +%%DOCSDIR%%/html/api/qdbussignature.html +%%DOCSDIR%%/html/api/qdbusunixfiledescriptor.html +%%DOCSDIR%%/html/api/qdbusvariant.html +%%DOCSDIR%%/html/api/qdesigneractioneditorinterface.html +%%DOCSDIR%%/html/api/qdesignercontainerextension.html +%%DOCSDIR%%/html/api/qdesignercustomwidgetcollectioninterface.html +%%DOCSDIR%%/html/api/qdesignercustomwidgetinterface.html +%%DOCSDIR%%/html/api/qdesignerformeditorinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowcursorinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowinterface.html +%%DOCSDIR%%/html/api/qdesignerformwindowmanagerinterface.html +%%DOCSDIR%%/html/api/qdesignermembersheetextension.html +%%DOCSDIR%%/html/api/qdesignerobjectinspectorinterface.html +%%DOCSDIR%%/html/api/qdesignerpropertyeditorinterface.html +%%DOCSDIR%%/html/api/qdesignerpropertysheetextension.html +%%DOCSDIR%%/html/api/qdesignertaskmenuextension.html +%%DOCSDIR%%/html/api/qdesignerwidgetboxinterface.html +%%DOCSDIR%%/html/api/qdesktopservices.html +%%DOCSDIR%%/html/api/qdesktopwidget.html +%%DOCSDIR%%/html/api/qdial.html +%%DOCSDIR%%/html/api/qdialog.html +%%DOCSDIR%%/html/api/qdialogbuttonbox.html +%%DOCSDIR%%/html/api/qdir.html +%%DOCSDIR%%/html/api/qdiriterator.html +%%DOCSDIR%%/html/api/qdirmodel.html +%%DOCSDIR%%/html/api/qdistancefilter.html +%%DOCSDIR%%/html/api/qdistancereading.html +%%DOCSDIR%%/html/api/qdistancesensor.html +%%DOCSDIR%%/html/api/qdnsdomainnamerecord.html +%%DOCSDIR%%/html/api/qdnshostaddressrecord.html +%%DOCSDIR%%/html/api/qdnslookup.html +%%DOCSDIR%%/html/api/qdnsmailexchangerecord.html +%%DOCSDIR%%/html/api/qdnsservicerecord.html +%%DOCSDIR%%/html/api/qdnstextrecord.html +%%DOCSDIR%%/html/api/qdockwidget.html +%%DOCSDIR%%/html/api/qdomattr.html +%%DOCSDIR%%/html/api/qdomcdatasection.html +%%DOCSDIR%%/html/api/qdomcharacterdata.html +%%DOCSDIR%%/html/api/qdomcomment.html +%%DOCSDIR%%/html/api/qdomdocument.html +%%DOCSDIR%%/html/api/qdomdocumentfragment.html +%%DOCSDIR%%/html/api/qdomdocumenttype.html +%%DOCSDIR%%/html/api/qdomelement.html +%%DOCSDIR%%/html/api/qdomentity.html +%%DOCSDIR%%/html/api/qdomentityreference.html +%%DOCSDIR%%/html/api/qdomimplementation.html +%%DOCSDIR%%/html/api/qdomnamednodemap.html +%%DOCSDIR%%/html/api/qdomnode.html +%%DOCSDIR%%/html/api/qdomnodelist.html +%%DOCSDIR%%/html/api/qdomnotation.html +%%DOCSDIR%%/html/api/qdomprocessinginstruction.html +%%DOCSDIR%%/html/api/qdomtext.html +%%DOCSDIR%%/html/api/qdoublespinbox.html +%%DOCSDIR%%/html/api/qdoublevalidator.html +%%DOCSDIR%%/html/api/qdrag.html +%%DOCSDIR%%/html/api/qdragenterevent.html +%%DOCSDIR%%/html/api/qdragleaveevent.html +%%DOCSDIR%%/html/api/qdragmoveevent.html +%%DOCSDIR%%/html/api/qdropevent.html +%%DOCSDIR%%/html/api/qdynamicpropertychangeevent.html +%%DOCSDIR%%/html/api/qeasingcurve.html +%%DOCSDIR%%/html/api/qelapsedtimer.html +%%DOCSDIR%%/html/api/qenterevent.html +%%DOCSDIR%%/html/api/qerrormessage.html +%%DOCSDIR%%/html/api/qevent.html +%%DOCSDIR%%/html/api/qeventloop.html +%%DOCSDIR%%/html/api/qeventlooplocker.html +%%DOCSDIR%%/html/api/qeventtransition.html +%%DOCSDIR%%/html/api/qexposeevent.html +%%DOCSDIR%%/html/api/qextensionfactory.html +%%DOCSDIR%%/html/api/qextensionmanager.html +%%DOCSDIR%%/html/api/qfile.html +%%DOCSDIR%%/html/api/qfiledevice.html +%%DOCSDIR%%/html/api/qfiledialog.html +%%DOCSDIR%%/html/api/qfileiconprovider.html +%%DOCSDIR%%/html/api/qfileinfo.html +%%DOCSDIR%%/html/api/qfileopenevent.html +%%DOCSDIR%%/html/api/qfileselector.html +%%DOCSDIR%%/html/api/qfilesystemmodel.html +%%DOCSDIR%%/html/api/qfilesystemwatcher.html +%%DOCSDIR%%/html/api/qfinalstate.html +%%DOCSDIR%%/html/api/qfocusevent.html +%%DOCSDIR%%/html/api/qfocusframe.html +%%DOCSDIR%%/html/api/qfont.html +%%DOCSDIR%%/html/api/qfontcombobox.html +%%DOCSDIR%%/html/api/qfontdatabase.html +%%DOCSDIR%%/html/api/qfontdialog.html +%%DOCSDIR%%/html/api/qfontinfo.html +%%DOCSDIR%%/html/api/qfontmetrics.html +%%DOCSDIR%%/html/api/qfontmetricsf.html +%%DOCSDIR%%/html/api/qformbuilder.html +%%DOCSDIR%%/html/api/qformlayout.html +%%DOCSDIR%%/html/api/qframe.html +%%DOCSDIR%%/html/api/qgenericargument.html +%%DOCSDIR%%/html/api/qgenericreturnargument.html +%%DOCSDIR%%/html/api/qgeoaddress.html +%%DOCSDIR%%/html/api/qgeoareamonitorinfo.html +%%DOCSDIR%%/html/api/qgeoareamonitorsource.html +%%DOCSDIR%%/html/api/qgeocircle.html +%%DOCSDIR%%/html/api/qgeocoordinate.html +%%DOCSDIR%%/html/api/qgeolocation.html +%%DOCSDIR%%/html/api/qgeopositioninfo.html +%%DOCSDIR%%/html/api/qgeopositioninfosource.html +%%DOCSDIR%%/html/api/qgeorectangle.html +%%DOCSDIR%%/html/api/qgeosatelliteinfo.html +%%DOCSDIR%%/html/api/qgeosatelliteinfosource.html +%%DOCSDIR%%/html/api/qgeoshape.html +%%DOCSDIR%%/html/api/qgesture.html +%%DOCSDIR%%/html/api/qgestureevent.html +%%DOCSDIR%%/html/api/qgesturerecognizer.html +%%DOCSDIR%%/html/api/qgl.html +%%DOCSDIR%%/html/api/qglcontext.html +%%DOCSDIR%%/html/api/qglformat.html +%%DOCSDIR%%/html/api/qglwidget.html +%%DOCSDIR%%/html/api/qglyphrun.html +%%DOCSDIR%%/html/api/qgradient.html +%%DOCSDIR%%/html/api/qgraphicsanchor.html +%%DOCSDIR%%/html/api/qgraphicsanchorlayout.html +%%DOCSDIR%%/html/api/qgraphicsblureffect.html +%%DOCSDIR%%/html/api/qgraphicscolorizeeffect.html +%%DOCSDIR%%/html/api/qgraphicsdropshadoweffect.html +%%DOCSDIR%%/html/api/qgraphicseffect.html +%%DOCSDIR%%/html/api/qgraphicsellipseitem.html +%%DOCSDIR%%/html/api/qgraphicsgridlayout.html +%%DOCSDIR%%/html/api/qgraphicsitem.html +%%DOCSDIR%%/html/api/qgraphicsitemgroup.html +%%DOCSDIR%%/html/api/qgraphicslayout.html +%%DOCSDIR%%/html/api/qgraphicslayoutitem.html +%%DOCSDIR%%/html/api/qgraphicslinearlayout.html +%%DOCSDIR%%/html/api/qgraphicslineitem.html +%%DOCSDIR%%/html/api/qgraphicsobject.html +%%DOCSDIR%%/html/api/qgraphicsopacityeffect.html +%%DOCSDIR%%/html/api/qgraphicspathitem.html +%%DOCSDIR%%/html/api/qgraphicspixmapitem.html +%%DOCSDIR%%/html/api/qgraphicspolygonitem.html +%%DOCSDIR%%/html/api/qgraphicsproxywidget.html +%%DOCSDIR%%/html/api/qgraphicsrectitem.html +%%DOCSDIR%%/html/api/qgraphicsrotation.html +%%DOCSDIR%%/html/api/qgraphicsscale.html +%%DOCSDIR%%/html/api/qgraphicsscene.html +%%DOCSDIR%%/html/api/qgraphicsscenecontextmenuevent.html +%%DOCSDIR%%/html/api/qgraphicsscenedragdropevent.html +%%DOCSDIR%%/html/api/qgraphicssceneevent.html +%%DOCSDIR%%/html/api/qgraphicsscenehelpevent.html +%%DOCSDIR%%/html/api/qgraphicsscenehoverevent.html +%%DOCSDIR%%/html/api/qgraphicsscenemouseevent.html +%%DOCSDIR%%/html/api/qgraphicsscenemoveevent.html +%%DOCSDIR%%/html/api/qgraphicssceneresizeevent.html +%%DOCSDIR%%/html/api/qgraphicsscenewheelevent.html +%%DOCSDIR%%/html/api/qgraphicssimpletextitem.html +%%DOCSDIR%%/html/api/qgraphicssvgitem.html +%%DOCSDIR%%/html/api/qgraphicstextitem.html +%%DOCSDIR%%/html/api/qgraphicstransform.html +%%DOCSDIR%%/html/api/qgraphicsvideoitem.html +%%DOCSDIR%%/html/api/qgraphicsview.html +%%DOCSDIR%%/html/api/qgraphicswebview.html +%%DOCSDIR%%/html/api/qgraphicswidget.html +%%DOCSDIR%%/html/api/qgridlayout.html +%%DOCSDIR%%/html/api/qgroupbox.html +%%DOCSDIR%%/html/api/qguiapplication.html +%%DOCSDIR%%/html/api/qgyroscope.html +%%DOCSDIR%%/html/api/qgyroscopefilter.html +%%DOCSDIR%%/html/api/qgyroscopereading.html +%%DOCSDIR%%/html/api/qhboxlayout.html +%%DOCSDIR%%/html/api/qheaderview.html +%%DOCSDIR%%/html/api/qhelpcontentitem.html +%%DOCSDIR%%/html/api/qhelpcontentmodel.html +%%DOCSDIR%%/html/api/qhelpcontentwidget.html +%%DOCSDIR%%/html/api/qhelpengine.html +%%DOCSDIR%%/html/api/qhelpenginecore.html +%%DOCSDIR%%/html/api/qhelpevent.html +%%DOCSDIR%%/html/api/qhelpindexmodel.html +%%DOCSDIR%%/html/api/qhelpindexwidget.html +%%DOCSDIR%%/html/api/qhelpsearchengine.html +%%DOCSDIR%%/html/api/qhelpsearchquery.html +%%DOCSDIR%%/html/api/qhelpsearchquerywidget.html +%%DOCSDIR%%/html/api/qhelpsearchresultwidget.html +%%DOCSDIR%%/html/api/qhideevent.html +%%DOCSDIR%%/html/api/qhistorystate.html +%%DOCSDIR%%/html/api/qholsterfilter.html +%%DOCSDIR%%/html/api/qholsterreading.html +%%DOCSDIR%%/html/api/qholstersensor.html +%%DOCSDIR%%/html/api/qhostaddress.html +%%DOCSDIR%%/html/api/qhostinfo.html +%%DOCSDIR%%/html/api/qhoverevent.html +%%DOCSDIR%%/html/api/qhttpmultipart.html +%%DOCSDIR%%/html/api/qhttppart.html +%%DOCSDIR%%/html/api/qicon.html +%%DOCSDIR%%/html/api/qicondragevent.html +%%DOCSDIR%%/html/api/qiconengine.html +%%DOCSDIR%%/html/api/qidentityproxymodel.html +%%DOCSDIR%%/html/api/qimage.html +%%DOCSDIR%%/html/api/qimageencodersettings.html +%%DOCSDIR%%/html/api/qimageiohandler.html +%%DOCSDIR%%/html/api/qimagereader.html +%%DOCSDIR%%/html/api/qimagewriter.html +%%DOCSDIR%%/html/api/qinputdialog.html +%%DOCSDIR%%/html/api/qinputevent.html +%%DOCSDIR%%/html/api/qinputmethod.html +%%DOCSDIR%%/html/api/qinputmethodevent.html +%%DOCSDIR%%/html/api/qinputmethodqueryevent.html +%%DOCSDIR%%/html/api/qintvalidator.html +%%DOCSDIR%%/html/api/qiodevice.html +%%DOCSDIR%%/html/api/qirproximityfilter.html +%%DOCSDIR%%/html/api/qirproximityreading.html +%%DOCSDIR%%/html/api/qirproximitysensor.html +%%DOCSDIR%%/html/api/qitemdelegate.html +%%DOCSDIR%%/html/api/qitemeditorcreatorbase.html +%%DOCSDIR%%/html/api/qitemeditorfactory.html +%%DOCSDIR%%/html/api/qitemselection.html +%%DOCSDIR%%/html/api/qitemselectionmodel.html +%%DOCSDIR%%/html/api/qitemselectionrange.html +%%DOCSDIR%%/html/api/qjsengine.html +%%DOCSDIR%%/html/api/qjsonarray.html +%%DOCSDIR%%/html/api/qjsondocument.html +%%DOCSDIR%%/html/api/qjsonobject.html +%%DOCSDIR%%/html/api/qjsonparseerror.html +%%DOCSDIR%%/html/api/qjsonvalue.html +%%DOCSDIR%%/html/api/qjsvalue.html +%%DOCSDIR%%/html/api/qjsvalueiterator.html +%%DOCSDIR%%/html/api/qkeyevent.html +%%DOCSDIR%%/html/api/qkeyeventtransition.html +%%DOCSDIR%%/html/api/qkeysequence.html +%%DOCSDIR%%/html/api/qkeysequenceedit.html +%%DOCSDIR%%/html/api/qlabel.html +%%DOCSDIR%%/html/api/qlayout.html +%%DOCSDIR%%/html/api/qlayoutitem.html +%%DOCSDIR%%/html/api/qlcdnumber.html +%%DOCSDIR%%/html/api/qlibrary.html +%%DOCSDIR%%/html/api/qlibraryinfo.html +%%DOCSDIR%%/html/api/qlightfilter.html +%%DOCSDIR%%/html/api/qlightreading.html +%%DOCSDIR%%/html/api/qlightsensor.html +%%DOCSDIR%%/html/api/qline.html +%%DOCSDIR%%/html/api/qlineargradient.html +%%DOCSDIR%%/html/api/qlineedit.html +%%DOCSDIR%%/html/api/qlinef.html +%%DOCSDIR%%/html/api/qlistview.html +%%DOCSDIR%%/html/api/qlistwidget.html +%%DOCSDIR%%/html/api/qlistwidgetitem.html +%%DOCSDIR%%/html/api/qlocale.html +%%DOCSDIR%%/html/api/qlocalserver.html +%%DOCSDIR%%/html/api/qlocalsocket.html +%%DOCSDIR%%/html/api/qlockfile.html +%%DOCSDIR%%/html/api/qlowenergycharacteristic.html +%%DOCSDIR%%/html/api/qlowenergycontroller.html +%%DOCSDIR%%/html/api/qlowenergydescriptor.html +%%DOCSDIR%%/html/api/qlowenergyservice.html +%%DOCSDIR%%/html/api/qmaccocoaviewcontainer.html +%%DOCSDIR%%/html/api/qmacpasteboardmime.html +%%DOCSDIR%%/html/api/qmagnetometer.html +%%DOCSDIR%%/html/api/qmagnetometerfilter.html +%%DOCSDIR%%/html/api/qmagnetometerreading.html +%%DOCSDIR%%/html/api/qmainwindow.html +%%DOCSDIR%%/html/api/qmargins.html +%%DOCSDIR%%/html/api/qmarginsf.html +%%DOCSDIR%%/html/api/qmaskgenerator.html +%%DOCSDIR%%/html/api/qmatrix2x2.html +%%DOCSDIR%%/html/api/qmatrix2x3.html +%%DOCSDIR%%/html/api/qmatrix2x4.html +%%DOCSDIR%%/html/api/qmatrix3x2.html +%%DOCSDIR%%/html/api/qmatrix3x3.html +%%DOCSDIR%%/html/api/qmatrix3x4.html +%%DOCSDIR%%/html/api/qmatrix4x2.html +%%DOCSDIR%%/html/api/qmatrix4x3.html +%%DOCSDIR%%/html/api/qmatrix4x4.html +%%DOCSDIR%%/html/api/qmdiarea.html +%%DOCSDIR%%/html/api/qmdisubwindow.html +%%DOCSDIR%%/html/api/qmediabindableinterface.html +%%DOCSDIR%%/html/api/qmediacontent.html +%%DOCSDIR%%/html/api/qmediacontrol.html +%%DOCSDIR%%/html/api/qmediametadata.html +%%DOCSDIR%%/html/api/qmediaobject.html +%%DOCSDIR%%/html/api/qmediaplayer.html +%%DOCSDIR%%/html/api/qmediaplaylist.html +%%DOCSDIR%%/html/api/qmediarecorder.html +%%DOCSDIR%%/html/api/qmediaresource.html +%%DOCSDIR%%/html/api/qmediaservice.html +%%DOCSDIR%%/html/api/qmediatimeinterval.html +%%DOCSDIR%%/html/api/qmediatimerange.html +%%DOCSDIR%%/html/api/qmenu.html +%%DOCSDIR%%/html/api/qmenubar.html +%%DOCSDIR%%/html/api/qmessageauthenticationcode.html +%%DOCSDIR%%/html/api/qmessagebox.html +%%DOCSDIR%%/html/api/qmessagelogcontext.html +%%DOCSDIR%%/html/api/qmessagelogger.html +%%DOCSDIR%%/html/api/qmetaclassinfo.html +%%DOCSDIR%%/html/api/qmetaenum.html +%%DOCSDIR%%/html/api/qmetamethod.html +%%DOCSDIR%%/html/api/qmetaobject.html +%%DOCSDIR%%/html/api/qmetaproperty.html +%%DOCSDIR%%/html/api/qmetatype.html +%%DOCSDIR%%/html/api/qmimedata.html +%%DOCSDIR%%/html/api/qmimedatabase.html +%%DOCSDIR%%/html/api/qmimetype.html +%%DOCSDIR%%/html/api/qmodelindex.html +%%DOCSDIR%%/html/api/qmouseevent.html +%%DOCSDIR%%/html/api/qmouseeventtransition.html +%%DOCSDIR%%/html/api/qmoveevent.html +%%DOCSDIR%%/html/api/qmovie.html +%%DOCSDIR%%/html/api/qmultimedia.html +%%DOCSDIR%%/html/api/qmutex.html +%%DOCSDIR%%/html/api/qmutexlocker.html +%%DOCSDIR%%/html/api/qnetworkaccessmanager.html +%%DOCSDIR%%/html/api/qnetworkaddressentry.html +%%DOCSDIR%%/html/api/qnetworkcachemetadata.html +%%DOCSDIR%%/html/api/qnetworkconfiguration.html +%%DOCSDIR%%/html/api/qnetworkconfigurationmanager.html +%%DOCSDIR%%/html/api/qnetworkcookie.html +%%DOCSDIR%%/html/api/qnetworkcookiejar.html +%%DOCSDIR%%/html/api/qnetworkdiskcache.html +%%DOCSDIR%%/html/api/qnetworkinterface.html +%%DOCSDIR%%/html/api/qnetworkproxy.html +%%DOCSDIR%%/html/api/qnetworkproxyfactory.html +%%DOCSDIR%%/html/api/qnetworkproxyquery.html +%%DOCSDIR%%/html/api/qnetworkreply.html +%%DOCSDIR%%/html/api/qnetworkrequest.html +%%DOCSDIR%%/html/api/qnetworksession.html +%%DOCSDIR%%/html/api/qnmeapositioninfosource.html +%%DOCSDIR%%/html/api/qobject.html +%%DOCSDIR%%/html/api/qobjectcleanuphandler.html +%%DOCSDIR%%/html/api/qoffscreensurface.html +%%DOCSDIR%%/html/api/qopenglbuffer.html +%%DOCSDIR%%/html/api/qopenglcontext.html +%%DOCSDIR%%/html/api/qopenglcontextgroup.html +%%DOCSDIR%%/html/api/qopengldebuglogger.html +%%DOCSDIR%%/html/api/qopengldebugmessage.html +%%DOCSDIR%%/html/api/qopenglframebufferobject.html +%%DOCSDIR%%/html/api/qopenglframebufferobjectformat.html +%%DOCSDIR%%/html/api/qopenglpaintdevice.html +%%DOCSDIR%%/html/api/qopenglshader.html +%%DOCSDIR%%/html/api/qopenglshaderprogram.html +%%DOCSDIR%%/html/api/qopengltexture.html +%%DOCSDIR%%/html/api/qopengltimemonitor.html +%%DOCSDIR%%/html/api/qopengltimerquery.html +%%DOCSDIR%%/html/api/qopenglvertexarrayobject.html +%%DOCSDIR%%/html/api/qopenglwidget.html +%%DOCSDIR%%/html/api/qopenglwindow.html +%%DOCSDIR%%/html/api/qorientationfilter.html +%%DOCSDIR%%/html/api/qorientationreading.html +%%DOCSDIR%%/html/api/qorientationsensor.html +%%DOCSDIR%%/html/api/qpagedpaintdevice.html +%%DOCSDIR%%/html/api/qpagelayout.html +%%DOCSDIR%%/html/api/qpagesetupdialog.html +%%DOCSDIR%%/html/api/qpagesize.html +%%DOCSDIR%%/html/api/qpaintdevice.html +%%DOCSDIR%%/html/api/qpaintdevicewindow.html +%%DOCSDIR%%/html/api/qpaintengine.html +%%DOCSDIR%%/html/api/qpaintenginestate.html +%%DOCSDIR%%/html/api/qpainter.html +%%DOCSDIR%%/html/api/qpainterpath.html +%%DOCSDIR%%/html/api/qpainterpathstroker.html +%%DOCSDIR%%/html/api/qpaintevent.html +%%DOCSDIR%%/html/api/qpalette.html +%%DOCSDIR%%/html/api/qpangesture.html +%%DOCSDIR%%/html/api/qparallelanimationgroup.html +%%DOCSDIR%%/html/api/qpauseanimation.html +%%DOCSDIR%%/html/api/qpdfwriter.html +%%DOCSDIR%%/html/api/qpen.html +%%DOCSDIR%%/html/api/qpersistentmodelindex.html +%%DOCSDIR%%/html/api/qpicture.html +%%DOCSDIR%%/html/api/qpictureio.html +%%DOCSDIR%%/html/api/qpinchgesture.html +%%DOCSDIR%%/html/api/qpixelformat.html +%%DOCSDIR%%/html/api/qpixmap.html +%%DOCSDIR%%/html/api/qpixmapcache.html +%%DOCSDIR%%/html/api/qplaintextdocumentlayout.html +%%DOCSDIR%%/html/api/qplaintextedit.html +%%DOCSDIR%%/html/api/qpluginloader.html +%%DOCSDIR%%/html/api/qpoint.html +%%DOCSDIR%%/html/api/qpointf.html +%%DOCSDIR%%/html/api/qpolygon.html +%%DOCSDIR%%/html/api/qpolygonf.html +%%DOCSDIR%%/html/api/qpressurefilter.html +%%DOCSDIR%%/html/api/qpressurereading.html +%%DOCSDIR%%/html/api/qpressuresensor.html +%%DOCSDIR%%/html/api/qprintdialog.html +%%DOCSDIR%%/html/api/qprintengine.html +%%DOCSDIR%%/html/api/qprinter.html +%%DOCSDIR%%/html/api/qprinterinfo.html +%%DOCSDIR%%/html/api/qprintpreviewdialog.html +%%DOCSDIR%%/html/api/qprintpreviewwidget.html +%%DOCSDIR%%/html/api/qprocess.html +%%DOCSDIR%%/html/api/qprocessenvironment.html +%%DOCSDIR%%/html/api/qprogressbar.html +%%DOCSDIR%%/html/api/qprogressdialog.html +%%DOCSDIR%%/html/api/qpropertyanimation.html +%%DOCSDIR%%/html/api/qproximityfilter.html +%%DOCSDIR%%/html/api/qproximityreading.html +%%DOCSDIR%%/html/api/qproximitysensor.html +%%DOCSDIR%%/html/api/qpushbutton.html +%%DOCSDIR%%/html/api/qqmlabstracturlinterceptor.html +%%DOCSDIR%%/html/api/qqmlapplicationengine.html +%%DOCSDIR%%/html/api/qqmlcomponent.html +%%DOCSDIR%%/html/api/qqmlcontext.html +%%DOCSDIR%%/html/api/qqmlengine.html +%%DOCSDIR%%/html/api/qqmlerror.html +%%DOCSDIR%%/html/api/qqmlexpression.html +%%DOCSDIR%%/html/api/qqmlextensionplugin.html +%%DOCSDIR%%/html/api/qqmlfileselector.html +%%DOCSDIR%%/html/api/qqmlimageproviderbase.html +%%DOCSDIR%%/html/api/qqmlincubator.html +%%DOCSDIR%%/html/api/qqmlincubatorcontrol.html +%%DOCSDIR%%/html/api/qqmllistproperty.html +%%DOCSDIR%%/html/api/qqmllistreference.html +%%DOCSDIR%%/html/api/qqmlnetworkaccessmanagerfactory.html +%%DOCSDIR%%/html/api/qqmlparserstatus.html +%%DOCSDIR%%/html/api/qqmlproperty.html +%%DOCSDIR%%/html/api/qqmlpropertymap.html +%%DOCSDIR%%/html/api/qqmlpropertyvaluesource.html +%%DOCSDIR%%/html/api/qqmlscriptstring.html +%%DOCSDIR%%/html/api/qquaternion.html +%%DOCSDIR%%/html/api/qquickframebufferobject.html +%%DOCSDIR%%/html/api/qquickimageprovider.html +%%DOCSDIR%%/html/api/qquickitem.html +%%DOCSDIR%%/html/api/qquickitemgrabresult.html +%%DOCSDIR%%/html/api/qquickpainteditem.html +%%DOCSDIR%%/html/api/qquickrendercontrol.html +%%DOCSDIR%%/html/api/qquicktextdocument.html +%%DOCSDIR%%/html/api/qquicktexturefactory.html +%%DOCSDIR%%/html/api/qquickview.html +%%DOCSDIR%%/html/api/qquickwidget.html +%%DOCSDIR%%/html/api/qquickwindow.html +%%DOCSDIR%%/html/api/qradialgradient.html +%%DOCSDIR%%/html/api/qradiobutton.html +%%DOCSDIR%%/html/api/qradiodata.html +%%DOCSDIR%%/html/api/qradiotuner.html +%%DOCSDIR%%/html/api/qrasterwindow.html +%%DOCSDIR%%/html/api/qrawfont.html +%%DOCSDIR%%/html/api/qreadlocker.html +%%DOCSDIR%%/html/api/qreadwritelock.html +%%DOCSDIR%%/html/api/qrect.html +%%DOCSDIR%%/html/api/qrectf.html +%%DOCSDIR%%/html/api/qregexp.html +%%DOCSDIR%%/html/api/qregexpvalidator.html +%%DOCSDIR%%/html/api/qregion.html +%%DOCSDIR%%/html/api/qregularexpression.html +%%DOCSDIR%%/html/api/qregularexpressionmatch.html +%%DOCSDIR%%/html/api/qregularexpressionmatchiterator.html +%%DOCSDIR%%/html/api/qregularexpressionvalidator.html +%%DOCSDIR%%/html/api/qresizeevent.html +%%DOCSDIR%%/html/api/qresource.html +%%DOCSDIR%%/html/api/qrotationfilter.html +%%DOCSDIR%%/html/api/qrotationreading.html +%%DOCSDIR%%/html/api/qrotationsensor.html +%%DOCSDIR%%/html/api/qrubberband.html +%%DOCSDIR%%/html/api/qrunnable.html +%%DOCSDIR%%/html/api/qsavefile.html +%%DOCSDIR%%/html/api/qscreen.html +%%DOCSDIR%%/html/api/qscrollarea.html +%%DOCSDIR%%/html/api/qscrollbar.html +%%DOCSDIR%%/html/api/qscroller.html +%%DOCSDIR%%/html/api/qscrollerproperties.html +%%DOCSDIR%%/html/api/qscrollevent.html +%%DOCSDIR%%/html/api/qscrollprepareevent.html +%%DOCSDIR%%/html/api/qsemaphore.html +%%DOCSDIR%%/html/api/qsensor.html +%%DOCSDIR%%/html/api/qsensorfilter.html +%%DOCSDIR%%/html/api/qsensorreading.html +%%DOCSDIR%%/html/api/qsequentialanimationgroup.html +%%DOCSDIR%%/html/api/qserialport.html +%%DOCSDIR%%/html/api/qserialportinfo.html +%%DOCSDIR%%/html/api/qsessionmanager.html +%%DOCSDIR%%/html/api/qsettings.html +%%DOCSDIR%%/html/api/qsgabstractrenderer.html +%%DOCSDIR%%/html/api/qsgbasicgeometrynode.html +%%DOCSDIR%%/html/api/qsgclipnode.html +%%DOCSDIR%%/html/api/qsgdynamictexture.html +%%DOCSDIR%%/html/api/qsgengine.html +%%DOCSDIR%%/html/api/qsgflatcolormaterial.html +%%DOCSDIR%%/html/api/qsggeometry.html +%%DOCSDIR%%/html/api/qsggeometrynode.html +%%DOCSDIR%%/html/api/qsgmaterial.html +%%DOCSDIR%%/html/api/qsgmaterialshader.html +%%DOCSDIR%%/html/api/qsgmaterialtype.html +%%DOCSDIR%%/html/api/qsgnode.html +%%DOCSDIR%%/html/api/qsgopacitynode.html +%%DOCSDIR%%/html/api/qsgopaquetexturematerial.html +%%DOCSDIR%%/html/api/qsgsimplerectnode.html +%%DOCSDIR%%/html/api/qsgsimpletexturenode.html +%%DOCSDIR%%/html/api/qsgtexture.html +%%DOCSDIR%%/html/api/qsgtexturematerial.html +%%DOCSDIR%%/html/api/qsgtextureprovider.html +%%DOCSDIR%%/html/api/qsgtransformnode.html +%%DOCSDIR%%/html/api/qsgvertexcolormaterial.html +%%DOCSDIR%%/html/api/qsharedmemory.html +%%DOCSDIR%%/html/api/qshortcut.html +%%DOCSDIR%%/html/api/qshortcutevent.html +%%DOCSDIR%%/html/api/qshowevent.html +%%DOCSDIR%%/html/api/qsignalblocker.html +%%DOCSDIR%%/html/api/qsignalmapper.html +%%DOCSDIR%%/html/api/qsignalspy.html +%%DOCSDIR%%/html/api/qsignaltransition.html +%%DOCSDIR%%/html/api/qsimplexmlnodemodel.html +%%DOCSDIR%%/html/api/qsize.html +%%DOCSDIR%%/html/api/qsizef.html +%%DOCSDIR%%/html/api/qsizegrip.html +%%DOCSDIR%%/html/api/qsizepolicy.html +%%DOCSDIR%%/html/api/qslider.html +%%DOCSDIR%%/html/api/qsocketnotifier.html +%%DOCSDIR%%/html/api/qsortfilterproxymodel.html +%%DOCSDIR%%/html/api/qsound.html +%%DOCSDIR%%/html/api/qsoundeffect.html +%%DOCSDIR%%/html/api/qsourcelocation.html +%%DOCSDIR%%/html/api/qspaceritem.html +%%DOCSDIR%%/html/api/qspinbox.html +%%DOCSDIR%%/html/api/qsplashscreen.html +%%DOCSDIR%%/html/api/qsplitter.html +%%DOCSDIR%%/html/api/qsplitterhandle.html +%%DOCSDIR%%/html/api/qsql.html +%%DOCSDIR%%/html/api/qsqldatabase.html +%%DOCSDIR%%/html/api/qsqldriver.html +%%DOCSDIR%%/html/api/qsqldrivercreatorbase.html +%%DOCSDIR%%/html/api/qsqlerror.html +%%DOCSDIR%%/html/api/qsqlfield.html +%%DOCSDIR%%/html/api/qsqlindex.html +%%DOCSDIR%%/html/api/qsqlquery.html +%%DOCSDIR%%/html/api/qsqlquerymodel.html +%%DOCSDIR%%/html/api/qsqlrecord.html +%%DOCSDIR%%/html/api/qsqlrelation.html +%%DOCSDIR%%/html/api/qsqlrelationaldelegate.html +%%DOCSDIR%%/html/api/qsqlrelationaltablemodel.html +%%DOCSDIR%%/html/api/qsqlresult.html +%%DOCSDIR%%/html/api/qsqltablemodel.html +%%DOCSDIR%%/html/api/qssl.html +%%DOCSDIR%%/html/api/qsslcertificate.html +%%DOCSDIR%%/html/api/qsslcertificateextension.html +%%DOCSDIR%%/html/api/qsslcipher.html +%%DOCSDIR%%/html/api/qsslconfiguration.html +%%DOCSDIR%%/html/api/qsslerror.html +%%DOCSDIR%%/html/api/qsslkey.html +%%DOCSDIR%%/html/api/qsslsocket.html +%%DOCSDIR%%/html/api/qstackedlayout.html +%%DOCSDIR%%/html/api/qstackedwidget.html +%%DOCSDIR%%/html/api/qstandarditem.html +%%DOCSDIR%%/html/api/qstandarditemmodel.html +%%DOCSDIR%%/html/api/qstandardpaths.html +%%DOCSDIR%%/html/api/qstate.html +%%DOCSDIR%%/html/api/qstatemachine.html +%%DOCSDIR%%/html/api/qstatictext.html +%%DOCSDIR%%/html/api/qstatusbar.html +%%DOCSDIR%%/html/api/qstatustipevent.html +%%DOCSDIR%%/html/api/qstorageinfo.html +%%DOCSDIR%%/html/api/qstringlistmodel.html +%%DOCSDIR%%/html/api/qstyle.html +%%DOCSDIR%%/html/api/qstyleditemdelegate.html +%%DOCSDIR%%/html/api/qstylefactory.html +%%DOCSDIR%%/html/api/qstylehintreturn.html +%%DOCSDIR%%/html/api/qstylehintreturnmask.html +%%DOCSDIR%%/html/api/qstylehintreturnvariant.html +%%DOCSDIR%%/html/api/qstylehints.html +%%DOCSDIR%%/html/api/qstyleoption.html +%%DOCSDIR%%/html/api/qstyleoptionbutton.html +%%DOCSDIR%%/html/api/qstyleoptioncombobox.html +%%DOCSDIR%%/html/api/qstyleoptioncomplex.html +%%DOCSDIR%%/html/api/qstyleoptiondockwidget.html +%%DOCSDIR%%/html/api/qstyleoptionfocusrect.html +%%DOCSDIR%%/html/api/qstyleoptionframe.html +%%DOCSDIR%%/html/api/qstyleoptiongraphicsitem.html +%%DOCSDIR%%/html/api/qstyleoptiongroupbox.html +%%DOCSDIR%%/html/api/qstyleoptionheader.html +%%DOCSDIR%%/html/api/qstyleoptionmenuitem.html +%%DOCSDIR%%/html/api/qstyleoptionprogressbar.html +%%DOCSDIR%%/html/api/qstyleoptionrubberband.html +%%DOCSDIR%%/html/api/qstyleoptionsizegrip.html +%%DOCSDIR%%/html/api/qstyleoptionslider.html +%%DOCSDIR%%/html/api/qstyleoptionspinbox.html +%%DOCSDIR%%/html/api/qstyleoptiontab.html +%%DOCSDIR%%/html/api/qstyleoptiontabbarbase.html +%%DOCSDIR%%/html/api/qstyleoptiontabwidgetframe.html +%%DOCSDIR%%/html/api/qstyleoptiontitlebar.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbar.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbox.html +%%DOCSDIR%%/html/api/qstyleoptiontoolbutton.html +%%DOCSDIR%%/html/api/qstyleoptionviewitem.html +%%DOCSDIR%%/html/api/qstylepainter.html +%%DOCSDIR%%/html/api/qsurface.html +%%DOCSDIR%%/html/api/qsurfaceformat.html +%%DOCSDIR%%/html/api/qsvggenerator.html +%%DOCSDIR%%/html/api/qsvgrenderer.html +%%DOCSDIR%%/html/api/qsvgwidget.html +%%DOCSDIR%%/html/api/qswipegesture.html +%%DOCSDIR%%/html/api/qsyntaxhighlighter.html +%%DOCSDIR%%/html/api/qsysinfo.html +%%DOCSDIR%%/html/api/qsystemsemaphore.html +%%DOCSDIR%%/html/api/qsystemtrayicon.html +%%DOCSDIR%%/html/api/qt.html +%%DOCSDIR%%/html/api/qtabbar.html +%%DOCSDIR%%/html/api/qtabletevent.html +%%DOCSDIR%%/html/api/qtableview.html +%%DOCSDIR%%/html/api/qtablewidget.html +%%DOCSDIR%%/html/api/qtablewidgetitem.html +%%DOCSDIR%%/html/api/qtablewidgetselectionrange.html +%%DOCSDIR%%/html/api/qtabwidget.html +%%DOCSDIR%%/html/api/qtapandholdgesture.html +%%DOCSDIR%%/html/api/qtapfilter.html +%%DOCSDIR%%/html/api/qtapgesture.html +%%DOCSDIR%%/html/api/qtapreading.html +%%DOCSDIR%%/html/api/qtapsensor.html +%%DOCSDIR%%/html/api/qtcpserver.html +%%DOCSDIR%%/html/api/qtcpsocket.html +%%DOCSDIR%%/html/api/qtemporarydir.html +%%DOCSDIR%%/html/api/qtemporaryfile.html +%%DOCSDIR%%/html/api/qtest.html +%%DOCSDIR%%/html/api/qtextblock.html +%%DOCSDIR%%/html/api/qtextblockformat.html +%%DOCSDIR%%/html/api/qtextblockgroup.html +%%DOCSDIR%%/html/api/qtextblockuserdata.html +%%DOCSDIR%%/html/api/qtextboundaryfinder.html +%%DOCSDIR%%/html/api/qtextbrowser.html +%%DOCSDIR%%/html/api/qtextcharformat.html +%%DOCSDIR%%/html/api/qtextcodec.html +%%DOCSDIR%%/html/api/qtextcursor.html +%%DOCSDIR%%/html/api/qtextdecoder.html +%%DOCSDIR%%/html/api/qtextdocument.html +%%DOCSDIR%%/html/api/qtextdocumentfragment.html +%%DOCSDIR%%/html/api/qtextdocumentwriter.html +%%DOCSDIR%%/html/api/qtextedit.html +%%DOCSDIR%%/html/api/qtextencoder.html +%%DOCSDIR%%/html/api/qtextformat.html +%%DOCSDIR%%/html/api/qtextfragment.html +%%DOCSDIR%%/html/api/qtextframe.html +%%DOCSDIR%%/html/api/qtextframeformat.html +%%DOCSDIR%%/html/api/qtextimageformat.html +%%DOCSDIR%%/html/api/qtextinlineobject.html +%%DOCSDIR%%/html/api/qtextitem.html +%%DOCSDIR%%/html/api/qtextlayout.html +%%DOCSDIR%%/html/api/qtextlength.html +%%DOCSDIR%%/html/api/qtextline.html +%%DOCSDIR%%/html/api/qtextlist.html +%%DOCSDIR%%/html/api/qtextlistformat.html +%%DOCSDIR%%/html/api/qtextobject.html +%%DOCSDIR%%/html/api/qtextobjectinterface.html +%%DOCSDIR%%/html/api/qtextoption.html +%%DOCSDIR%%/html/api/qtextstream.html +%%DOCSDIR%%/html/api/qtextstreammanipulator.html +%%DOCSDIR%%/html/api/qtexttable.html +%%DOCSDIR%%/html/api/qtexttablecell.html +%%DOCSDIR%%/html/api/qtexttablecellformat.html +%%DOCSDIR%%/html/api/qtexttableformat.html +%%DOCSDIR%%/html/api/qthread.html +%%DOCSDIR%%/html/api/qthreadpool.html +%%DOCSDIR%%/html/api/qtiltfilter.html +%%DOCSDIR%%/html/api/qtiltreading.html +%%DOCSDIR%%/html/api/qtiltsensor.html +%%DOCSDIR%%/html/api/qtime.html +%%DOCSDIR%%/html/api/qtimeedit.html +%%DOCSDIR%%/html/api/qtimeline.html +%%DOCSDIR%%/html/api/qtimer.html +%%DOCSDIR%%/html/api/qtimerevent.html +%%DOCSDIR%%/html/api/qtimezone.html +%%DOCSDIR%%/html/api/qtoolbar.html +%%DOCSDIR%%/html/api/qtoolbox.html +%%DOCSDIR%%/html/api/qtoolbutton.html +%%DOCSDIR%%/html/api/qtooltip.html +%%DOCSDIR%%/html/api/qtouchdevice.html +%%DOCSDIR%%/html/api/qtouchevent.html +%%DOCSDIR%%/html/api/qtransform.html +%%DOCSDIR%%/html/api/qtranslator.html +%%DOCSDIR%%/html/api/qtreeview.html +%%DOCSDIR%%/html/api/qtreewidget.html +%%DOCSDIR%%/html/api/qtreewidgetitem.html +%%DOCSDIR%%/html/api/qtreewidgetitemiterator.html +%%DOCSDIR%%/html/api/qtwin.html +%%DOCSDIR%%/html/api/qudpsocket.html +%%DOCSDIR%%/html/api/qundocommand.html +%%DOCSDIR%%/html/api/qundogroup.html +%%DOCSDIR%%/html/api/qundostack.html +%%DOCSDIR%%/html/api/qundoview.html +%%DOCSDIR%%/html/api/qurl.html +%%DOCSDIR%%/html/api/qurlquery.html +%%DOCSDIR%%/html/api/quuid.html +%%DOCSDIR%%/html/api/qvalidator.html +%%DOCSDIR%%/html/api/qvariant.html +%%DOCSDIR%%/html/api/qvariantanimation.html +%%DOCSDIR%%/html/api/qvboxlayout.html +%%DOCSDIR%%/html/api/qvector2d.html +%%DOCSDIR%%/html/api/qvector3d.html +%%DOCSDIR%%/html/api/qvector4d.html +%%DOCSDIR%%/html/api/qvideoencodersettings.html +%%DOCSDIR%%/html/api/qvideoframe.html +%%DOCSDIR%%/html/api/qvideoprobe.html +%%DOCSDIR%%/html/api/qvideosurfaceformat.html +%%DOCSDIR%%/html/api/qvideowidget.html +%%DOCSDIR%%/html/api/qwaitcondition.html +%%DOCSDIR%%/html/api/qwebchannel.html +%%DOCSDIR%%/html/api/qwebchannelabstracttransport.html +%%DOCSDIR%%/html/api/qwebdatabase.html +%%DOCSDIR%%/html/api/qwebelement.html +%%DOCSDIR%%/html/api/qwebelementcollection.html +%%DOCSDIR%%/html/api/qwebenginecertificateerror.html +%%DOCSDIR%%/html/api/qwebenginehistory.html +%%DOCSDIR%%/html/api/qwebenginehistoryitem.html +%%DOCSDIR%%/html/api/qwebenginepage.html +%%DOCSDIR%%/html/api/qwebenginesettings.html +%%DOCSDIR%%/html/api/qwebengineview.html +%%DOCSDIR%%/html/api/qwebframe.html +%%DOCSDIR%%/html/api/qwebhistory.html +%%DOCSDIR%%/html/api/qwebhistoryinterface.html +%%DOCSDIR%%/html/api/qwebhistoryitem.html +%%DOCSDIR%%/html/api/qwebhittestresult.html +%%DOCSDIR%%/html/api/qwebinspector.html +%%DOCSDIR%%/html/api/qwebpage.html +%%DOCSDIR%%/html/api/qwebpluginfactory.html +%%DOCSDIR%%/html/api/qwebsecurityorigin.html +%%DOCSDIR%%/html/api/qwebsettings.html +%%DOCSDIR%%/html/api/qwebsocket.html +%%DOCSDIR%%/html/api/qwebsocketcorsauthenticator.html +%%DOCSDIR%%/html/api/qwebsocketprotocol.html +%%DOCSDIR%%/html/api/qwebsocketserver.html +%%DOCSDIR%%/html/api/qwebview.html +%%DOCSDIR%%/html/api/qwhatsthis.html +%%DOCSDIR%%/html/api/qwhatsthisclickedevent.html +%%DOCSDIR%%/html/api/qwheelevent.html +%%DOCSDIR%%/html/api/qwidget.html +%%DOCSDIR%%/html/api/qwidgetaction.html +%%DOCSDIR%%/html/api/qwidgetitem.html +%%DOCSDIR%%/html/api/qwindow.html +%%DOCSDIR%%/html/api/qwindowstatechangeevent.html +%%DOCSDIR%%/html/api/qwinjumplist.html +%%DOCSDIR%%/html/api/qwinjumplistcategory.html +%%DOCSDIR%%/html/api/qwinjumplistitem.html +%%DOCSDIR%%/html/api/qwintaskbarbutton.html +%%DOCSDIR%%/html/api/qwintaskbarprogress.html +%%DOCSDIR%%/html/api/qwinthumbnailtoolbar.html +%%DOCSDIR%%/html/api/qwinthumbnailtoolbutton.html +%%DOCSDIR%%/html/api/qwizard.html +%%DOCSDIR%%/html/api/qwizardpage.html +%%DOCSDIR%%/html/api/qwritelocker.html +%%DOCSDIR%%/html/api/qx11info.html +%%DOCSDIR%%/html/api/qxmlattributes.html +%%DOCSDIR%%/html/api/qxmlcontenthandler.html +%%DOCSDIR%%/html/api/qxmldeclhandler.html +%%DOCSDIR%%/html/api/qxmldefaulthandler.html +%%DOCSDIR%%/html/api/qxmldtdhandler.html +%%DOCSDIR%%/html/api/qxmlentityresolver.html +%%DOCSDIR%%/html/api/qxmlerrorhandler.html +%%DOCSDIR%%/html/api/qxmlformatter.html +%%DOCSDIR%%/html/api/qxmlinputsource.html +%%DOCSDIR%%/html/api/qxmlitem.html +%%DOCSDIR%%/html/api/qxmllexicalhandler.html +%%DOCSDIR%%/html/api/qxmllocator.html +%%DOCSDIR%%/html/api/qxmlname.html +%%DOCSDIR%%/html/api/qxmlnamepool.html +%%DOCSDIR%%/html/api/qxmlnamespacesupport.html +%%DOCSDIR%%/html/api/qxmlnodemodelindex.html +%%DOCSDIR%%/html/api/qxmlparseexception.html +%%DOCSDIR%%/html/api/qxmlquery.html +%%DOCSDIR%%/html/api/qxmlreader.html +%%DOCSDIR%%/html/api/qxmlresultitems.html +%%DOCSDIR%%/html/api/qxmlschema.html +%%DOCSDIR%%/html/api/qxmlschemavalidator.html +%%DOCSDIR%%/html/api/qxmlserializer.html +%%DOCSDIR%%/html/api/qxmlsimplereader.html +%%DOCSDIR%%/html/api/qxmlstreamattribute.html +%%DOCSDIR%%/html/api/qxmlstreamattributes.html +%%DOCSDIR%%/html/api/qxmlstreamentitydeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamentityresolver.html +%%DOCSDIR%%/html/api/qxmlstreamnamespacedeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamnotationdeclaration.html +%%DOCSDIR%%/html/api/qxmlstreamreader.html +%%DOCSDIR%%/html/api/qxmlstreamwriter.html +%%DOCSDIR%%/html/class_reference.html %%DOCSDIR%%/html/dbus.html %%DOCSDIR%%/html/deploy_commercial.html +%%DOCSDIR%%/html/deprecations.html %%DOCSDIR%%/html/designer.html +%%DOCSDIR%%/html/extension_api.html %%DOCSDIR%%/html/genindex.html %%DOCSDIR%%/html/gotchas.html %%DOCSDIR%%/html/i18n.html -%%DOCSDIR%%/html/images/alphafill.png -%%DOCSDIR%%/html/images/assistant-toolbar.png -%%DOCSDIR%%/html/images/bearings.png -%%DOCSDIR%%/html/images/brush-outline.png -%%DOCSDIR%%/html/images/brush-styles.png -%%DOCSDIR%%/html/images/buttonbox-gnomelayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-gnomelayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-kdelayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-kdelayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-mac-modeless-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-maclayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-maclayout-vertical.png -%%DOCSDIR%%/html/images/buttonbox-winlayout-horizontal.png -%%DOCSDIR%%/html/images/buttonbox-winlayout-vertical.png -%%DOCSDIR%%/html/images/cde-lcdnumber.png -%%DOCSDIR%%/html/images/checkboxes-exclusive.png -%%DOCSDIR%%/html/images/checkboxes-non-exclusive.png -%%DOCSDIR%%/html/images/cleanlooks-calendarwidget.png -%%DOCSDIR%%/html/images/cleanlooks-pushbutton-menu.png -%%DOCSDIR%%/html/images/conceptaudio.png -%%DOCSDIR%%/html/images/conceptvideo.png -%%DOCSDIR%%/html/images/containerextension-example.png -%%DOCSDIR%%/html/images/cursor-arrow.png -%%DOCSDIR%%/html/images/cursor-busy.png -%%DOCSDIR%%/html/images/cursor-closedhand.png -%%DOCSDIR%%/html/images/cursor-cross.png -%%DOCSDIR%%/html/images/cursor-forbidden.png -%%DOCSDIR%%/html/images/cursor-hand.png -%%DOCSDIR%%/html/images/cursor-hsplit.png -%%DOCSDIR%%/html/images/cursor-ibeam.png -%%DOCSDIR%%/html/images/cursor-openhand.png -%%DOCSDIR%%/html/images/cursor-sizeall.png -%%DOCSDIR%%/html/images/cursor-sizeb.png -%%DOCSDIR%%/html/images/cursor-sizef.png -%%DOCSDIR%%/html/images/cursor-sizeh.png -%%DOCSDIR%%/html/images/cursor-sizev.png -%%DOCSDIR%%/html/images/cursor-uparrow.png -%%DOCSDIR%%/html/images/cursor-vsplit.png -%%DOCSDIR%%/html/images/cursor-wait.png -%%DOCSDIR%%/html/images/cursor-whatsthis.png -%%DOCSDIR%%/html/images/effectwidget.png -%%DOCSDIR%%/html/images/filedialogurls.png -%%DOCSDIR%%/html/images/foreignkeys.png -%%DOCSDIR%%/html/images/frames.png -%%DOCSDIR%%/html/images/graphicseffect-blur.png -%%DOCSDIR%%/html/images/graphicseffect-colorize.png -%%DOCSDIR%%/html/images/graphicseffect-drop-shadow.png -%%DOCSDIR%%/html/images/graphicseffect-opacity.png -%%DOCSDIR%%/html/images/graphicseffect-plain.png -%%DOCSDIR%%/html/images/graphicseffect-widget.png -%%DOCSDIR%%/html/images/graphicsview-ellipseitem-pie.png -%%DOCSDIR%%/html/images/graphicsview-ellipseitem.png -%%DOCSDIR%%/html/images/graphicsview-items.png -%%DOCSDIR%%/html/images/graphicsview-lineitem.png -%%DOCSDIR%%/html/images/graphicsview-parentchild.png -%%DOCSDIR%%/html/images/graphicsview-pathitem.png -%%DOCSDIR%%/html/images/graphicsview-pixmapitem.png -%%DOCSDIR%%/html/images/graphicsview-polygonitem.png -%%DOCSDIR%%/html/images/graphicsview-rectitem.png -%%DOCSDIR%%/html/images/graphicsview-simpletextitem.png -%%DOCSDIR%%/html/images/graphicsview-textitem.png -%%DOCSDIR%%/html/images/graphicsview-view.png -%%DOCSDIR%%/html/images/graphicsview-zorder.png -%%DOCSDIR%%/html/images/gridlayout.png -%%DOCSDIR%%/html/images/hoverevents.png -%%DOCSDIR%%/html/images/httpstack.png -%%DOCSDIR%%/html/images/icon.png -%%DOCSDIR%%/html/images/imageprovider.png -%%DOCSDIR%%/html/images/inputdialogs.png -%%DOCSDIR%%/html/images/insertrowinmodelview.png -%%DOCSDIR%%/html/images/licensewizard-flow.png -%%DOCSDIR%%/html/images/macintosh-checkbox.png -%%DOCSDIR%%/html/images/macintosh-dateedit.png -%%DOCSDIR%%/html/images/macintosh-datetimeedit.png -%%DOCSDIR%%/html/images/macintosh-dial.png -%%DOCSDIR%%/html/images/macintosh-groupbox.png -%%DOCSDIR%%/html/images/macintosh-horizontalscrollbar.png -%%DOCSDIR%%/html/images/macintosh-label.png -%%DOCSDIR%%/html/images/macintosh-lcdnumber.png -%%DOCSDIR%%/html/images/macintosh-lineedit.png -%%DOCSDIR%%/html/images/macintosh-listview.png -%%DOCSDIR%%/html/images/macintosh-menu.png -%%DOCSDIR%%/html/images/macintosh-progressbar.png -%%DOCSDIR%%/html/images/macintosh-pushbutton.png -%%DOCSDIR%%/html/images/macintosh-radiobutton.png -%%DOCSDIR%%/html/images/macintosh-slider.png -%%DOCSDIR%%/html/images/macintosh-spinbox.png -%%DOCSDIR%%/html/images/macintosh-tableview.png -%%DOCSDIR%%/html/images/macintosh-tabwidget.png -%%DOCSDIR%%/html/images/macintosh-timeedit.png -%%DOCSDIR%%/html/images/macintosh-treeview.png -%%DOCSDIR%%/html/images/mainwindow-docks.png -%%DOCSDIR%%/html/images/mainwindowlayout.png -%%DOCSDIR%%/html/images/mdi-cascade.png -%%DOCSDIR%%/html/images/mdi-tile.png -%%DOCSDIR%%/html/images/modelindex-no-parent.png -%%DOCSDIR%%/html/images/modelview-begin-append-columns.png -%%DOCSDIR%%/html/images/modelview-begin-append-rows.png -%%DOCSDIR%%/html/images/modelview-begin-insert-columns.png -%%DOCSDIR%%/html/images/modelview-begin-insert-rows.png -%%DOCSDIR%%/html/images/modelview-begin-remove-columns.png -%%DOCSDIR%%/html/images/modelview-begin-remove-rows.png -%%DOCSDIR%%/html/images/modelview-move-rows-1.png -%%DOCSDIR%%/html/images/modelview-move-rows-2.png -%%DOCSDIR%%/html/images/modelview-move-rows-3.png -%%DOCSDIR%%/html/images/modelview-move-rows-4.png -%%DOCSDIR%%/html/images/motif-lcdnumber.png -%%DOCSDIR%%/html/images/motif-menubar.png -%%DOCSDIR%%/html/images/msgbox1.png -%%DOCSDIR%%/html/images/msgbox2.png -%%DOCSDIR%%/html/images/msgbox3.png -%%DOCSDIR%%/html/images/msgbox4.png -%%DOCSDIR%%/html/images/noforeignkeys.png -%%DOCSDIR%%/html/images/palette.png -%%DOCSDIR%%/html/images/pangesture.png -%%DOCSDIR%%/html/images/parent-child-widgets.png -%%DOCSDIR%%/html/images/patternist-wordProcessor.png -%%DOCSDIR%%/html/images/pinchgesture.png -%%DOCSDIR%%/html/images/plastique-checkbox.png -%%DOCSDIR%%/html/images/plastique-colordialog.png -%%DOCSDIR%%/html/images/plastique-dateedit.png -%%DOCSDIR%%/html/images/plastique-datetimeedit.png -%%DOCSDIR%%/html/images/plastique-dial.png -%%DOCSDIR%%/html/images/plastique-fontdialog.png -%%DOCSDIR%%/html/images/plastique-groupbox.png -%%DOCSDIR%%/html/images/plastique-horizontalscrollbar.png -%%DOCSDIR%%/html/images/plastique-label.png -%%DOCSDIR%%/html/images/plastique-lcdnumber.png -%%DOCSDIR%%/html/images/plastique-lineedit.png -%%DOCSDIR%%/html/images/plastique-listview.png -%%DOCSDIR%%/html/images/plastique-menu.png -%%DOCSDIR%%/html/images/plastique-menubar.png -%%DOCSDIR%%/html/images/plastique-printdialog-properties.png -%%DOCSDIR%%/html/images/plastique-printdialog.png -%%DOCSDIR%%/html/images/plastique-progressbar.png -%%DOCSDIR%%/html/images/plastique-progressdialog.png -%%DOCSDIR%%/html/images/plastique-pushbutton-menu.png -%%DOCSDIR%%/html/images/plastique-pushbutton.png -%%DOCSDIR%%/html/images/plastique-radiobutton.png -%%DOCSDIR%%/html/images/plastique-sizegrip.png -%%DOCSDIR%%/html/images/plastique-slider.png -%%DOCSDIR%%/html/images/plastique-spinbox.png -%%DOCSDIR%%/html/images/plastique-statusbar.png -%%DOCSDIR%%/html/images/plastique-tabbar-truncated.png -%%DOCSDIR%%/html/images/plastique-tabbar.png -%%DOCSDIR%%/html/images/plastique-tableview.png -%%DOCSDIR%%/html/images/plastique-tabwidget.png -%%DOCSDIR%%/html/images/plastique-timeedit.png -%%DOCSDIR%%/html/images/plastique-treeview.png -%%DOCSDIR%%/html/images/propagation-custom.png -%%DOCSDIR%%/html/images/propagation-standard.png -%%DOCSDIR%%/html/images/qactiongroup-align.png -%%DOCSDIR%%/html/images/qcalendarwidget-grid.png -%%DOCSDIR%%/html/images/qcolor-cmyk.png -%%DOCSDIR%%/html/images/qcolor-hsv.png -%%DOCSDIR%%/html/images/qcolor-hue.png -%%DOCSDIR%%/html/images/qcolor-rgb.png -%%DOCSDIR%%/html/images/qcolor-saturation.png -%%DOCSDIR%%/html/images/qcolor-value.png -%%DOCSDIR%%/html/images/qcolumnview.png -%%DOCSDIR%%/html/images/qconicalgradient.png -%%DOCSDIR%%/html/images/qdesktopwidget.png -%%DOCSDIR%%/html/images/qeasingcurve-inback.png -%%DOCSDIR%%/html/images/qeasingcurve-inbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-incirc.png -%%DOCSDIR%%/html/images/qeasingcurve-incubic.png -%%DOCSDIR%%/html/images/qeasingcurve-inelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-inexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutback.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutcirc.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutcubic.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquad.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquart.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutquint.png -%%DOCSDIR%%/html/images/qeasingcurve-inoutsine.png -%%DOCSDIR%%/html/images/qeasingcurve-inquad.png -%%DOCSDIR%%/html/images/qeasingcurve-inquart.png -%%DOCSDIR%%/html/images/qeasingcurve-inquint.png -%%DOCSDIR%%/html/images/qeasingcurve-insine.png -%%DOCSDIR%%/html/images/qeasingcurve-linear.png -%%DOCSDIR%%/html/images/qeasingcurve-outback.png -%%DOCSDIR%%/html/images/qeasingcurve-outbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-outcirc.png -%%DOCSDIR%%/html/images/qeasingcurve-outcubic.png -%%DOCSDIR%%/html/images/qeasingcurve-outelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-outexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-outinback.png -%%DOCSDIR%%/html/images/qeasingcurve-outinbounce.png -%%DOCSDIR%%/html/images/qeasingcurve-outincirc.png -%%DOCSDIR%%/html/images/qeasingcurve-outincubic.png -%%DOCSDIR%%/html/images/qeasingcurve-outinelastic.png -%%DOCSDIR%%/html/images/qeasingcurve-outinexpo.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquad.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquart.png -%%DOCSDIR%%/html/images/qeasingcurve-outinquint.png -%%DOCSDIR%%/html/images/qeasingcurve-outinsine.png -%%DOCSDIR%%/html/images/qeasingcurve-outquad.png -%%DOCSDIR%%/html/images/qeasingcurve-outquart.png -%%DOCSDIR%%/html/images/qeasingcurve-outquint.png -%%DOCSDIR%%/html/images/qeasingcurve-outsine.png -%%DOCSDIR%%/html/images/qerrormessage.png -%%DOCSDIR%%/html/images/qformlayout-kde.png -%%DOCSDIR%%/html/images/qformlayout-mac.png -%%DOCSDIR%%/html/images/qformlayout-qpe.png -%%DOCSDIR%%/html/images/qformlayout-win.png -%%DOCSDIR%%/html/images/qgradient-conical.png -%%DOCSDIR%%/html/images/qgradient-linear.png -%%DOCSDIR%%/html/images/qgradient-radial.png -%%DOCSDIR%%/html/images/qgraphicsproxywidget-embed.png -%%DOCSDIR%%/html/images/qhboxlayout-with-5-children.png -%%DOCSDIR%%/html/images/qimage-32bit_scaled.png -%%DOCSDIR%%/html/images/qimage-8bit_scaled.png -%%DOCSDIR%%/html/images/qimage-scaling.png -%%DOCSDIR%%/html/images/qline-coordinates.png -%%DOCSDIR%%/html/images/qline-point.png -%%DOCSDIR%%/html/images/qlineargradient-pad.png -%%DOCSDIR%%/html/images/qlineargradient-reflect.png -%%DOCSDIR%%/html/images/qlineargradient-repeat.png -%%DOCSDIR%%/html/images/qlinef-bounded.png -%%DOCSDIR%%/html/images/qlinef-normalvector.png -%%DOCSDIR%%/html/images/qlinef-unbounded.png -%%DOCSDIR%%/html/images/qmatrix-combinedtransformation.png -%%DOCSDIR%%/html/images/qmatrix-representation.png -%%DOCSDIR%%/html/images/qmatrix-simpletransformation.png -%%DOCSDIR%%/html/images/qmdisubwindowlayout.png -%%DOCSDIR%%/html/images/qmessagebox-crit.png -%%DOCSDIR%%/html/images/qmessagebox-info.png -%%DOCSDIR%%/html/images/qmessagebox-quest.png -%%DOCSDIR%%/html/images/qmessagebox-warn.png -%%DOCSDIR%%/html/images/qpainter-affinetransformations.png -%%DOCSDIR%%/html/images/qpainter-arc.png -%%DOCSDIR%%/html/images/qpainter-basicdrawing.png -%%DOCSDIR%%/html/images/qpainter-chord.png -%%DOCSDIR%%/html/images/qpainter-clock.png -%%DOCSDIR%%/html/images/qpainter-compositiondemo.png -%%DOCSDIR%%/html/images/qpainter-compositionmode1.png -%%DOCSDIR%%/html/images/qpainter-compositionmode2.png -%%DOCSDIR%%/html/images/qpainter-concentriccircles.png -%%DOCSDIR%%/html/images/qpainter-ellipse.png -%%DOCSDIR%%/html/images/qpainter-gradients.png -%%DOCSDIR%%/html/images/qpainter-line.png -%%DOCSDIR%%/html/images/qpainter-painterpaths.png -%%DOCSDIR%%/html/images/qpainter-path.png -%%DOCSDIR%%/html/images/qpainter-pathstroking.png -%%DOCSDIR%%/html/images/qpainter-pie.png -%%DOCSDIR%%/html/images/qpainter-polygon.png -%%DOCSDIR%%/html/images/qpainter-rectangle.png -%%DOCSDIR%%/html/images/qpainter-rotation.png -%%DOCSDIR%%/html/images/qpainter-roundrect.png -%%DOCSDIR%%/html/images/qpainter-scale.png -%%DOCSDIR%%/html/images/qpainter-translation.png -%%DOCSDIR%%/html/images/qpainter-vectordeformation.png -%%DOCSDIR%%/html/images/qpainterpath-addellipse.png -%%DOCSDIR%%/html/images/qpainterpath-addpolygon.png -%%DOCSDIR%%/html/images/qpainterpath-addrectangle.png -%%DOCSDIR%%/html/images/qpainterpath-addtext.png -%%DOCSDIR%%/html/images/qpainterpath-arcto.png -%%DOCSDIR%%/html/images/qpainterpath-construction.png -%%DOCSDIR%%/html/images/qpainterpath-cubicto.png -%%DOCSDIR%%/html/images/qpainterpath-demo.png -%%DOCSDIR%%/html/images/qpainterpath-example.png -%%DOCSDIR%%/html/images/qpen-bevel.png -%%DOCSDIR%%/html/images/qpen-custom.png -%%DOCSDIR%%/html/images/qpen-dash.png -%%DOCSDIR%%/html/images/qpen-dashdot.png -%%DOCSDIR%%/html/images/qpen-dashdotdot.png -%%DOCSDIR%%/html/images/qpen-dashpattern.png -%%DOCSDIR%%/html/images/qpen-demo.png -%%DOCSDIR%%/html/images/qpen-dot.png -%%DOCSDIR%%/html/images/qpen-flat.png -%%DOCSDIR%%/html/images/qpen-miter.png -%%DOCSDIR%%/html/images/qpen-miterlimit.png -%%DOCSDIR%%/html/images/qpen-roundcap.png -%%DOCSDIR%%/html/images/qpen-roundjoin.png -%%DOCSDIR%%/html/images/qpen-solid.png -%%DOCSDIR%%/html/images/qpen-square.png -%%DOCSDIR%%/html/images/qradialgradient-pad.png -%%DOCSDIR%%/html/images/qradialgradient-reflect.png -%%DOCSDIR%%/html/images/qradialgradient-repeat.png -%%DOCSDIR%%/html/images/qrect-coordinates.png -%%DOCSDIR%%/html/images/qrect-diagram-one.png -%%DOCSDIR%%/html/images/qrect-diagram-three.png -%%DOCSDIR%%/html/images/qrect-diagram-two.png -%%DOCSDIR%%/html/images/qrect-diagram-zero.png -%%DOCSDIR%%/html/images/qrect-intersect.png -%%DOCSDIR%%/html/images/qrect-unite.png -%%DOCSDIR%%/html/images/qrectf-coordinates.png -%%DOCSDIR%%/html/images/qrectf-diagram-one.png -%%DOCSDIR%%/html/images/qrectf-diagram-three.png -%%DOCSDIR%%/html/images/qrectf-diagram-two.png -%%DOCSDIR%%/html/images/qscrollarea-noscrollbars.png -%%DOCSDIR%%/html/images/qscrollarea-onescrollbar.png -%%DOCSDIR%%/html/images/qscrollarea-twoscrollbars.png -%%DOCSDIR%%/html/images/qscrollbar-picture.png -%%DOCSDIR%%/html/images/qscrollbar-values.png -%%DOCSDIR%%/html/images/qsortfilterproxymodel-sorting.png -%%DOCSDIR%%/html/images/qspinbox-plusminus.png -%%DOCSDIR%%/html/images/qspinbox-updown.png -%%DOCSDIR%%/html/images/qstatustipevent-action.png -%%DOCSDIR%%/html/images/qstatustipevent-widget.png -%%DOCSDIR%%/html/images/qstyle-comboboxes.png -%%DOCSDIR%%/html/images/qstyleoptiontoolbar-position.png -%%DOCSDIR%%/html/images/qt-colors.png -%%DOCSDIR%%/html/images/qt-fillrule-oddeven.png -%%DOCSDIR%%/html/images/qt-fillrule-winding.png -%%DOCSDIR%%/html/images/qtabletevent-tilt.png -%%DOCSDIR%%/html/images/qtableview-resized.png -%%DOCSDIR%%/html/images/qtextblock-sequence.png -%%DOCSDIR%%/html/images/qtextfragment-split.png -%%DOCSDIR%%/html/images/qtextframe-style.png -%%DOCSDIR%%/html/images/qtexttableformat-cell.png -%%DOCSDIR%%/html/images/qtransform-combinedtransformation.png -%%DOCSDIR%%/html/images/qtransform-combinedtransformation2.png -%%DOCSDIR%%/html/images/qtransform-representation.png -%%DOCSDIR%%/html/images/qtransform-simpletransformation.png -%%DOCSDIR%%/html/images/qtwizard-aero1.png -%%DOCSDIR%%/html/images/qtwizard-aero2.png -%%DOCSDIR%%/html/images/qtwizard-classic1.png -%%DOCSDIR%%/html/images/qtwizard-classic2.png -%%DOCSDIR%%/html/images/qtwizard-mac1.png -%%DOCSDIR%%/html/images/qtwizard-mac2.png -%%DOCSDIR%%/html/images/qtwizard-macpage.png -%%DOCSDIR%%/html/images/qtwizard-modern1.png -%%DOCSDIR%%/html/images/qtwizard-modern2.png -%%DOCSDIR%%/html/images/qtwizard-nonmacpage.png -%%DOCSDIR%%/html/images/qundoview.png -%%DOCSDIR%%/html/images/qurl-authority.png -%%DOCSDIR%%/html/images/qurl-authority2.png -%%DOCSDIR%%/html/images/qurl-authority3.png -%%DOCSDIR%%/html/images/qurl-fragment.png -%%DOCSDIR%%/html/images/qurl-ftppath.png -%%DOCSDIR%%/html/images/qurl-mailtopath.png -%%DOCSDIR%%/html/images/qurl-querystring.png -%%DOCSDIR%%/html/images/qvboxlayout-with-5-children.png -%%DOCSDIR%%/html/images/qwebview-diagram.png -%%DOCSDIR%%/html/images/rb-logo.png -%%DOCSDIR%%/html/images/relationaltable.png -%%DOCSDIR%%/html/images/rintersect.png -%%DOCSDIR%%/html/images/roaming-states.png -%%DOCSDIR%%/html/images/rsubtract.png -%%DOCSDIR%%/html/images/runion.png -%%DOCSDIR%%/html/images/rxor.png -%%DOCSDIR%%/html/images/simpleanchorlayout-example.png -%%DOCSDIR%%/html/images/swipegesture.png -%%DOCSDIR%%/html/images/system-tray.png -%%DOCSDIR%%/html/images/taskmenuextension-example-faded.png -%%DOCSDIR%%/html/images/tcpstream.png -%%DOCSDIR%%/html/images/texttable-merge.png -%%DOCSDIR%%/html/images/texttable-split.png -%%DOCSDIR%%/html/images/udppackets.png -%%DOCSDIR%%/html/images/whatsthis.png -%%DOCSDIR%%/html/images/widgetdelegate.png -%%DOCSDIR%%/html/images/windows-checkbox.png -%%DOCSDIR%%/html/images/windows-lcdnumber.png -%%DOCSDIR%%/html/images/windows-lineedit.png -%%DOCSDIR%%/html/images/windows-radiobutton.png -%%DOCSDIR%%/html/images/windows-slider.png -%%DOCSDIR%%/html/images/windowsxp-dateedit.png -%%DOCSDIR%%/html/images/windowsxp-datetimeedit.png -%%DOCSDIR%%/html/images/windowsxp-dial.png -%%DOCSDIR%%/html/images/windowsxp-fontcombobox.png -%%DOCSDIR%%/html/images/windowsxp-groupbox.png -%%DOCSDIR%%/html/images/windowsxp-horizontalscrollbar.png -%%DOCSDIR%%/html/images/windowsxp-label.png -%%DOCSDIR%%/html/images/windowsxp-lcdnumber.png -%%DOCSDIR%%/html/images/windowsxp-listview.png -%%DOCSDIR%%/html/images/windowsxp-menu.png -%%DOCSDIR%%/html/images/windowsxp-progressbar.png -%%DOCSDIR%%/html/images/windowsxp-pushbutton.png -%%DOCSDIR%%/html/images/windowsxp-spinbox.png -%%DOCSDIR%%/html/images/windowsxp-tableview.png -%%DOCSDIR%%/html/images/windowsxp-tabwidget.png -%%DOCSDIR%%/html/images/windowsxp-timeedit.png -%%DOCSDIR%%/html/images/windowsxp-treeview.png %%DOCSDIR%%/html/incompatibilities.html -%%DOCSDIR%%/html/incompatible_apis.html %%DOCSDIR%%/html/index.html %%DOCSDIR%%/html/installation.html %%DOCSDIR%%/html/introduction.html -%%DOCSDIR%%/html/keyword_arguments.html -%%DOCSDIR%%/html/modules.html -%%DOCSDIR%%/html/new_style_signals_slots.html +%%DOCSDIR%%/html/metaobjects.html +%%DOCSDIR%%/html/multiinheritance.html %%DOCSDIR%%/html/objects.inv -%%DOCSDIR%%/html/old_style_signals_slots.html -%%DOCSDIR%%/html/phonon-abstractaudiooutput.html -%%DOCSDIR%%/html/phonon-abstractvideooutput.html -%%DOCSDIR%%/html/phonon-audiocapturedevice.html -%%DOCSDIR%%/html/phonon-audiochanneldescription.html -%%DOCSDIR%%/html/phonon-audiooutput.html -%%DOCSDIR%%/html/phonon-audiooutputdevice.html -%%DOCSDIR%%/html/phonon-audiooutputdevicemodel.html -%%DOCSDIR%%/html/phonon-backendcapabilities-notifier.html -%%DOCSDIR%%/html/phonon-backendcapabilities.html -%%DOCSDIR%%/html/phonon-effect.html -%%DOCSDIR%%/html/phonon-effectdescription.html -%%DOCSDIR%%/html/phonon-effectdescriptionmodel.html -%%DOCSDIR%%/html/phonon-effectparameter-hints.html -%%DOCSDIR%%/html/phonon-effectparameter.html -%%DOCSDIR%%/html/phonon-effectwidget.html -%%DOCSDIR%%/html/phonon-mediacontroller-features.html -%%DOCSDIR%%/html/phonon-mediacontroller.html -%%DOCSDIR%%/html/phonon-medianode.html -%%DOCSDIR%%/html/phonon-mediaobject.html -%%DOCSDIR%%/html/phonon-mediasource.html -%%DOCSDIR%%/html/phonon-module.html -%%DOCSDIR%%/html/phonon-path.html -%%DOCSDIR%%/html/phonon-seekslider.html -%%DOCSDIR%%/html/phonon-subtitledescription.html -%%DOCSDIR%%/html/phonon-videoplayer.html -%%DOCSDIR%%/html/phonon-videowidget.html -%%DOCSDIR%%/html/phonon-volumeslider.html -%%DOCSDIR%%/html/phonon.html +%%DOCSDIR%%/html/opengl.html %%DOCSDIR%%/html/pickle.html %%DOCSDIR%%/html/py-modindex.html +%%DOCSDIR%%/html/pyqt4_differences.html %%DOCSDIR%%/html/pyqt_qsettings.html %%DOCSDIR%%/html/pyqt_qvariant.html %%DOCSDIR%%/html/python_shell.html -%%DOCSDIR%%/html/python_v3.html -%%DOCSDIR%%/html/qabstractanimation.html -%%DOCSDIR%%/html/qabstractbutton.html -%%DOCSDIR%%/html/qabstracteventdispatcher.html -%%DOCSDIR%%/html/qabstractextensionfactory.html -%%DOCSDIR%%/html/qabstractextensionmanager.html -%%DOCSDIR%%/html/qabstractfileengine-fileflags.html -%%DOCSDIR%%/html/qabstractfileengine.html -%%DOCSDIR%%/html/qabstractfileenginehandler.html -%%DOCSDIR%%/html/qabstractfileengineiterator.html -%%DOCSDIR%%/html/qabstractformbuilder.html -%%DOCSDIR%%/html/qabstractgraphicsshapeitem.html -%%DOCSDIR%%/html/qabstractitemdelegate.html -%%DOCSDIR%%/html/qabstractitemmodel.html -%%DOCSDIR%%/html/qabstractitemview-edittriggers.html -%%DOCSDIR%%/html/qabstractitemview.html -%%DOCSDIR%%/html/qabstractlistmodel.html -%%DOCSDIR%%/html/qabstractmessagehandler.html -%%DOCSDIR%%/html/qabstractnetworkcache.html -%%DOCSDIR%%/html/qabstractprintdialog-printdialogoptions.html -%%DOCSDIR%%/html/qabstractprintdialog.html -%%DOCSDIR%%/html/qabstractproxymodel.html -%%DOCSDIR%%/html/qabstractscrollarea.html -%%DOCSDIR%%/html/qabstractslider.html -%%DOCSDIR%%/html/qabstractsocket.html -%%DOCSDIR%%/html/qabstractspinbox-stepenabled.html -%%DOCSDIR%%/html/qabstractspinbox.html -%%DOCSDIR%%/html/qabstractstate.html -%%DOCSDIR%%/html/qabstracttablemodel.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection.html -%%DOCSDIR%%/html/qabstracttextdocumentlayout.html -%%DOCSDIR%%/html/qabstracttransition.html -%%DOCSDIR%%/html/qabstracturiresolver.html -%%DOCSDIR%%/html/qabstractvideobuffer.html -%%DOCSDIR%%/html/qabstractvideosurface.html -%%DOCSDIR%%/html/qabstractxmlnodemodel.html -%%DOCSDIR%%/html/qabstractxmlreceiver.html -%%DOCSDIR%%/html/qaction.html -%%DOCSDIR%%/html/qactionevent.html -%%DOCSDIR%%/html/qactiongroup.html -%%DOCSDIR%%/html/qanimationgroup.html -%%DOCSDIR%%/html/qapplication.html -%%DOCSDIR%%/html/qassistantclient.html -%%DOCSDIR%%/html/qaudio.html -%%DOCSDIR%%/html/qaudiodeviceinfo.html -%%DOCSDIR%%/html/qaudioformat.html -%%DOCSDIR%%/html/qaudioinput.html -%%DOCSDIR%%/html/qaudiooutput.html -%%DOCSDIR%%/html/qauthenticator.html -%%DOCSDIR%%/html/qaxcontainer.html -%%DOCSDIR%%/html/qbasictimer.html -%%DOCSDIR%%/html/qbitarray.html -%%DOCSDIR%%/html/qbitmap.html -%%DOCSDIR%%/html/qboxlayout.html -%%DOCSDIR%%/html/qbrush.html -%%DOCSDIR%%/html/qbuffer.html -%%DOCSDIR%%/html/qbuttongroup.html -%%DOCSDIR%%/html/qbytearray.html -%%DOCSDIR%%/html/qbytearraymatcher.html -%%DOCSDIR%%/html/qcalendarwidget.html -%%DOCSDIR%%/html/qchar.html -%%DOCSDIR%%/html/qcheckbox.html -%%DOCSDIR%%/html/qchildevent.html -%%DOCSDIR%%/html/qclipboard.html -%%DOCSDIR%%/html/qcloseevent.html -%%DOCSDIR%%/html/qcolor.html -%%DOCSDIR%%/html/qcolordialog-colordialogoptions.html -%%DOCSDIR%%/html/qcolordialog.html -%%DOCSDIR%%/html/qcolumnview.html -%%DOCSDIR%%/html/qcombobox.html -%%DOCSDIR%%/html/qcommandlinkbutton.html -%%DOCSDIR%%/html/qcommonstyle.html -%%DOCSDIR%%/html/qcompleter.html -%%DOCSDIR%%/html/qconicalgradient.html -%%DOCSDIR%%/html/qcontextmenuevent.html -%%DOCSDIR%%/html/qcoreapplication.html -%%DOCSDIR%%/html/qcryptographichash.html -%%DOCSDIR%%/html/qcursor.html -%%DOCSDIR%%/html/qdatastream.html -%%DOCSDIR%%/html/qdatawidgetmapper.html -%%DOCSDIR%%/html/qdate.html -%%DOCSDIR%%/html/qdateedit.html -%%DOCSDIR%%/html/qdatetime.html -%%DOCSDIR%%/html/qdatetimeedit-sections.html -%%DOCSDIR%%/html/qdatetimeedit.html -%%DOCSDIR%%/html/qdbus.html -%%DOCSDIR%%/html/qdbusabstractadaptor.html -%%DOCSDIR%%/html/qdbusabstractinterface.html -%%DOCSDIR%%/html/qdbusargument.html -%%DOCSDIR%%/html/qdbusconnection-connectioncapabilities.html -%%DOCSDIR%%/html/qdbusconnection-registeroptions.html -%%DOCSDIR%%/html/qdbusconnection.html -%%DOCSDIR%%/html/qdbusconnectioninterface.html -%%DOCSDIR%%/html/qdbuserror.html -%%DOCSDIR%%/html/qdbusinterface.html -%%DOCSDIR%%/html/qdbusmessage.html -%%DOCSDIR%%/html/qdbusobjectpath.html -%%DOCSDIR%%/html/qdbuspendingcall.html -%%DOCSDIR%%/html/qdbuspendingcallwatcher.html -%%DOCSDIR%%/html/qdbuspendingreply.html -%%DOCSDIR%%/html/qdbusreply.html -%%DOCSDIR%%/html/qdbusservicewatcher-watchmode.html -%%DOCSDIR%%/html/qdbusservicewatcher.html -%%DOCSDIR%%/html/qdbussignature.html -%%DOCSDIR%%/html/qdbusunixfiledescriptor.html -%%DOCSDIR%%/html/qdbusvariant.html -%%DOCSDIR%%/html/qdeclarativecomponent.html -%%DOCSDIR%%/html/qdeclarativecontext.html -%%DOCSDIR%%/html/qdeclarativeengine.html -%%DOCSDIR%%/html/qdeclarativeerror.html -%%DOCSDIR%%/html/qdeclarativeexpression.html -%%DOCSDIR%%/html/qdeclarativeextensionplugin.html -%%DOCSDIR%%/html/qdeclarativeimageprovider.html -%%DOCSDIR%%/html/qdeclarativeitem.html -%%DOCSDIR%%/html/qdeclarativelistreference.html -%%DOCSDIR%%/html/qdeclarativenetworkaccessmanagerfactory.html -%%DOCSDIR%%/html/qdeclarativeparserstatus.html -%%DOCSDIR%%/html/qdeclarativeproperty.html -%%DOCSDIR%%/html/qdeclarativepropertymap.html -%%DOCSDIR%%/html/qdeclarativepropertyvaluesource.html -%%DOCSDIR%%/html/qdeclarativescriptstring.html -%%DOCSDIR%%/html/qdeclarativeview.html -%%DOCSDIR%%/html/qdesigneractioneditorinterface.html -%%DOCSDIR%%/html/qdesignercontainerextension.html -%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface.html -%%DOCSDIR%%/html/qdesignercustomwidgetinterface.html -%%DOCSDIR%%/html/qdesignerformeditorinterface.html -%%DOCSDIR%%/html/qdesignerformwindowcursorinterface.html -%%DOCSDIR%%/html/qdesignerformwindowinterface-feature.html -%%DOCSDIR%%/html/qdesignerformwindowinterface.html -%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface.html -%%DOCSDIR%%/html/qdesignermembersheetextension.html -%%DOCSDIR%%/html/qdesignerobjectinspectorinterface.html -%%DOCSDIR%%/html/qdesignerpropertyeditorinterface.html -%%DOCSDIR%%/html/qdesignerpropertysheetextension.html -%%DOCSDIR%%/html/qdesignertaskmenuextension.html -%%DOCSDIR%%/html/qdesignerwidgetboxinterface.html -%%DOCSDIR%%/html/qdesktopservices.html -%%DOCSDIR%%/html/qdesktopwidget.html -%%DOCSDIR%%/html/qdial.html -%%DOCSDIR%%/html/qdialog.html -%%DOCSDIR%%/html/qdialogbuttonbox-standardbuttons.html -%%DOCSDIR%%/html/qdialogbuttonbox.html -%%DOCSDIR%%/html/qdir-filters.html -%%DOCSDIR%%/html/qdir-sortflags.html -%%DOCSDIR%%/html/qdir.html -%%DOCSDIR%%/html/qdiriterator-iteratorflags.html -%%DOCSDIR%%/html/qdiriterator.html -%%DOCSDIR%%/html/qdirmodel.html -%%DOCSDIR%%/html/qdockwidget-dockwidgetfeatures.html -%%DOCSDIR%%/html/qdockwidget.html -%%DOCSDIR%%/html/qdomattr.html -%%DOCSDIR%%/html/qdomcdatasection.html -%%DOCSDIR%%/html/qdomcharacterdata.html -%%DOCSDIR%%/html/qdomcomment.html -%%DOCSDIR%%/html/qdomdocument.html -%%DOCSDIR%%/html/qdomdocumentfragment.html -%%DOCSDIR%%/html/qdomdocumenttype.html -%%DOCSDIR%%/html/qdomelement.html -%%DOCSDIR%%/html/qdomentity.html -%%DOCSDIR%%/html/qdomentityreference.html -%%DOCSDIR%%/html/qdomimplementation.html -%%DOCSDIR%%/html/qdomnamednodemap.html -%%DOCSDIR%%/html/qdomnode.html -%%DOCSDIR%%/html/qdomnodelist.html -%%DOCSDIR%%/html/qdomnotation.html -%%DOCSDIR%%/html/qdomprocessinginstruction.html -%%DOCSDIR%%/html/qdomtext.html -%%DOCSDIR%%/html/qdoublespinbox.html -%%DOCSDIR%%/html/qdoublevalidator.html -%%DOCSDIR%%/html/qdrag.html -%%DOCSDIR%%/html/qdragenterevent.html -%%DOCSDIR%%/html/qdragleaveevent.html -%%DOCSDIR%%/html/qdragmoveevent.html -%%DOCSDIR%%/html/qdropevent.html -%%DOCSDIR%%/html/qdynamicpropertychangeevent.html -%%DOCSDIR%%/html/qeasingcurve.html -%%DOCSDIR%%/html/qelapsedtimer.html -%%DOCSDIR%%/html/qerrormessage.html -%%DOCSDIR%%/html/qevent.html -%%DOCSDIR%%/html/qeventloop-processeventsflags.html -%%DOCSDIR%%/html/qeventloop.html -%%DOCSDIR%%/html/qeventtransition.html -%%DOCSDIR%%/html/qextensionfactory.html -%%DOCSDIR%%/html/qextensionmanager.html -%%DOCSDIR%%/html/qfile-filehandleflags.html -%%DOCSDIR%%/html/qfile-permissions.html -%%DOCSDIR%%/html/qfile.html -%%DOCSDIR%%/html/qfiledialog-options.html -%%DOCSDIR%%/html/qfiledialog.html -%%DOCSDIR%%/html/qfileiconprovider.html -%%DOCSDIR%%/html/qfileinfo.html -%%DOCSDIR%%/html/qfileopenevent.html -%%DOCSDIR%%/html/qfilesystemmodel.html -%%DOCSDIR%%/html/qfilesystemwatcher.html -%%DOCSDIR%%/html/qfinalstate.html -%%DOCSDIR%%/html/qfocusevent.html -%%DOCSDIR%%/html/qfocusframe.html -%%DOCSDIR%%/html/qfont.html -%%DOCSDIR%%/html/qfontcombobox-fontfilters.html -%%DOCSDIR%%/html/qfontcombobox.html -%%DOCSDIR%%/html/qfontdatabase.html -%%DOCSDIR%%/html/qfontdialog-fontdialogoptions.html -%%DOCSDIR%%/html/qfontdialog.html -%%DOCSDIR%%/html/qfontinfo.html -%%DOCSDIR%%/html/qfontmetrics.html -%%DOCSDIR%%/html/qfontmetricsf.html -%%DOCSDIR%%/html/qformbuilder.html -%%DOCSDIR%%/html/qformlayout.html -%%DOCSDIR%%/html/qframe.html -%%DOCSDIR%%/html/qfsfileengine.html -%%DOCSDIR%%/html/qftp.html -%%DOCSDIR%%/html/qgenericargument.html -%%DOCSDIR%%/html/qgenericreturnargument.html -%%DOCSDIR%%/html/qgesture.html -%%DOCSDIR%%/html/qgestureevent.html -%%DOCSDIR%%/html/qgesturerecognizer-result.html -%%DOCSDIR%%/html/qgesturerecognizer.html -%%DOCSDIR%%/html/qgl-formatoptions.html -%%DOCSDIR%%/html/qgl.html -%%DOCSDIR%%/html/qglbuffer.html -%%DOCSDIR%%/html/qglcolormap.html -%%DOCSDIR%%/html/qglcontext-bindoptions.html -%%DOCSDIR%%/html/qglcontext.html -%%DOCSDIR%%/html/qglformat-openglversionflags.html -%%DOCSDIR%%/html/qglformat.html -%%DOCSDIR%%/html/qglframebufferobject.html -%%DOCSDIR%%/html/qglframebufferobjectformat.html -%%DOCSDIR%%/html/qglpixelbuffer.html -%%DOCSDIR%%/html/qglshader-shadertype.html -%%DOCSDIR%%/html/qglshader.html -%%DOCSDIR%%/html/qglshaderprogram.html -%%DOCSDIR%%/html/qglwidget.html -%%DOCSDIR%%/html/qglyphrun.html -%%DOCSDIR%%/html/qgradient.html -%%DOCSDIR%%/html/qgraphicsanchor.html -%%DOCSDIR%%/html/qgraphicsanchorlayout.html -%%DOCSDIR%%/html/qgraphicsblureffect-blurhints.html -%%DOCSDIR%%/html/qgraphicsblureffect.html -%%DOCSDIR%%/html/qgraphicscolorizeeffect.html -%%DOCSDIR%%/html/qgraphicsdropshadoweffect.html -%%DOCSDIR%%/html/qgraphicseffect-changeflags.html -%%DOCSDIR%%/html/qgraphicseffect.html -%%DOCSDIR%%/html/qgraphicsellipseitem.html -%%DOCSDIR%%/html/qgraphicsgridlayout.html -%%DOCSDIR%%/html/qgraphicsitem-graphicsitemflags.html -%%DOCSDIR%%/html/qgraphicsitem.html -%%DOCSDIR%%/html/qgraphicsitemanimation.html -%%DOCSDIR%%/html/qgraphicsitemgroup.html -%%DOCSDIR%%/html/qgraphicslayout.html -%%DOCSDIR%%/html/qgraphicslayoutitem.html -%%DOCSDIR%%/html/qgraphicslinearlayout.html -%%DOCSDIR%%/html/qgraphicslineitem.html -%%DOCSDIR%%/html/qgraphicsobject.html -%%DOCSDIR%%/html/qgraphicsopacityeffect.html -%%DOCSDIR%%/html/qgraphicspathitem.html -%%DOCSDIR%%/html/qgraphicspixmapitem.html -%%DOCSDIR%%/html/qgraphicspolygonitem.html -%%DOCSDIR%%/html/qgraphicsproxywidget.html -%%DOCSDIR%%/html/qgraphicsrectitem.html -%%DOCSDIR%%/html/qgraphicsrotation.html -%%DOCSDIR%%/html/qgraphicsscale.html -%%DOCSDIR%%/html/qgraphicsscene-scenelayers.html -%%DOCSDIR%%/html/qgraphicsscene.html -%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent.html -%%DOCSDIR%%/html/qgraphicsscenedragdropevent.html -%%DOCSDIR%%/html/qgraphicssceneevent.html -%%DOCSDIR%%/html/qgraphicsscenehelpevent.html -%%DOCSDIR%%/html/qgraphicsscenehoverevent.html -%%DOCSDIR%%/html/qgraphicsscenemouseevent.html -%%DOCSDIR%%/html/qgraphicsscenemoveevent.html -%%DOCSDIR%%/html/qgraphicssceneresizeevent.html -%%DOCSDIR%%/html/qgraphicsscenewheelevent.html -%%DOCSDIR%%/html/qgraphicssimpletextitem.html -%%DOCSDIR%%/html/qgraphicssvgitem.html -%%DOCSDIR%%/html/qgraphicstextitem.html -%%DOCSDIR%%/html/qgraphicstransform.html -%%DOCSDIR%%/html/qgraphicsview-cachemode.html -%%DOCSDIR%%/html/qgraphicsview-optimizationflags.html -%%DOCSDIR%%/html/qgraphicsview.html -%%DOCSDIR%%/html/qgraphicswebview.html -%%DOCSDIR%%/html/qgraphicswidget.html -%%DOCSDIR%%/html/qgridlayout.html -%%DOCSDIR%%/html/qgroupbox.html -%%DOCSDIR%%/html/qhboxlayout.html -%%DOCSDIR%%/html/qheaderview.html -%%DOCSDIR%%/html/qhelpcontentitem.html -%%DOCSDIR%%/html/qhelpcontentmodel.html -%%DOCSDIR%%/html/qhelpcontentwidget.html -%%DOCSDIR%%/html/qhelpengine.html -%%DOCSDIR%%/html/qhelpenginecore.html -%%DOCSDIR%%/html/qhelpevent.html -%%DOCSDIR%%/html/qhelpindexmodel.html -%%DOCSDIR%%/html/qhelpindexwidget.html -%%DOCSDIR%%/html/qhelpsearchengine.html -%%DOCSDIR%%/html/qhelpsearchquery.html -%%DOCSDIR%%/html/qhelpsearchquerywidget.html -%%DOCSDIR%%/html/qhelpsearchresultwidget.html -%%DOCSDIR%%/html/qhideevent.html -%%DOCSDIR%%/html/qhistorystate.html -%%DOCSDIR%%/html/qhostaddress.html -%%DOCSDIR%%/html/qhostinfo.html -%%DOCSDIR%%/html/qhoverevent.html -%%DOCSDIR%%/html/qhttp.html -%%DOCSDIR%%/html/qhttpheader.html -%%DOCSDIR%%/html/qhttpmultipart.html -%%DOCSDIR%%/html/qhttppart.html -%%DOCSDIR%%/html/qhttprequestheader.html -%%DOCSDIR%%/html/qhttpresponseheader.html -%%DOCSDIR%%/html/qicon.html -%%DOCSDIR%%/html/qicondragevent.html -%%DOCSDIR%%/html/qiconengine.html -%%DOCSDIR%%/html/qiconenginev2-availablesizesargument.html -%%DOCSDIR%%/html/qiconenginev2.html -%%DOCSDIR%%/html/qidentityproxymodel.html -%%DOCSDIR%%/html/qimage.html -%%DOCSDIR%%/html/qimageiohandler.html -%%DOCSDIR%%/html/qimagereader.html -%%DOCSDIR%%/html/qimagewriter.html -%%DOCSDIR%%/html/qinputcontext.html -%%DOCSDIR%%/html/qinputcontextfactory.html -%%DOCSDIR%%/html/qinputdialog-inputdialogoptions.html -%%DOCSDIR%%/html/qinputdialog.html -%%DOCSDIR%%/html/qinputevent.html -%%DOCSDIR%%/html/qinputmethodevent-attribute.html -%%DOCSDIR%%/html/qinputmethodevent.html -%%DOCSDIR%%/html/qintvalidator.html -%%DOCSDIR%%/html/qiodevice-openmode.html -%%DOCSDIR%%/html/qiodevice.html -%%DOCSDIR%%/html/qitemdelegate.html -%%DOCSDIR%%/html/qitemeditorcreatorbase.html -%%DOCSDIR%%/html/qitemeditorfactory.html -%%DOCSDIR%%/html/qitemselection.html -%%DOCSDIR%%/html/qitemselectionmodel-selectionflags.html -%%DOCSDIR%%/html/qitemselectionmodel.html -%%DOCSDIR%%/html/qitemselectionrange.html -%%DOCSDIR%%/html/qkeyevent.html -%%DOCSDIR%%/html/qkeyeventtransition.html -%%DOCSDIR%%/html/qkeysequence.html -%%DOCSDIR%%/html/qlabel.html -%%DOCSDIR%%/html/qlatin1char.html -%%DOCSDIR%%/html/qlatin1string.html -%%DOCSDIR%%/html/qlayout.html -%%DOCSDIR%%/html/qlayoutitem.html -%%DOCSDIR%%/html/qlcdnumber.html -%%DOCSDIR%%/html/qlibrary-loadhints.html -%%DOCSDIR%%/html/qlibrary.html -%%DOCSDIR%%/html/qlibraryinfo.html -%%DOCSDIR%%/html/qline.html -%%DOCSDIR%%/html/qlineargradient.html -%%DOCSDIR%%/html/qlineedit.html -%%DOCSDIR%%/html/qlinef.html -%%DOCSDIR%%/html/qlistview.html -%%DOCSDIR%%/html/qlistwidget.html -%%DOCSDIR%%/html/qlistwidgetitem.html -%%DOCSDIR%%/html/qlocale-numberoptions.html -%%DOCSDIR%%/html/qlocale.html -%%DOCSDIR%%/html/qlocalserver.html -%%DOCSDIR%%/html/qlocalsocket.html -%%DOCSDIR%%/html/qmainwindow-dockoptions.html -%%DOCSDIR%%/html/qmainwindow.html -%%DOCSDIR%%/html/qmargins.html -%%DOCSDIR%%/html/qmatrix.html -%%DOCSDIR%%/html/qmatrix2x2.html -%%DOCSDIR%%/html/qmatrix2x3.html -%%DOCSDIR%%/html/qmatrix2x4.html -%%DOCSDIR%%/html/qmatrix3x2.html -%%DOCSDIR%%/html/qmatrix3x3.html -%%DOCSDIR%%/html/qmatrix3x4.html -%%DOCSDIR%%/html/qmatrix4x2.html -%%DOCSDIR%%/html/qmatrix4x3.html -%%DOCSDIR%%/html/qmatrix4x4.html -%%DOCSDIR%%/html/qmdiarea-areaoptions.html -%%DOCSDIR%%/html/qmdiarea.html -%%DOCSDIR%%/html/qmdisubwindow-subwindowoptions.html -%%DOCSDIR%%/html/qmdisubwindow.html -%%DOCSDIR%%/html/qmenu.html -%%DOCSDIR%%/html/qmenubar.html -%%DOCSDIR%%/html/qmessagebox-standardbuttons.html -%%DOCSDIR%%/html/qmessagebox.html -%%DOCSDIR%%/html/qmetaclassinfo.html -%%DOCSDIR%%/html/qmetaenum.html -%%DOCSDIR%%/html/qmetamethod.html -%%DOCSDIR%%/html/qmetaobject.html -%%DOCSDIR%%/html/qmetaproperty.html -%%DOCSDIR%%/html/qmetatype.html -%%DOCSDIR%%/html/qmimedata.html -%%DOCSDIR%%/html/qmimesource.html %%DOCSDIR%%/html/qml.html -%%DOCSDIR%%/html/qmodelindex.html -%%DOCSDIR%%/html/qmouseevent.html -%%DOCSDIR%%/html/qmouseeventtransition.html -%%DOCSDIR%%/html/qmoveevent.html -%%DOCSDIR%%/html/qmovie.html -%%DOCSDIR%%/html/qmutex.html -%%DOCSDIR%%/html/qmutexlocker.html -%%DOCSDIR%%/html/qnetworkaccessmanager.html -%%DOCSDIR%%/html/qnetworkaddressentry.html -%%DOCSDIR%%/html/qnetworkcachemetadata.html -%%DOCSDIR%%/html/qnetworkconfiguration-stateflags.html -%%DOCSDIR%%/html/qnetworkconfiguration.html -%%DOCSDIR%%/html/qnetworkconfigurationmanager-capabilities.html -%%DOCSDIR%%/html/qnetworkconfigurationmanager.html -%%DOCSDIR%%/html/qnetworkcookie.html -%%DOCSDIR%%/html/qnetworkcookiejar.html -%%DOCSDIR%%/html/qnetworkdiskcache.html -%%DOCSDIR%%/html/qnetworkinterface-interfaceflags.html -%%DOCSDIR%%/html/qnetworkinterface.html -%%DOCSDIR%%/html/qnetworkproxy-capabilities.html -%%DOCSDIR%%/html/qnetworkproxy.html -%%DOCSDIR%%/html/qnetworkproxyfactory.html -%%DOCSDIR%%/html/qnetworkproxyquery.html -%%DOCSDIR%%/html/qnetworkreply.html -%%DOCSDIR%%/html/qnetworkrequest.html -%%DOCSDIR%%/html/qnetworksession.html -%%DOCSDIR%%/html/qobject.html -%%DOCSDIR%%/html/qobjectcleanuphandler.html -%%DOCSDIR%%/html/qpagesetupdialog-pagesetupdialogoptions.html -%%DOCSDIR%%/html/qpagesetupdialog.html -%%DOCSDIR%%/html/qpaintdevice.html -%%DOCSDIR%%/html/qpaintengine-dirtyflags.html -%%DOCSDIR%%/html/qpaintengine-paintenginefeatures.html -%%DOCSDIR%%/html/qpaintengine.html -%%DOCSDIR%%/html/qpaintenginestate.html -%%DOCSDIR%%/html/qpainter-pixmapfragment.html -%%DOCSDIR%%/html/qpainter-pixmapfragmenthints.html -%%DOCSDIR%%/html/qpainter-renderhints.html -%%DOCSDIR%%/html/qpainter.html -%%DOCSDIR%%/html/qpainterpath-element.html -%%DOCSDIR%%/html/qpainterpath.html -%%DOCSDIR%%/html/qpainterpathstroker.html -%%DOCSDIR%%/html/qpaintevent.html -%%DOCSDIR%%/html/qpalette.html -%%DOCSDIR%%/html/qpangesture.html -%%DOCSDIR%%/html/qparallelanimationgroup.html -%%DOCSDIR%%/html/qpauseanimation.html -%%DOCSDIR%%/html/qpen.html -%%DOCSDIR%%/html/qpersistentmodelindex.html -%%DOCSDIR%%/html/qpicture.html -%%DOCSDIR%%/html/qpictureio.html -%%DOCSDIR%%/html/qpinchgesture-changeflags.html -%%DOCSDIR%%/html/qpinchgesture.html -%%DOCSDIR%%/html/qpixmap.html -%%DOCSDIR%%/html/qpixmapcache-key.html -%%DOCSDIR%%/html/qpixmapcache.html -%%DOCSDIR%%/html/qplaintextdocumentlayout.html -%%DOCSDIR%%/html/qplaintextedit.html -%%DOCSDIR%%/html/qpluginloader.html -%%DOCSDIR%%/html/qpoint.html -%%DOCSDIR%%/html/qpointf.html -%%DOCSDIR%%/html/qpolygon.html -%%DOCSDIR%%/html/qpolygonf.html -%%DOCSDIR%%/html/qprintdialog.html -%%DOCSDIR%%/html/qprintengine.html -%%DOCSDIR%%/html/qprinter.html -%%DOCSDIR%%/html/qprinterinfo.html -%%DOCSDIR%%/html/qprintpreviewdialog.html -%%DOCSDIR%%/html/qprintpreviewwidget.html -%%DOCSDIR%%/html/qprocess.html -%%DOCSDIR%%/html/qprocessenvironment.html -%%DOCSDIR%%/html/qprogressbar.html -%%DOCSDIR%%/html/qprogressdialog.html -%%DOCSDIR%%/html/qpropertyanimation.html -%%DOCSDIR%%/html/qproxymodel.html -%%DOCSDIR%%/html/qpushbutton.html -%%DOCSDIR%%/html/qpydeclarativepropertyvaluesource.html -%%DOCSDIR%%/html/qpydesignercontainerextension.html -%%DOCSDIR%%/html/qpydesignercustomwidgetcollectionplugin.html -%%DOCSDIR%%/html/qpydesignercustomwidgetplugin.html -%%DOCSDIR%%/html/qpydesignermembersheetextension.html -%%DOCSDIR%%/html/qpydesignerpropertysheetextension.html -%%DOCSDIR%%/html/qpydesignertaskmenuextension.html -%%DOCSDIR%%/html/qpynullvariant.html -%%DOCSDIR%%/html/qpytextobject.html -%%DOCSDIR%%/html/qquaternion.html -%%DOCSDIR%%/html/qradialgradient.html -%%DOCSDIR%%/html/qradiobutton.html -%%DOCSDIR%%/html/qrawfont.html -%%DOCSDIR%%/html/qreadlocker.html -%%DOCSDIR%%/html/qreadwritelock.html -%%DOCSDIR%%/html/qrect.html -%%DOCSDIR%%/html/qrectf.html -%%DOCSDIR%%/html/qregexp.html -%%DOCSDIR%%/html/qregexpvalidator.html -%%DOCSDIR%%/html/qregion.html -%%DOCSDIR%%/html/qresizeevent.html -%%DOCSDIR%%/html/qresource.html -%%DOCSDIR%%/html/qrubberband.html -%%DOCSDIR%%/html/qrunnable.html -%%DOCSDIR%%/html/qscriptclass-queryflags.html -%%DOCSDIR%%/html/qscriptclass.html -%%DOCSDIR%%/html/qscriptclasspropertyiterator.html -%%DOCSDIR%%/html/qscriptcontext.html -%%DOCSDIR%%/html/qscriptcontextinfo.html -%%DOCSDIR%%/html/qscriptengine-qobjectwrapoptions.html -%%DOCSDIR%%/html/qscriptengine.html -%%DOCSDIR%%/html/qscriptengineagent.html -%%DOCSDIR%%/html/qscriptenginedebugger.html -%%DOCSDIR%%/html/qscriptstring.html -%%DOCSDIR%%/html/qscriptsyntaxcheckresult.html -%%DOCSDIR%%/html/qscriptvalue-propertyflags.html -%%DOCSDIR%%/html/qscriptvalue-resolveflags.html -%%DOCSDIR%%/html/qscriptvalue.html -%%DOCSDIR%%/html/qscriptvalueiterator.html -%%DOCSDIR%%/html/qscrollarea.html -%%DOCSDIR%%/html/qscrollbar.html -%%DOCSDIR%%/html/qsemaphore.html -%%DOCSDIR%%/html/qsequentialanimationgroup.html -%%DOCSDIR%%/html/qsessionmanager.html -%%DOCSDIR%%/html/qsettings.html -%%DOCSDIR%%/html/qsharedmemory.html -%%DOCSDIR%%/html/qshortcut.html -%%DOCSDIR%%/html/qshortcutevent.html -%%DOCSDIR%%/html/qshowevent.html -%%DOCSDIR%%/html/qsignalmapper.html -%%DOCSDIR%%/html/qsignaltransition.html -%%DOCSDIR%%/html/qsimplexmlnodemodel.html -%%DOCSDIR%%/html/qsize.html -%%DOCSDIR%%/html/qsizef.html -%%DOCSDIR%%/html/qsizegrip.html -%%DOCSDIR%%/html/qsizepolicy-controltypes.html -%%DOCSDIR%%/html/qsizepolicy.html -%%DOCSDIR%%/html/qslider.html -%%DOCSDIR%%/html/qsocketnotifier.html -%%DOCSDIR%%/html/qsortfilterproxymodel.html -%%DOCSDIR%%/html/qsound.html -%%DOCSDIR%%/html/qsourcelocation.html -%%DOCSDIR%%/html/qspaceritem.html -%%DOCSDIR%%/html/qspinbox.html -%%DOCSDIR%%/html/qsplashscreen.html -%%DOCSDIR%%/html/qsplitter.html -%%DOCSDIR%%/html/qsplitterhandle.html -%%DOCSDIR%%/html/qsql-paramtype.html -%%DOCSDIR%%/html/qsql.html -%%DOCSDIR%%/html/qsqldatabase.html -%%DOCSDIR%%/html/qsqldriver.html -%%DOCSDIR%%/html/qsqldrivercreatorbase.html -%%DOCSDIR%%/html/qsqlerror.html -%%DOCSDIR%%/html/qsqlfield.html -%%DOCSDIR%%/html/qsqlindex.html -%%DOCSDIR%%/html/qsqlquery.html -%%DOCSDIR%%/html/qsqlquerymodel.html -%%DOCSDIR%%/html/qsqlrecord.html -%%DOCSDIR%%/html/qsqlrelation.html -%%DOCSDIR%%/html/qsqlrelationaldelegate.html -%%DOCSDIR%%/html/qsqlrelationaltablemodel.html -%%DOCSDIR%%/html/qsqlresult.html -%%DOCSDIR%%/html/qsqltablemodel.html -%%DOCSDIR%%/html/qssl-ssloptions.html -%%DOCSDIR%%/html/qssl.html -%%DOCSDIR%%/html/qsslcertificate.html -%%DOCSDIR%%/html/qsslcipher.html -%%DOCSDIR%%/html/qsslconfiguration.html -%%DOCSDIR%%/html/qsslerror.html -%%DOCSDIR%%/html/qsslkey.html -%%DOCSDIR%%/html/qsslsocket.html -%%DOCSDIR%%/html/qstackedlayout.html -%%DOCSDIR%%/html/qstackedwidget.html -%%DOCSDIR%%/html/qstandarditem.html -%%DOCSDIR%%/html/qstandarditemmodel.html -%%DOCSDIR%%/html/qstate.html -%%DOCSDIR%%/html/qstatemachine-signalevent.html -%%DOCSDIR%%/html/qstatemachine-wrappedevent.html -%%DOCSDIR%%/html/qstatemachine.html -%%DOCSDIR%%/html/qstatictext.html -%%DOCSDIR%%/html/qstatusbar.html -%%DOCSDIR%%/html/qstatustipevent.html -%%DOCSDIR%%/html/qstring-sectionflags.html -%%DOCSDIR%%/html/qstring.html -%%DOCSDIR%%/html/qstringlist.html -%%DOCSDIR%%/html/qstringlistmodel.html -%%DOCSDIR%%/html/qstringmatcher.html -%%DOCSDIR%%/html/qstringref.html -%%DOCSDIR%%/html/qstyle-state.html -%%DOCSDIR%%/html/qstyle-subcontrols.html -%%DOCSDIR%%/html/qstyle.html -%%DOCSDIR%%/html/qstyleditemdelegate.html -%%DOCSDIR%%/html/qstylefactory.html -%%DOCSDIR%%/html/qstylehintreturn.html -%%DOCSDIR%%/html/qstylehintreturnmask.html -%%DOCSDIR%%/html/qstylehintreturnvariant.html -%%DOCSDIR%%/html/qstyleoption.html -%%DOCSDIR%%/html/qstyleoptionbutton-buttonfeatures.html -%%DOCSDIR%%/html/qstyleoptionbutton.html -%%DOCSDIR%%/html/qstyleoptioncombobox.html -%%DOCSDIR%%/html/qstyleoptioncomplex.html -%%DOCSDIR%%/html/qstyleoptiondockwidget.html -%%DOCSDIR%%/html/qstyleoptiondockwidgetv2.html -%%DOCSDIR%%/html/qstyleoptionfocusrect.html -%%DOCSDIR%%/html/qstyleoptionframe.html -%%DOCSDIR%%/html/qstyleoptionframev2-framefeatures.html -%%DOCSDIR%%/html/qstyleoptionframev2.html -%%DOCSDIR%%/html/qstyleoptionframev3.html -%%DOCSDIR%%/html/qstyleoptiongraphicsitem.html -%%DOCSDIR%%/html/qstyleoptiongroupbox.html -%%DOCSDIR%%/html/qstyleoptionheader.html -%%DOCSDIR%%/html/qstyleoptionmenuitem.html -%%DOCSDIR%%/html/qstyleoptionprogressbar.html -%%DOCSDIR%%/html/qstyleoptionprogressbarv2.html -%%DOCSDIR%%/html/qstyleoptionrubberband.html -%%DOCSDIR%%/html/qstyleoptionsizegrip.html -%%DOCSDIR%%/html/qstyleoptionslider.html -%%DOCSDIR%%/html/qstyleoptionspinbox.html -%%DOCSDIR%%/html/qstyleoptiontab-cornerwidgets.html -%%DOCSDIR%%/html/qstyleoptiontab.html -%%DOCSDIR%%/html/qstyleoptiontabbarbase.html -%%DOCSDIR%%/html/qstyleoptiontabbarbasev2.html -%%DOCSDIR%%/html/qstyleoptiontabv2.html -%%DOCSDIR%%/html/qstyleoptiontabv3.html -%%DOCSDIR%%/html/qstyleoptiontabwidgetframe.html -%%DOCSDIR%%/html/qstyleoptiontabwidgetframev2.html -%%DOCSDIR%%/html/qstyleoptiontitlebar.html -%%DOCSDIR%%/html/qstyleoptiontoolbar-toolbarfeatures.html -%%DOCSDIR%%/html/qstyleoptiontoolbar.html -%%DOCSDIR%%/html/qstyleoptiontoolbox.html -%%DOCSDIR%%/html/qstyleoptiontoolboxv2.html -%%DOCSDIR%%/html/qstyleoptiontoolbutton-toolbuttonfeatures.html -%%DOCSDIR%%/html/qstyleoptiontoolbutton.html -%%DOCSDIR%%/html/qstyleoptionviewitem.html -%%DOCSDIR%%/html/qstyleoptionviewitemv2-viewitemfeatures.html -%%DOCSDIR%%/html/qstyleoptionviewitemv2.html -%%DOCSDIR%%/html/qstyleoptionviewitemv3.html -%%DOCSDIR%%/html/qstyleoptionviewitemv4.html -%%DOCSDIR%%/html/qstylepainter.html -%%DOCSDIR%%/html/qsvggenerator.html -%%DOCSDIR%%/html/qsvgrenderer.html -%%DOCSDIR%%/html/qsvgwidget.html -%%DOCSDIR%%/html/qswipegesture.html -%%DOCSDIR%%/html/qsyntaxhighlighter.html -%%DOCSDIR%%/html/qsysinfo.html -%%DOCSDIR%%/html/qsystemlocale.html -%%DOCSDIR%%/html/qsystemsemaphore.html -%%DOCSDIR%%/html/qsystemtrayicon.html -%%DOCSDIR%%/html/qt-alignment.html -%%DOCSDIR%%/html/qt-dockwidgetareas.html -%%DOCSDIR%%/html/qt-dropactions.html -%%DOCSDIR%%/html/qt-gestureflags.html -%%DOCSDIR%%/html/qt-imageconversionflags.html -%%DOCSDIR%%/html/qt-inputmethodhints.html -%%DOCSDIR%%/html/qt-itemflags.html -%%DOCSDIR%%/html/qt-keyboardmodifiers.html -%%DOCSDIR%%/html/qt-matchflags.html -%%DOCSDIR%%/html/qt-mousebuttons.html -%%DOCSDIR%%/html/qt-orientations.html -%%DOCSDIR%%/html/qt-textinteractionflags.html -%%DOCSDIR%%/html/qt-toolbarareas.html -%%DOCSDIR%%/html/qt-touchpointstates.html -%%DOCSDIR%%/html/qt-windowflags.html -%%DOCSDIR%%/html/qt-windowstates.html -%%DOCSDIR%%/html/qt.html +%%DOCSDIR%%/html/qt_interfaces.html %%DOCSDIR%%/html/qt_properties.html -%%DOCSDIR%%/html/qt_v5.html -%%DOCSDIR%%/html/qtabbar.html -%%DOCSDIR%%/html/qtabletevent.html -%%DOCSDIR%%/html/qtableview.html -%%DOCSDIR%%/html/qtablewidget.html -%%DOCSDIR%%/html/qtablewidgetitem.html -%%DOCSDIR%%/html/qtablewidgetselectionrange.html -%%DOCSDIR%%/html/qtabwidget.html -%%DOCSDIR%%/html/qtapandholdgesture.html -%%DOCSDIR%%/html/qtapgesture.html -%%DOCSDIR%%/html/qtassistant.html -%%DOCSDIR%%/html/qtcore.html -%%DOCSDIR%%/html/qtcpserver.html -%%DOCSDIR%%/html/qtcpsocket.html -%%DOCSDIR%%/html/qtdbus.html -%%DOCSDIR%%/html/qtdeclarative.html -%%DOCSDIR%%/html/qtdesigner.html -%%DOCSDIR%%/html/qtemporaryfile.html -%%DOCSDIR%%/html/qtest.html -%%DOCSDIR%%/html/qtextblock-iterator.html -%%DOCSDIR%%/html/qtextblock.html -%%DOCSDIR%%/html/qtextblockformat.html -%%DOCSDIR%%/html/qtextblockgroup.html -%%DOCSDIR%%/html/qtextblockuserdata.html -%%DOCSDIR%%/html/qtextboundaryfinder-boundaryreasons.html -%%DOCSDIR%%/html/qtextboundaryfinder.html -%%DOCSDIR%%/html/qtextbrowser.html -%%DOCSDIR%%/html/qtextcharformat.html -%%DOCSDIR%%/html/qtextcodec-conversionflags.html -%%DOCSDIR%%/html/qtextcodec-converterstate.html -%%DOCSDIR%%/html/qtextcodec.html -%%DOCSDIR%%/html/qtextcursor.html -%%DOCSDIR%%/html/qtextdecoder.html -%%DOCSDIR%%/html/qtextdocument-findflags.html -%%DOCSDIR%%/html/qtextdocument.html -%%DOCSDIR%%/html/qtextdocumentfragment.html -%%DOCSDIR%%/html/qtextdocumentwriter.html -%%DOCSDIR%%/html/qtextedit-autoformatting.html -%%DOCSDIR%%/html/qtextedit-extraselection.html -%%DOCSDIR%%/html/qtextedit.html -%%DOCSDIR%%/html/qtextencoder.html -%%DOCSDIR%%/html/qtextformat-pagebreakflags.html -%%DOCSDIR%%/html/qtextformat.html -%%DOCSDIR%%/html/qtextfragment.html -%%DOCSDIR%%/html/qtextframe-iterator.html -%%DOCSDIR%%/html/qtextframe.html -%%DOCSDIR%%/html/qtextframeformat.html -%%DOCSDIR%%/html/qtextimageformat.html -%%DOCSDIR%%/html/qtextinlineobject.html -%%DOCSDIR%%/html/qtextitem-renderflags.html -%%DOCSDIR%%/html/qtextitem.html -%%DOCSDIR%%/html/qtextlayout-formatrange.html -%%DOCSDIR%%/html/qtextlayout.html -%%DOCSDIR%%/html/qtextlength.html -%%DOCSDIR%%/html/qtextline.html -%%DOCSDIR%%/html/qtextlist.html -%%DOCSDIR%%/html/qtextlistformat.html -%%DOCSDIR%%/html/qtextobject.html -%%DOCSDIR%%/html/qtextobjectinterface.html -%%DOCSDIR%%/html/qtextoption-flags.html -%%DOCSDIR%%/html/qtextoption-tab.html -%%DOCSDIR%%/html/qtextoption.html -%%DOCSDIR%%/html/qtextstream-numberflags.html -%%DOCSDIR%%/html/qtextstream.html -%%DOCSDIR%%/html/qtexttable.html -%%DOCSDIR%%/html/qtexttablecell.html -%%DOCSDIR%%/html/qtexttablecellformat.html -%%DOCSDIR%%/html/qtexttableformat.html -%%DOCSDIR%%/html/qtgui.html -%%DOCSDIR%%/html/qthelp.html -%%DOCSDIR%%/html/qthread.html -%%DOCSDIR%%/html/qthreadpool.html -%%DOCSDIR%%/html/qtime.html -%%DOCSDIR%%/html/qtimeedit.html -%%DOCSDIR%%/html/qtimeline.html -%%DOCSDIR%%/html/qtimer.html -%%DOCSDIR%%/html/qtimerevent.html -%%DOCSDIR%%/html/qtmultimedia.html -%%DOCSDIR%%/html/qtnetwork.html -%%DOCSDIR%%/html/qtoolbar.html -%%DOCSDIR%%/html/qtoolbox.html -%%DOCSDIR%%/html/qtoolbutton.html -%%DOCSDIR%%/html/qtooltip.html -%%DOCSDIR%%/html/qtopengl.html -%%DOCSDIR%%/html/qtouchevent-touchpoint.html -%%DOCSDIR%%/html/qtouchevent.html -%%DOCSDIR%%/html/qtransform.html -%%DOCSDIR%%/html/qtranslator.html -%%DOCSDIR%%/html/qtreeview.html -%%DOCSDIR%%/html/qtreewidget.html -%%DOCSDIR%%/html/qtreewidgetitem.html -%%DOCSDIR%%/html/qtreewidgetitemiterator-iteratorflags.html -%%DOCSDIR%%/html/qtreewidgetitemiterator.html -%%DOCSDIR%%/html/qtscript.html -%%DOCSDIR%%/html/qtscripttools.html -%%DOCSDIR%%/html/qtsql.html -%%DOCSDIR%%/html/qtsvg.html -%%DOCSDIR%%/html/qttest.html -%%DOCSDIR%%/html/qtwebkit.html -%%DOCSDIR%%/html/qtxml.html -%%DOCSDIR%%/html/qtxmlpatterns.html -%%DOCSDIR%%/html/qudpsocket-bindmode.html -%%DOCSDIR%%/html/qudpsocket.html -%%DOCSDIR%%/html/qundocommand.html -%%DOCSDIR%%/html/qundogroup.html -%%DOCSDIR%%/html/qundostack.html -%%DOCSDIR%%/html/qundoview.html -%%DOCSDIR%%/html/qurl-formattingoptions.html -%%DOCSDIR%%/html/qurl.html -%%DOCSDIR%%/html/qurlinfo.html -%%DOCSDIR%%/html/quuid.html -%%DOCSDIR%%/html/qvalidator.html -%%DOCSDIR%%/html/qvariant.html -%%DOCSDIR%%/html/qvariantanimation.html -%%DOCSDIR%%/html/qvboxlayout.html -%%DOCSDIR%%/html/qvector2d.html -%%DOCSDIR%%/html/qvector3d.html -%%DOCSDIR%%/html/qvector4d.html -%%DOCSDIR%%/html/qvideoframe.html -%%DOCSDIR%%/html/qvideosurfaceformat.html -%%DOCSDIR%%/html/qwaitcondition.html -%%DOCSDIR%%/html/qwebdatabase.html -%%DOCSDIR%%/html/qwebelement.html -%%DOCSDIR%%/html/qwebelementcollection.html -%%DOCSDIR%%/html/qwebframe.html -%%DOCSDIR%%/html/qwebhistory.html -%%DOCSDIR%%/html/qwebhistoryinterface.html -%%DOCSDIR%%/html/qwebhistoryitem.html -%%DOCSDIR%%/html/qwebhittestresult.html -%%DOCSDIR%%/html/qwebinspector.html -%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionoption.html -%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionreturn.html -%%DOCSDIR%%/html/qwebpage-errorpageextensionoption.html -%%DOCSDIR%%/html/qwebpage-errorpageextensionreturn.html -%%DOCSDIR%%/html/qwebpage-extensionoption.html -%%DOCSDIR%%/html/qwebpage-extensionreturn.html -%%DOCSDIR%%/html/qwebpage-findflags.html -%%DOCSDIR%%/html/qwebpage-viewportattributes.html -%%DOCSDIR%%/html/qwebpage.html -%%DOCSDIR%%/html/qwebpluginfactory-extensionoption.html -%%DOCSDIR%%/html/qwebpluginfactory-extensionreturn.html -%%DOCSDIR%%/html/qwebpluginfactory-mimetype.html -%%DOCSDIR%%/html/qwebpluginfactory-plugin.html -%%DOCSDIR%%/html/qwebpluginfactory.html -%%DOCSDIR%%/html/qwebsecurityorigin.html -%%DOCSDIR%%/html/qwebsettings.html -%%DOCSDIR%%/html/qwebview.html -%%DOCSDIR%%/html/qwhatsthis.html -%%DOCSDIR%%/html/qwhatsthisclickedevent.html -%%DOCSDIR%%/html/qwheelevent.html -%%DOCSDIR%%/html/qwidget-renderflags.html -%%DOCSDIR%%/html/qwidget.html -%%DOCSDIR%%/html/qwidgetaction.html -%%DOCSDIR%%/html/qwidgetitem.html -%%DOCSDIR%%/html/qwindowstatechangeevent.html -%%DOCSDIR%%/html/qwizard-wizardoptions.html -%%DOCSDIR%%/html/qwizard.html -%%DOCSDIR%%/html/qwizardpage.html -%%DOCSDIR%%/html/qworkspace.html -%%DOCSDIR%%/html/qwritelocker.html -%%DOCSDIR%%/html/qx11embedcontainer.html -%%DOCSDIR%%/html/qx11embedwidget.html -%%DOCSDIR%%/html/qx11info.html -%%DOCSDIR%%/html/qxmlattributes.html -%%DOCSDIR%%/html/qxmlcontenthandler.html -%%DOCSDIR%%/html/qxmldeclhandler.html -%%DOCSDIR%%/html/qxmldefaulthandler.html -%%DOCSDIR%%/html/qxmldtdhandler.html -%%DOCSDIR%%/html/qxmlentityresolver.html -%%DOCSDIR%%/html/qxmlerrorhandler.html -%%DOCSDIR%%/html/qxmlformatter.html -%%DOCSDIR%%/html/qxmlinputsource.html -%%DOCSDIR%%/html/qxmlitem.html -%%DOCSDIR%%/html/qxmllexicalhandler.html -%%DOCSDIR%%/html/qxmllocator.html -%%DOCSDIR%%/html/qxmlname.html -%%DOCSDIR%%/html/qxmlnamepool.html -%%DOCSDIR%%/html/qxmlnamespacesupport.html -%%DOCSDIR%%/html/qxmlnodemodelindex.html -%%DOCSDIR%%/html/qxmlparseexception.html -%%DOCSDIR%%/html/qxmlquery.html -%%DOCSDIR%%/html/qxmlreader.html -%%DOCSDIR%%/html/qxmlresultitems.html -%%DOCSDIR%%/html/qxmlschema.html -%%DOCSDIR%%/html/qxmlschemavalidator.html -%%DOCSDIR%%/html/qxmlserializer.html -%%DOCSDIR%%/html/qxmlsimplereader.html -%%DOCSDIR%%/html/qxmlstreamattribute.html -%%DOCSDIR%%/html/qxmlstreamattributes.html -%%DOCSDIR%%/html/qxmlstreamentitydeclaration.html -%%DOCSDIR%%/html/qxmlstreamentityresolver.html -%%DOCSDIR%%/html/qxmlstreamnamespacedeclaration.html -%%DOCSDIR%%/html/qxmlstreamnotationdeclaration.html -%%DOCSDIR%%/html/qxmlstreamreader.html -%%DOCSDIR%%/html/qxmlstreamwriter.html %%DOCSDIR%%/html/resources.html %%DOCSDIR%%/html/search.html %%DOCSDIR%%/html/searchindex.js -%%DOCSDIR%%/html/threads.html -%%DOCSDIR%%/html/webkit.html +%%DOCSDIR%%/html/signals_slots.html Index: multimedia/Makefile =================================================================== --- multimedia/Makefile +++ multimedia/Makefile @@ -311,6 +311,7 @@ SUBDIR += py-periscope SUBDIR += py-qt4-multimedia SUBDIR += py-qt4-phonon + SUBDIR += py-qt5-multimedia SUBDIR += py-soco SUBDIR += py-subliminal SUBDIR += py-tvnamer Index: multimedia/py-qt5-multimedia/Makefile =================================================================== --- multimedia/py-qt5-multimedia/Makefile +++ multimedia/py-qt5-multimedia/Makefile @@ -5,17 +5,18 @@ CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, Multimedia module +COMMENT= Python bindings for the Qt5 toolkit, Multimedia module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui -CONFIGURE_ARGS= --enable QtMultimedia -PYQT4_DIST= yes -USE_QT4= moc_build multimedia qmake_build +CONFIGURE_ARGS= --enable QtMultimedia --enable QtMultimediaWidgets +USES= qmake +PYQT5_DIST= yes +USE_QT5= multimedia OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtMultimedia API for QScintilla2 @@ -24,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: multimedia/py-qt5-multimedia/pkg-descr =================================================================== --- multimedia/py-qt5-multimedia/pkg-descr +++ multimedia/py-qt5-multimedia/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtMultimedia module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: multimedia/py-qt5-multimedia/pkg-plist =================================================================== --- multimedia/py-qt5-multimedia/pkg-plist +++ multimedia/py-qt5-multimedia/pkg-plist @@ -1,12 +1,46 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtMultimedia.so -share/py-sip/QtMultimedia/QtMultimediamod.sip -share/py-sip/QtMultimedia/qabstractvideobuffer.sip -share/py-sip/QtMultimedia/qabstractvideosurface.sip -share/py-sip/QtMultimedia/qaudio.sip -share/py-sip/QtMultimedia/qaudiodeviceinfo.sip -share/py-sip/QtMultimedia/qaudioformat.sip -share/py-sip/QtMultimedia/qaudioinput.sip -share/py-sip/QtMultimedia/qaudiooutput.sip -share/py-sip/QtMultimedia/qvideoframe.sip -share/py-sip/QtMultimedia/qvideosurfaceformat.sip -%%API%%share/qt4/qsci/api/python/QtMultimedia.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimedia.so +%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimediaWidgets.so +share/py-sip/PyQt5/QtMultimedia/QtMultimediamod.sip +share/py-sip/PyQt5/QtMultimedia/qabstractvideobuffer.sip +share/py-sip/PyQt5/QtMultimedia/qabstractvideosurface.sip +share/py-sip/PyQt5/QtMultimedia/qaudio.sip +share/py-sip/PyQt5/QtMultimedia/qaudiobuffer.sip +share/py-sip/PyQt5/QtMultimedia/qaudiodecoder.sip +share/py-sip/PyQt5/QtMultimedia/qaudiodeviceinfo.sip +share/py-sip/PyQt5/QtMultimedia/qaudioformat.sip +share/py-sip/PyQt5/QtMultimedia/qaudioinput.sip +share/py-sip/PyQt5/QtMultimedia/qaudiooutput.sip +share/py-sip/PyQt5/QtMultimedia/qaudioprobe.sip +share/py-sip/PyQt5/QtMultimedia/qaudiorecorder.sip +share/py-sip/PyQt5/QtMultimedia/qcamera.sip +share/py-sip/PyQt5/QtMultimedia/qcameraexposure.sip +share/py-sip/PyQt5/QtMultimedia/qcamerafocus.sip +share/py-sip/PyQt5/QtMultimedia/qcameraimagecapture.sip +share/py-sip/PyQt5/QtMultimedia/qcameraimageprocessing.sip +share/py-sip/PyQt5/QtMultimedia/qcamerainfo.sip +share/py-sip/PyQt5/QtMultimedia/qmediabindableinterface.sip +share/py-sip/PyQt5/QtMultimedia/qmediacontent.sip +share/py-sip/PyQt5/QtMultimedia/qmediacontrol.sip +share/py-sip/PyQt5/QtMultimedia/qmediaencodersettings.sip +share/py-sip/PyQt5/QtMultimedia/qmediametadata.sip +share/py-sip/PyQt5/QtMultimedia/qmediaobject.sip +share/py-sip/PyQt5/QtMultimedia/qmediaplayer.sip +share/py-sip/PyQt5/QtMultimedia/qmediaplaylist.sip +share/py-sip/PyQt5/QtMultimedia/qmediarecorder.sip +share/py-sip/PyQt5/QtMultimedia/qmediaresource.sip +share/py-sip/PyQt5/QtMultimedia/qmediaservice.sip +share/py-sip/PyQt5/QtMultimedia/qmediatimerange.sip +share/py-sip/PyQt5/QtMultimedia/qmultimedia.sip +share/py-sip/PyQt5/QtMultimedia/qpymultimedia_qlist.sip +share/py-sip/PyQt5/QtMultimedia/qradiodata.sip +share/py-sip/PyQt5/QtMultimedia/qradiotuner.sip +share/py-sip/PyQt5/QtMultimedia/qsound.sip +share/py-sip/PyQt5/QtMultimedia/qsoundeffect.sip +share/py-sip/PyQt5/QtMultimedia/qvideoframe.sip +share/py-sip/PyQt5/QtMultimedia/qvideoprobe.sip +share/py-sip/PyQt5/QtMultimedia/qvideosurfaceformat.sip +share/py-sip/PyQt5/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip +share/py-sip/PyQt5/QtMultimediaWidgets/qcameraviewfinder.sip +share/py-sip/PyQt5/QtMultimediaWidgets/qgraphicsvideoitem.sip +share/py-sip/PyQt5/QtMultimediaWidgets/qvideowidget.sip +%%API%%share/qt5/qsci/api/python/QtMultimedia.api Index: net/Makefile =================================================================== --- net/Makefile +++ net/Makefile @@ -958,6 +958,7 @@ SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network + SUBDIR += py-qt5-network SUBDIR += py-radix SUBDIR += py-raet SUBDIR += py-s3cmd Index: net/py-qt5-network/Makefile =================================================================== --- net/py-qt5-network/Makefile +++ net/py-qt5-network/Makefile @@ -2,29 +2,28 @@ # $FreeBSD$ PORTNAME= network -PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= net devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtNetwork module +COMMENT= Python bindings for the Qt5 toolkit, QtNetwork module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core CONFIGURE_ARGS= --enable QtNetwork -PYQT4_DIST= yes -USE_QT4= moc_build network qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= network OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes -API_DESC= Install QtNetwork API for QScintilla2 +API_DESC= Install QtSql API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: net/py-qt5-network/pkg-descr =================================================================== --- net/py-qt5-network/pkg-descr +++ net/py-qt5-network/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtNetwork module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: net/py-qt5-network/pkg-plist =================================================================== --- net/py-qt5-network/pkg-plist +++ net/py-qt5-network/pkg-plist @@ -1,37 +1,36 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtNetwork.so -share/py-sip/QtNetwork/QtNetworkmod.sip -share/py-sip/QtNetwork/qabstractnetworkcache.sip -share/py-sip/QtNetwork/qabstractsocket.sip -share/py-sip/QtNetwork/qauthenticator.sip -share/py-sip/QtNetwork/qdnslookup.sip -share/py-sip/QtNetwork/qftp.sip -share/py-sip/QtNetwork/qhostaddress.sip -share/py-sip/QtNetwork/qhostinfo.sip -share/py-sip/QtNetwork/qhttp.sip -share/py-sip/QtNetwork/qhttpmultipart.sip -share/py-sip/QtNetwork/qlocalserver.sip -share/py-sip/QtNetwork/qlocalsocket.sip -share/py-sip/QtNetwork/qnetworkaccessmanager.sip -share/py-sip/QtNetwork/qnetworkconfigmanager.sip -share/py-sip/QtNetwork/qnetworkconfiguration.sip -share/py-sip/QtNetwork/qnetworkcookie.sip -share/py-sip/QtNetwork/qnetworkcookiejar.sip -share/py-sip/QtNetwork/qnetworkdiskcache.sip -share/py-sip/QtNetwork/qnetworkinterface.sip -share/py-sip/QtNetwork/qnetworkproxy.sip -share/py-sip/QtNetwork/qnetworkreply.sip -share/py-sip/QtNetwork/qnetworkrequest.sip -share/py-sip/QtNetwork/qnetworksession.sip -share/py-sip/QtNetwork/qssl.sip -share/py-sip/QtNetwork/qsslcertificate.sip -share/py-sip/QtNetwork/qsslcertificateextension.sip -share/py-sip/QtNetwork/qsslcipher.sip -share/py-sip/QtNetwork/qsslconfiguration.sip -share/py-sip/QtNetwork/qsslerror.sip -share/py-sip/QtNetwork/qsslkey.sip -share/py-sip/QtNetwork/qsslsocket.sip -share/py-sip/QtNetwork/qtcpserver.sip -share/py-sip/QtNetwork/qtcpsocket.sip -share/py-sip/QtNetwork/qudpsocket.sip -share/py-sip/QtNetwork/qurlinfo.sip -%%API%%share/qt4/qsci/api/python/QtNetwork.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtNetwork.so +share/py-sip/PyQt5/QtNetwork/QtNetworkmod.sip +share/py-sip/PyQt5/QtNetwork/qabstractnetworkcache.sip +share/py-sip/PyQt5/QtNetwork/qabstractsocket.sip +share/py-sip/PyQt5/QtNetwork/qauthenticator.sip +share/py-sip/PyQt5/QtNetwork/qdnslookup.sip +share/py-sip/PyQt5/QtNetwork/qhostaddress.sip +share/py-sip/PyQt5/QtNetwork/qhostinfo.sip +share/py-sip/PyQt5/QtNetwork/qhttpmultipart.sip +share/py-sip/PyQt5/QtNetwork/qlocalserver.sip +share/py-sip/PyQt5/QtNetwork/qlocalsocket.sip +share/py-sip/PyQt5/QtNetwork/qnetworkaccessmanager.sip +share/py-sip/PyQt5/QtNetwork/qnetworkconfigmanager.sip +share/py-sip/PyQt5/QtNetwork/qnetworkconfiguration.sip +share/py-sip/PyQt5/QtNetwork/qnetworkcookie.sip +share/py-sip/PyQt5/QtNetwork/qnetworkcookiejar.sip +share/py-sip/PyQt5/QtNetwork/qnetworkdiskcache.sip +share/py-sip/PyQt5/QtNetwork/qnetworkinterface.sip +share/py-sip/PyQt5/QtNetwork/qnetworkproxy.sip +share/py-sip/PyQt5/QtNetwork/qnetworkreply.sip +share/py-sip/PyQt5/QtNetwork/qnetworkrequest.sip +share/py-sip/PyQt5/QtNetwork/qnetworksession.sip +share/py-sip/PyQt5/QtNetwork/qpynetwork_qhash.sip +share/py-sip/PyQt5/QtNetwork/qpynetwork_qmap.sip +share/py-sip/PyQt5/QtNetwork/qssl.sip +share/py-sip/PyQt5/QtNetwork/qsslcertificate.sip +share/py-sip/PyQt5/QtNetwork/qsslcertificateextension.sip +share/py-sip/PyQt5/QtNetwork/qsslcipher.sip +share/py-sip/PyQt5/QtNetwork/qsslconfiguration.sip +share/py-sip/PyQt5/QtNetwork/qsslerror.sip +share/py-sip/PyQt5/QtNetwork/qsslkey.sip +share/py-sip/PyQt5/QtNetwork/qsslsocket.sip +share/py-sip/PyQt5/QtNetwork/qtcpserver.sip +share/py-sip/PyQt5/QtNetwork/qtcpsocket.sip +share/py-sip/PyQt5/QtNetwork/qudpsocket.sip +%%API%%share/qt5/qsci/api/python/QtNetwork.api Index: print/Makefile =================================================================== --- print/Makefile +++ print/Makefile @@ -195,6 +195,7 @@ SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pyscript + SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-reportlab1 Index: print/py-qt5-printsupport/Makefile =================================================================== --- print/py-qt5-printsupport/Makefile +++ print/py-qt5-printsupport/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= printsupport +CATEGORIES= print python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtPrintSupport module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core + +CONFIGURE_ARGS= --enable QtPrintSupport +USES= qmake +PYQT5_DIST= yes +USE_QT5= printsupport + +OPTIONS_DEFINE= API DEBUG +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtXmlPatterns API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +DEBUG_CONFIGURE_ON= --debug --trace + +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" +.include Index: print/py-qt5-printsupport/pkg-descr =================================================================== --- print/py-qt5-printsupport/pkg-descr +++ print/py-qt5-printsupport/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtPrintSupport module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: print/py-qt5-printsupport/pkg-plist =================================================================== --- print/py-qt5-printsupport/pkg-plist +++ print/py-qt5-printsupport/pkg-plist @@ -0,0 +1,12 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtPrintSupport.so +share/py-sip/PyQt5/QtPrintSupport/QtPrintSupportmod.sip +share/py-sip/PyQt5/QtPrintSupport/qabstractprintdialog.sip +share/py-sip/PyQt5/QtPrintSupport/qpagesetupdialog.sip +share/py-sip/PyQt5/QtPrintSupport/qprintdialog.sip +share/py-sip/PyQt5/QtPrintSupport/qprintengine.sip +share/py-sip/PyQt5/QtPrintSupport/qprinter.sip +share/py-sip/PyQt5/QtPrintSupport/qprinterinfo.sip +share/py-sip/PyQt5/QtPrintSupport/qprintpreviewdialog.sip +share/py-sip/PyQt5/QtPrintSupport/qprintpreviewwidget.sip +share/py-sip/PyQt5/QtPrintSupport/qpyprintsupport_qlist.sip +%%API%%share/qt5/qsci/api/python/QtPrintSupport.api Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1244,6 +1244,8 @@ SUBDIR += py-qrcode SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns + SUBDIR += py-qt5-xml + SUBDIR += py-qt5-xmlpatterns SUBDIR += py-rdflib SUBDIR += py-regex SUBDIR += py-reverend Index: textproc/py-qt5-xml/Makefile =================================================================== --- textproc/py-qt5-xml/Makefile +++ textproc/py-qt5-xml/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= xml -PORTEPOCH= 1 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtXml module +COMMENT= Python bindings for the Qt5 toolkit, QtXml module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core CONFIGURE_ARGS= --enable QtXml -PYQT4_DIST= yes -USE_QT4= xml qmake_build moc_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= buildtools xml OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtXml API for QScintilla2 @@ -25,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: textproc/py-qt5-xml/pkg-descr =================================================================== --- textproc/py-qt5-xml/pkg-descr +++ textproc/py-qt5-xml/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtXml module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: textproc/py-qt5-xml/pkg-plist =================================================================== --- textproc/py-qt5-xml/pkg-plist +++ textproc/py-qt5-xml/pkg-plist @@ -1,8 +1,7 @@ -bin/pylupdate4 -bin/pyrcc4 -%%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so -share/py-sip/QtXml/QtXmlmod.sip -share/py-sip/QtXml/qdom.sip -share/py-sip/QtXml/qxml.sip -share/py-sip/QtXml/qxmlstream.sip -%%API%%share/qt4/qsci/api/python/QtXml.api +bin/pylupdate5 +bin/pyrcc5 +%%PYTHON_SITELIBDIR%%/PyQt5/QtXml.so +share/py-sip/PyQt5/QtXml/QtXmlmod.sip +share/py-sip/PyQt5/QtXml/qdom.sip +share/py-sip/PyQt5/QtXml/qxml.sip +%%API%%share/qt5/qsci/api/python/QtXml.api Index: textproc/py-qt5-xmlpatterns/Makefile =================================================================== --- textproc/py-qt5-xmlpatterns/Makefile +++ textproc/py-qt5-xmlpatterns/Makefile @@ -1,30 +1,29 @@ # Created by: Danny Pansters # $FreeBSD$ -PORTNAME= xml -PORTREVISION= 1 -PORTEPOCH= 1 +PORTNAME= xmlpatterns CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtXml module +COMMENT= Python bindings for the Qt5 toolkit, QtXmlPatterns module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core -CONFIGURE_ARGS= --enable QtXml -PYQT4_DIST= yes -USE_QT4= xml qmake_build moc_build +CONFIGURE_ARGS= --enable QtXmlPatterns +USES= qmake +PYQT5_DIST= yes +USE_QT5= network xml xmlpatterns OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes -API_DESC= Install QtXml API for QScintilla2 +API_DESC= Install QtXmlPatterns API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: textproc/py-qt5-xmlpatterns/pkg-descr =================================================================== --- textproc/py-qt5-xmlpatterns/pkg-descr +++ textproc/py-qt5-xmlpatterns/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtXml module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: textproc/py-qt5-xmlpatterns/pkg-plist =================================================================== --- textproc/py-qt5-xmlpatterns/pkg-plist +++ textproc/py-qt5-xmlpatterns/pkg-plist @@ -1,8 +1,17 @@ -bin/pylupdate4 -bin/pyrcc4 -%%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so -share/py-sip/QtXml/QtXmlmod.sip -share/py-sip/QtXml/qdom.sip -share/py-sip/QtXml/qxml.sip -share/py-sip/QtXml/qxmlstream.sip -%%API%%share/qt4/qsci/api/python/QtXml.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtXmlPatterns.so +share/py-sip/PyQt5/QtXmlPatterns/QtXmlPatternsmod.sip +share/py-sip/PyQt5/QtXmlPatterns/qabstractmessagehandler.sip +share/py-sip/PyQt5/QtXmlPatterns/qabstracturiresolver.sip +share/py-sip/PyQt5/QtXmlPatterns/qabstractxmlnodemodel.sip +share/py-sip/PyQt5/QtXmlPatterns/qabstractxmlreceiver.sip +share/py-sip/PyQt5/QtXmlPatterns/qsimplexmlnodemodel.sip +share/py-sip/PyQt5/QtXmlPatterns/qsourcelocation.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlformatter.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlname.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlnamepool.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlquery.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlresultitems.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlschema.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlschemavalidator.sip +share/py-sip/PyQt5/QtXmlPatterns/qxmlserializer.sip +%%API%%share/qt5/qsci/api/python/QtXmlPatterns.api Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -1708,6 +1708,8 @@ SUBDIR += py-qp SUBDIR += py-qpy SUBDIR += py-qt4-webkit + SUBDIR += py-qt5-webkit + SUBDIR += py-qt5-webkitwidgets SUBDIR += py-rackspace-monitoring SUBDIR += py-recaptcha SUBDIR += py-requestbuilder Index: www/py-qt5-webkit/Makefile =================================================================== --- www/py-qt5-webkit/Makefile +++ www/py-qt5-webkit/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= webkit -PORTREVISION= 1 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtWebKit module +COMMENT= Python bindings for the Qt5 toolkit, QtWebKit module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui CONFIGURE_ARGS= --enable QtWebKit -PYQT4_DIST= yes -USE_QT4= qmake_build gui moc_build network webkit +USES= qmake +PYQT5_DIST= yes +USE_QT5= gui network webkit OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtWebKit API for QScintilla2 @@ -25,5 +25,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: www/py-qt5-webkit/pkg-descr =================================================================== --- www/py-qt5-webkit/pkg-descr +++ www/py-qt5-webkit/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtWebKit module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: www/py-qt5-webkit/pkg-plist =================================================================== --- www/py-qt5-webkit/pkg-plist +++ www/py-qt5-webkit/pkg-plist @@ -1,19 +1,11 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtWebKit.so -share/py-sip/QtWebKit/QtWebKitmod.sip -share/py-sip/QtWebKit/qgraphicswebview.sip -share/py-sip/QtWebKit/qwebdatabase.sip -share/py-sip/QtWebKit/qwebelement.sip -share/py-sip/QtWebKit/qwebframe.sip -share/py-sip/QtWebKit/qwebhistory.sip -share/py-sip/QtWebKit/qwebhistoryinterface.sip -share/py-sip/QtWebKit/qwebinspector.sip -share/py-sip/QtWebKit/qwebkitglobal.sip -share/py-sip/QtWebKit/qwebkitversion.sip -share/py-sip/QtWebKit/qwebpage.sip -share/py-sip/QtWebKit/qwebpluginfactory.sip -share/py-sip/QtWebKit/qwebsecurityorigin.sip -share/py-sip/QtWebKit/qwebsettings.sip -share/py-sip/QtWebKit/qwebview.sip -%%API%%share/qt4/qsci/api/python/QtWebKit.api -@dirrm share/py-sip/QtWebKit -@dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKit.so +share/py-sip/PyQt5/QtWebKit/QtWebKitmod.sip +share/py-sip/PyQt5/QtWebKit/qwebdatabase.sip +share/py-sip/PyQt5/QtWebKit/qwebelement.sip +share/py-sip/PyQt5/QtWebKit/qwebhistory.sip +share/py-sip/PyQt5/QtWebKit/qwebhistoryinterface.sip +share/py-sip/PyQt5/QtWebKit/qwebkitglobal.sip +share/py-sip/PyQt5/QtWebKit/qwebpluginfactory.sip +share/py-sip/PyQt5/QtWebKit/qwebsecurityorigin.sip +share/py-sip/PyQt5/QtWebKit/qwebsettings.sip +%%API%%share/qt5/qsci/api/python/QtWebKit.api Index: www/py-qt5-webkitwidgets/Makefile =================================================================== --- www/py-qt5-webkitwidgets/Makefile +++ www/py-qt5-webkitwidgets/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= webkitwidgets +CATEGORIES= www devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWebKitWidgets module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui \ + ${PKGNAMEPREFIX}printsupport>=${PYQT5_VERSION}:${PORTSDIR}/print/py-qt5-printsupport + +CONFIGURE_ARGS= --enable QtWebKitWidgets +USES= qmake +PYQT5_DIST= yes +USE_QT5= gui network webkit + +OPTIONS_DEFINE= API DEBUG +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtWebKitWidgets API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +DEBUG_CONFIGURE_ON= --debug --trace + +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" +.include Index: www/py-qt5-webkitwidgets/pkg-descr =================================================================== --- www/py-qt5-webkitwidgets/pkg-descr +++ www/py-qt5-webkitwidgets/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWebKitWidgets module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: www/py-qt5-webkitwidgets/pkg-plist =================================================================== --- www/py-qt5-webkitwidgets/pkg-plist +++ www/py-qt5-webkitwidgets/pkg-plist @@ -0,0 +1,8 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKitWidgets.so +share/py-sip/PyQt5/QtWebKitWidgets/QtWebKitWidgetsmod.sip +share/py-sip/PyQt5/QtWebKitWidgets/qgraphicswebview.sip +share/py-sip/PyQt5/QtWebKitWidgets/qwebframe.sip +share/py-sip/PyQt5/QtWebKitWidgets/qwebinspector.sip +share/py-sip/PyQt5/QtWebKitWidgets/qwebpage.sip +share/py-sip/PyQt5/QtWebKitWidgets/qwebview.sip +%%API%%share/qt5/qsci/api/python/QtWebKitWidgets.api Index: x11-toolkits/Makefile =================================================================== --- x11-toolkits/Makefile +++ x11-toolkits/Makefile @@ -191,6 +191,8 @@ SUBDIR += py-kivy SUBDIR += py-kiwi SUBDIR += py-qt4-gui + SUBDIR += py-qt5-gui + SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl Index: x11-toolkits/py-qt5-gui/Makefile =================================================================== --- x11-toolkits/py-qt5-gui/Makefile +++ x11-toolkits/py-qt5-gui/Makefile @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= gui -PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtGui module +COMMENT= Python bindings for the Qt5 toolkit, QtGui module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core \ + ${PKGNAMEPREFIX}opengl>=${PYQT5_VERSION}:${PORTSDIR}/x11/py-qt5-opengl CONFIGURE_ARGS= --enable QtGui -PYQT4_DIST= yes -USE_QT4= gui imageformats_run inputmethods_run iconengines_run \ - qmake_build moc_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= gui imageformats_run OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + API_DESC= Install QtGui API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api @@ -29,5 +28,5 @@ BROKEN_sparc64= Does not compile on sparc64 -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: x11-toolkits/py-qt5-gui/pkg-descr =================================================================== --- x11-toolkits/py-qt5-gui/pkg-descr +++ x11-toolkits/py-qt5-gui/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtGui module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: x11-toolkits/py-qt5-gui/pkg-plist =================================================================== --- x11-toolkits/py-qt5-gui/pkg-plist +++ x11-toolkits/py-qt5-gui/pkg-plist @@ -1,209 +1,94 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtGui.so -share/py-sip/QtGui/QtGuimod.sip -share/py-sip/QtGui/opengl_types.sip -share/py-sip/QtGui/qabstractbutton.sip -share/py-sip/QtGui/qabstractitemdelegate.sip -share/py-sip/QtGui/qabstractitemview.sip -share/py-sip/QtGui/qabstractprintdialog.sip -share/py-sip/QtGui/qabstractproxymodel.sip -share/py-sip/QtGui/qabstractscrollarea.sip -share/py-sip/QtGui/qabstractslider.sip -share/py-sip/QtGui/qabstractspinbox.sip -share/py-sip/QtGui/qabstracttextdocumentlayout.sip -share/py-sip/QtGui/qaction.sip -share/py-sip/QtGui/qactiongroup.sip -share/py-sip/QtGui/qapplication.sip -share/py-sip/QtGui/qbitmap.sip -share/py-sip/QtGui/qboxlayout.sip -share/py-sip/QtGui/qbrush.sip -share/py-sip/QtGui/qbuttongroup.sip -share/py-sip/QtGui/qcalendarwidget.sip -share/py-sip/QtGui/qcheckbox.sip -share/py-sip/QtGui/qclipboard.sip -share/py-sip/QtGui/qcolor.sip -share/py-sip/QtGui/qcolordialog.sip -share/py-sip/QtGui/qcolumnview.sip -share/py-sip/QtGui/qcombobox.sip -share/py-sip/QtGui/qcommandlinkbutton.sip -share/py-sip/QtGui/qcommonstyle.sip -share/py-sip/QtGui/qcompleter.sip -share/py-sip/QtGui/qcursor.sip -share/py-sip/QtGui/qdatawidgetmapper.sip -share/py-sip/QtGui/qdatetimeedit.sip -share/py-sip/QtGui/qdesktopservices.sip -share/py-sip/QtGui/qdesktopwidget.sip -share/py-sip/QtGui/qdial.sip -share/py-sip/QtGui/qdialog.sip -share/py-sip/QtGui/qdialogbuttonbox.sip -share/py-sip/QtGui/qdirmodel.sip -share/py-sip/QtGui/qdockwidget.sip -share/py-sip/QtGui/qdrag.sip -share/py-sip/QtGui/qdrawutil.sip -share/py-sip/QtGui/qerrormessage.sip -share/py-sip/QtGui/qevent.sip -share/py-sip/QtGui/qfiledialog.sip -share/py-sip/QtGui/qfileiconprovider.sip -share/py-sip/QtGui/qfilesystemmodel.sip -share/py-sip/QtGui/qfocusframe.sip -share/py-sip/QtGui/qfont.sip -share/py-sip/QtGui/qfontcombobox.sip -share/py-sip/QtGui/qfontdatabase.sip -share/py-sip/QtGui/qfontdialog.sip -share/py-sip/QtGui/qfontinfo.sip -share/py-sip/QtGui/qfontmetrics.sip -share/py-sip/QtGui/qformlayout.sip -share/py-sip/QtGui/qframe.sip -share/py-sip/QtGui/qgenericmatrix.sip -share/py-sip/QtGui/qgesture.sip -share/py-sip/QtGui/qgesturerecognizer.sip -share/py-sip/QtGui/qglyphrun.sip -share/py-sip/QtGui/qgraphicsanchorlayout.sip -share/py-sip/QtGui/qgraphicseffect.sip -share/py-sip/QtGui/qgraphicsgridlayout.sip -share/py-sip/QtGui/qgraphicsitem.sip -share/py-sip/QtGui/qgraphicsitemanimation.sip -share/py-sip/QtGui/qgraphicslayout.sip -share/py-sip/QtGui/qgraphicslayoutitem.sip -share/py-sip/QtGui/qgraphicslinearlayout.sip -share/py-sip/QtGui/qgraphicsproxywidget.sip -share/py-sip/QtGui/qgraphicsscene.sip -share/py-sip/QtGui/qgraphicssceneevent.sip -share/py-sip/QtGui/qgraphicstransform.sip -share/py-sip/QtGui/qgraphicsview.sip -share/py-sip/QtGui/qgraphicswidget.sip -share/py-sip/QtGui/qgridlayout.sip -share/py-sip/QtGui/qgroupbox.sip -share/py-sip/QtGui/qguiapplication.sip -share/py-sip/QtGui/qheaderview.sip -share/py-sip/QtGui/qicon.sip -share/py-sip/QtGui/qiconengine.sip -share/py-sip/QtGui/qidentityproxymodel.sip -share/py-sip/QtGui/qimage.sip -share/py-sip/QtGui/qimageiohandler.sip -share/py-sip/QtGui/qimagereader.sip -share/py-sip/QtGui/qimagewriter.sip -share/py-sip/QtGui/qinputcontext.sip -share/py-sip/QtGui/qinputcontextfactory.sip -share/py-sip/QtGui/qinputdialog.sip -share/py-sip/QtGui/qitemdelegate.sip -share/py-sip/QtGui/qitemeditorfactory.sip -share/py-sip/QtGui/qitemselectionmodel.sip -share/py-sip/QtGui/qkeyeventtransition.sip -share/py-sip/QtGui/qkeysequence.sip -share/py-sip/QtGui/qlabel.sip -share/py-sip/QtGui/qlayout.sip -share/py-sip/QtGui/qlayoutitem.sip -share/py-sip/QtGui/qlcdnumber.sip -share/py-sip/QtGui/qlineedit.sip -share/py-sip/QtGui/qlistview.sip -share/py-sip/QtGui/qlistwidget.sip -share/py-sip/QtGui/qmainwindow.sip -share/py-sip/QtGui/qmatrix.sip -share/py-sip/QtGui/qmatrix4x4.sip -share/py-sip/QtGui/qmdiarea.sip -share/py-sip/QtGui/qmdisubwindow.sip -share/py-sip/QtGui/qmenu.sip -share/py-sip/QtGui/qmenubar.sip -share/py-sip/QtGui/qmessagebox.sip -share/py-sip/QtGui/qmime.sip -share/py-sip/QtGui/qmouseeventtransition.sip -share/py-sip/QtGui/qmovie.sip -share/py-sip/QtGui/qpagedpaintdevice.sip -share/py-sip/QtGui/qpagesetupdialog.sip -share/py-sip/QtGui/qpaintdevice.sip -share/py-sip/QtGui/qpaintengine.sip -share/py-sip/QtGui/qpainter.sip -share/py-sip/QtGui/qpainterpath.sip -share/py-sip/QtGui/qpalette.sip -share/py-sip/QtGui/qpen.sip -share/py-sip/QtGui/qpicture.sip -share/py-sip/QtGui/qpixmap.sip -share/py-sip/QtGui/qpixmapcache.sip -share/py-sip/QtGui/qplaintextedit.sip -share/py-sip/QtGui/qpolygon.sip -share/py-sip/QtGui/qprintdialog.sip -share/py-sip/QtGui/qprintengine.sip -share/py-sip/QtGui/qprinter.sip -share/py-sip/QtGui/qprinterinfo.sip -share/py-sip/QtGui/qprintpreviewdialog.sip -share/py-sip/QtGui/qprintpreviewwidget.sip -share/py-sip/QtGui/qprogressbar.sip -share/py-sip/QtGui/qprogressdialog.sip -share/py-sip/QtGui/qproxymodel.sip -share/py-sip/QtGui/qpushbutton.sip -share/py-sip/QtGui/qpytextobject.sip -share/py-sip/QtGui/qquaternion.sip -share/py-sip/QtGui/qradiobutton.sip -share/py-sip/QtGui/qrawfont.sip -share/py-sip/QtGui/qregion.sip -share/py-sip/QtGui/qrgb.sip -share/py-sip/QtGui/qrubberband.sip -share/py-sip/QtGui/qscreen.sip -share/py-sip/QtGui/qscrollarea.sip -share/py-sip/QtGui/qscrollbar.sip -share/py-sip/QtGui/qsessionmanager.sip -share/py-sip/QtGui/qshortcut.sip -share/py-sip/QtGui/qsizegrip.sip -share/py-sip/QtGui/qsizepolicy.sip -share/py-sip/QtGui/qslider.sip -share/py-sip/QtGui/qsortfilterproxymodel.sip -share/py-sip/QtGui/qsound.sip -share/py-sip/QtGui/qspinbox.sip -share/py-sip/QtGui/qsplashscreen.sip -share/py-sip/QtGui/qsplitter.sip -share/py-sip/QtGui/qstackedlayout.sip -share/py-sip/QtGui/qstackedwidget.sip -share/py-sip/QtGui/qstandarditemmodel.sip -share/py-sip/QtGui/qstatictext.sip -share/py-sip/QtGui/qstatusbar.sip -share/py-sip/QtGui/qstringlistmodel.sip -share/py-sip/QtGui/qstyle.sip -share/py-sip/QtGui/qstyleditemdelegate.sip -share/py-sip/QtGui/qstylefactory.sip -share/py-sip/QtGui/qstyleoption.sip -share/py-sip/QtGui/qstylepainter.sip -share/py-sip/QtGui/qsyntaxhighlighter.sip -share/py-sip/QtGui/qsystemtrayicon.sip -share/py-sip/QtGui/qtabbar.sip -share/py-sip/QtGui/qtableview.sip -share/py-sip/QtGui/qtablewidget.sip -share/py-sip/QtGui/qtabwidget.sip -share/py-sip/QtGui/qtextbrowser.sip -share/py-sip/QtGui/qtextcursor.sip -share/py-sip/QtGui/qtextdocument.sip -share/py-sip/QtGui/qtextdocumentfragment.sip -share/py-sip/QtGui/qtextdocumentwriter.sip -share/py-sip/QtGui/qtextedit.sip -share/py-sip/QtGui/qtextformat.sip -share/py-sip/QtGui/qtextlayout.sip -share/py-sip/QtGui/qtextlist.sip -share/py-sip/QtGui/qtextobject.sip -share/py-sip/QtGui/qtextoption.sip -share/py-sip/QtGui/qtexttable.sip -share/py-sip/QtGui/qtoolbar.sip -share/py-sip/QtGui/qtoolbox.sip -share/py-sip/QtGui/qtoolbutton.sip -share/py-sip/QtGui/qtooltip.sip -share/py-sip/QtGui/qtouchdevice.sip -share/py-sip/QtGui/qtransform.sip -share/py-sip/QtGui/qtreeview.sip -share/py-sip/QtGui/qtreewidget.sip -share/py-sip/QtGui/qtreewidgetitemiterator.sip -share/py-sip/QtGui/qundogroup.sip -share/py-sip/QtGui/qundostack.sip -share/py-sip/QtGui/qundoview.sip -share/py-sip/QtGui/qvalidator.sip -share/py-sip/QtGui/qvector2d.sip -share/py-sip/QtGui/qvector3d.sip -share/py-sip/QtGui/qvector4d.sip -share/py-sip/QtGui/qwhatsthis.sip -share/py-sip/QtGui/qwidget.sip -share/py-sip/QtGui/qwidgetaction.sip -share/py-sip/QtGui/qwindowdefs.sip -share/py-sip/QtGui/qwizard.sip -share/py-sip/QtGui/qworkspace.sip -share/py-sip/QtGui/qx11embed_x11.sip -share/py-sip/QtGui/qx11info_x11.sip -%%API%%share/qt4/qsci/api/python/QtGui.api -@dirrm share/py-sip/QtGui -@dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 +%%PYTHON_SITELIBDIR%%/PyQt5/QtGui.so +share/py-sip/PyQt5/QtGui/QtGuimod.sip +share/py-sip/PyQt5/QtGui/opengl_types.sip +share/py-sip/PyQt5/QtGui/qabstracttextdocumentlayout.sip +share/py-sip/PyQt5/QtGui/qbackingstore.sip +share/py-sip/PyQt5/QtGui/qbitmap.sip +share/py-sip/PyQt5/QtGui/qbrush.sip +share/py-sip/PyQt5/QtGui/qclipboard.sip +share/py-sip/PyQt5/QtGui/qcolor.sip +share/py-sip/PyQt5/QtGui/qcursor.sip +share/py-sip/PyQt5/QtGui/qdesktopservices.sip +share/py-sip/PyQt5/QtGui/qdrag.sip +share/py-sip/PyQt5/QtGui/qevent.sip +share/py-sip/PyQt5/QtGui/qfont.sip +share/py-sip/PyQt5/QtGui/qfontdatabase.sip +share/py-sip/PyQt5/QtGui/qfontinfo.sip +share/py-sip/PyQt5/QtGui/qfontmetrics.sip +share/py-sip/PyQt5/QtGui/qgenericmatrix.sip +share/py-sip/PyQt5/QtGui/qglyphrun.sip +share/py-sip/PyQt5/QtGui/qguiapplication.sip +share/py-sip/PyQt5/QtGui/qicon.sip +share/py-sip/PyQt5/QtGui/qiconengine.sip +share/py-sip/PyQt5/QtGui/qimage.sip +share/py-sip/PyQt5/QtGui/qimageiohandler.sip +share/py-sip/PyQt5/QtGui/qimagereader.sip +share/py-sip/PyQt5/QtGui/qimagewriter.sip +share/py-sip/PyQt5/QtGui/qinputmethod.sip +share/py-sip/PyQt5/QtGui/qkeysequence.sip +share/py-sip/PyQt5/QtGui/qmatrix4x4.sip +share/py-sip/PyQt5/QtGui/qmovie.sip +share/py-sip/PyQt5/QtGui/qoffscreensurface.sip +share/py-sip/PyQt5/QtGui/qopenglbuffer.sip +share/py-sip/PyQt5/QtGui/qopenglcontext.sip +share/py-sip/PyQt5/QtGui/qopengldebug.sip +share/py-sip/PyQt5/QtGui/qopenglframebufferobject.sip +share/py-sip/PyQt5/QtGui/qopenglpaintdevice.sip +share/py-sip/PyQt5/QtGui/qopenglpixeltransferoptions.sip +share/py-sip/PyQt5/QtGui/qopenglshaderprogram.sip +share/py-sip/PyQt5/QtGui/qopengltexture.sip +share/py-sip/PyQt5/QtGui/qopengltimerquery.sip +share/py-sip/PyQt5/QtGui/qopenglversionfunctions.sip +share/py-sip/PyQt5/QtGui/qopenglvertexarrayobject.sip +share/py-sip/PyQt5/QtGui/qopenglwindow.sip +share/py-sip/PyQt5/QtGui/qpagedpaintdevice.sip +share/py-sip/PyQt5/QtGui/qpagelayout.sip +share/py-sip/PyQt5/QtGui/qpagesize.sip +share/py-sip/PyQt5/QtGui/qpaintdevice.sip +share/py-sip/PyQt5/QtGui/qpaintdevicewindow.sip +share/py-sip/PyQt5/QtGui/qpaintengine.sip +share/py-sip/PyQt5/QtGui/qpainter.sip +share/py-sip/PyQt5/QtGui/qpainterpath.sip +share/py-sip/PyQt5/QtGui/qpalette.sip +share/py-sip/PyQt5/QtGui/qpdfwriter.sip +share/py-sip/PyQt5/QtGui/qpen.sip +share/py-sip/PyQt5/QtGui/qpicture.sip +share/py-sip/PyQt5/QtGui/qpixelformat.sip +share/py-sip/PyQt5/QtGui/qpixmap.sip +share/py-sip/PyQt5/QtGui/qpixmapcache.sip +share/py-sip/PyQt5/QtGui/qpolygon.sip +share/py-sip/PyQt5/QtGui/qpygui_qlist.sip +share/py-sip/PyQt5/QtGui/qpygui_qpair.sip +share/py-sip/PyQt5/QtGui/qpygui_qvector.sip +share/py-sip/PyQt5/QtGui/qquaternion.sip +share/py-sip/PyQt5/QtGui/qrasterwindow.sip +share/py-sip/PyQt5/QtGui/qrawfont.sip +share/py-sip/PyQt5/QtGui/qregion.sip +share/py-sip/PyQt5/QtGui/qrgb.sip +share/py-sip/PyQt5/QtGui/qscreen.sip +share/py-sip/PyQt5/QtGui/qsessionmanager.sip +share/py-sip/PyQt5/QtGui/qstandarditemmodel.sip +share/py-sip/PyQt5/QtGui/qstatictext.sip +share/py-sip/PyQt5/QtGui/qstylehints.sip +share/py-sip/PyQt5/QtGui/qsurface.sip +share/py-sip/PyQt5/QtGui/qsurfaceformat.sip +share/py-sip/PyQt5/QtGui/qsyntaxhighlighter.sip +share/py-sip/PyQt5/QtGui/qtextcursor.sip +share/py-sip/PyQt5/QtGui/qtextdocument.sip +share/py-sip/PyQt5/QtGui/qtextdocumentfragment.sip +share/py-sip/PyQt5/QtGui/qtextdocumentwriter.sip +share/py-sip/PyQt5/QtGui/qtextformat.sip +share/py-sip/PyQt5/QtGui/qtextlayout.sip +share/py-sip/PyQt5/QtGui/qtextlist.sip +share/py-sip/PyQt5/QtGui/qtextobject.sip +share/py-sip/PyQt5/QtGui/qtextoption.sip +share/py-sip/PyQt5/QtGui/qtexttable.sip +share/py-sip/PyQt5/QtGui/qtouchdevice.sip +share/py-sip/PyQt5/QtGui/qtransform.sip +share/py-sip/PyQt5/QtGui/qvalidator.sip +share/py-sip/PyQt5/QtGui/qvector2d.sip +share/py-sip/PyQt5/QtGui/qvector3d.sip +share/py-sip/PyQt5/QtGui/qvector4d.sip +share/py-sip/PyQt5/QtGui/qwindow.sip +share/py-sip/PyQt5/QtGui/qwindowdefs.sip +%%API%%share/qt5/qsci/api/python/QtGui.api Index: x11-toolkits/py-qt5-widgets/Makefile =================================================================== --- x11-toolkits/py-qt5-widgets/Makefile +++ x11-toolkits/py-qt5-widgets/Makefile @@ -0,0 +1,31 @@ +# Created by: Danny Pansters +# $FreeBSD$ + +PORTNAME= widgets +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWidgets module + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core + +CONFIGURE_ARGS= --enable QtWidgets +USES= qmake +PYQT5_DIST= yes +USE_QT5= widgets + +OPTIONS_DEFINE= API DEBUG +#OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtGui API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +DEBUG_CONFIGURE_ON= --debug --trace + +BROKEN_sparc64= Does not compile on sparc64 + +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" +.include Index: x11-toolkits/py-qt5-widgets/pkg-descr =================================================================== --- x11-toolkits/py-qt5-widgets/pkg-descr +++ x11-toolkits/py-qt5-widgets/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWidgets module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: x11-toolkits/py-qt5-widgets/pkg-plist =================================================================== --- x11-toolkits/py-qt5-widgets/pkg-plist +++ x11-toolkits/py-qt5-widgets/pkg-plist @@ -0,0 +1,126 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWidgets.so +share/py-sip/PyQt5/QtWidgets/QtWidgetsmod.sip +share/py-sip/PyQt5/QtWidgets/qabstractbutton.sip +share/py-sip/PyQt5/QtWidgets/qabstractitemdelegate.sip +share/py-sip/PyQt5/QtWidgets/qabstractitemview.sip +share/py-sip/PyQt5/QtWidgets/qabstractscrollarea.sip +share/py-sip/PyQt5/QtWidgets/qabstractslider.sip +share/py-sip/PyQt5/QtWidgets/qabstractspinbox.sip +share/py-sip/PyQt5/QtWidgets/qaction.sip +share/py-sip/PyQt5/QtWidgets/qactiongroup.sip +share/py-sip/PyQt5/QtWidgets/qapplication.sip +share/py-sip/PyQt5/QtWidgets/qboxlayout.sip +share/py-sip/PyQt5/QtWidgets/qbuttongroup.sip +share/py-sip/PyQt5/QtWidgets/qcalendarwidget.sip +share/py-sip/PyQt5/QtWidgets/qcheckbox.sip +share/py-sip/PyQt5/QtWidgets/qcolordialog.sip +share/py-sip/PyQt5/QtWidgets/qcolumnview.sip +share/py-sip/PyQt5/QtWidgets/qcombobox.sip +share/py-sip/PyQt5/QtWidgets/qcommandlinkbutton.sip +share/py-sip/PyQt5/QtWidgets/qcommonstyle.sip +share/py-sip/PyQt5/QtWidgets/qcompleter.sip +share/py-sip/PyQt5/QtWidgets/qdatawidgetmapper.sip +share/py-sip/PyQt5/QtWidgets/qdatetimeedit.sip +share/py-sip/PyQt5/QtWidgets/qdesktopwidget.sip +share/py-sip/PyQt5/QtWidgets/qdial.sip +share/py-sip/PyQt5/QtWidgets/qdialog.sip +share/py-sip/PyQt5/QtWidgets/qdialogbuttonbox.sip +share/py-sip/PyQt5/QtWidgets/qdirmodel.sip +share/py-sip/PyQt5/QtWidgets/qdockwidget.sip +share/py-sip/PyQt5/QtWidgets/qdrawutil.sip +share/py-sip/PyQt5/QtWidgets/qerrormessage.sip +share/py-sip/PyQt5/QtWidgets/qfiledialog.sip +share/py-sip/PyQt5/QtWidgets/qfileiconprovider.sip +share/py-sip/PyQt5/QtWidgets/qfilesystemmodel.sip +share/py-sip/PyQt5/QtWidgets/qfocusframe.sip +share/py-sip/PyQt5/QtWidgets/qfontcombobox.sip +share/py-sip/PyQt5/QtWidgets/qfontdialog.sip +share/py-sip/PyQt5/QtWidgets/qformlayout.sip +share/py-sip/PyQt5/QtWidgets/qframe.sip +share/py-sip/PyQt5/QtWidgets/qgesture.sip +share/py-sip/PyQt5/QtWidgets/qgesturerecognizer.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsanchorlayout.sip +share/py-sip/PyQt5/QtWidgets/qgraphicseffect.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsgridlayout.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsitem.sip +share/py-sip/PyQt5/QtWidgets/qgraphicslayout.sip +share/py-sip/PyQt5/QtWidgets/qgraphicslayoutitem.sip +share/py-sip/PyQt5/QtWidgets/qgraphicslinearlayout.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsproxywidget.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsscene.sip +share/py-sip/PyQt5/QtWidgets/qgraphicssceneevent.sip +share/py-sip/PyQt5/QtWidgets/qgraphicstransform.sip +share/py-sip/PyQt5/QtWidgets/qgraphicsview.sip +share/py-sip/PyQt5/QtWidgets/qgraphicswidget.sip +share/py-sip/PyQt5/QtWidgets/qgridlayout.sip +share/py-sip/PyQt5/QtWidgets/qgroupbox.sip +share/py-sip/PyQt5/QtWidgets/qheaderview.sip +share/py-sip/PyQt5/QtWidgets/qinputdialog.sip +share/py-sip/PyQt5/QtWidgets/qitemdelegate.sip +share/py-sip/PyQt5/QtWidgets/qitemeditorfactory.sip +share/py-sip/PyQt5/QtWidgets/qkeyeventtransition.sip +share/py-sip/PyQt5/QtWidgets/qkeysequenceedit.sip +share/py-sip/PyQt5/QtWidgets/qlabel.sip +share/py-sip/PyQt5/QtWidgets/qlayout.sip +share/py-sip/PyQt5/QtWidgets/qlayoutitem.sip +share/py-sip/PyQt5/QtWidgets/qlcdnumber.sip +share/py-sip/PyQt5/QtWidgets/qlineedit.sip +share/py-sip/PyQt5/QtWidgets/qlistview.sip +share/py-sip/PyQt5/QtWidgets/qlistwidget.sip +share/py-sip/PyQt5/QtWidgets/qmaccocoaviewcontainer.sip +share/py-sip/PyQt5/QtWidgets/qmainwindow.sip +share/py-sip/PyQt5/QtWidgets/qmdiarea.sip +share/py-sip/PyQt5/QtWidgets/qmdisubwindow.sip +share/py-sip/PyQt5/QtWidgets/qmenu.sip +share/py-sip/PyQt5/QtWidgets/qmenubar.sip +share/py-sip/PyQt5/QtWidgets/qmessagebox.sip +share/py-sip/PyQt5/QtWidgets/qmouseeventtransition.sip +share/py-sip/PyQt5/QtWidgets/qopenglwidget.sip +share/py-sip/PyQt5/QtWidgets/qplaintextedit.sip +share/py-sip/PyQt5/QtWidgets/qprogressbar.sip +share/py-sip/PyQt5/QtWidgets/qprogressdialog.sip +share/py-sip/PyQt5/QtWidgets/qpushbutton.sip +share/py-sip/PyQt5/QtWidgets/qpywidgets_qlist.sip +share/py-sip/PyQt5/QtWidgets/qradiobutton.sip +share/py-sip/PyQt5/QtWidgets/qrubberband.sip +share/py-sip/PyQt5/QtWidgets/qscrollarea.sip +share/py-sip/PyQt5/QtWidgets/qscrollbar.sip +share/py-sip/PyQt5/QtWidgets/qscroller.sip +share/py-sip/PyQt5/QtWidgets/qscrollerproperties.sip +share/py-sip/PyQt5/QtWidgets/qshortcut.sip +share/py-sip/PyQt5/QtWidgets/qsizegrip.sip +share/py-sip/PyQt5/QtWidgets/qsizepolicy.sip +share/py-sip/PyQt5/QtWidgets/qslider.sip +share/py-sip/PyQt5/QtWidgets/qspinbox.sip +share/py-sip/PyQt5/QtWidgets/qsplashscreen.sip +share/py-sip/PyQt5/QtWidgets/qsplitter.sip +share/py-sip/PyQt5/QtWidgets/qstackedlayout.sip +share/py-sip/PyQt5/QtWidgets/qstackedwidget.sip +share/py-sip/PyQt5/QtWidgets/qstatusbar.sip +share/py-sip/PyQt5/QtWidgets/qstyle.sip +share/py-sip/PyQt5/QtWidgets/qstyleditemdelegate.sip +share/py-sip/PyQt5/QtWidgets/qstylefactory.sip +share/py-sip/PyQt5/QtWidgets/qstyleoption.sip +share/py-sip/PyQt5/QtWidgets/qstylepainter.sip +share/py-sip/PyQt5/QtWidgets/qsystemtrayicon.sip +share/py-sip/PyQt5/QtWidgets/qtabbar.sip +share/py-sip/PyQt5/QtWidgets/qtableview.sip +share/py-sip/PyQt5/QtWidgets/qtablewidget.sip +share/py-sip/PyQt5/QtWidgets/qtabwidget.sip +share/py-sip/PyQt5/QtWidgets/qtextbrowser.sip +share/py-sip/PyQt5/QtWidgets/qtextedit.sip +share/py-sip/PyQt5/QtWidgets/qtoolbar.sip +share/py-sip/PyQt5/QtWidgets/qtoolbox.sip +share/py-sip/PyQt5/QtWidgets/qtoolbutton.sip +share/py-sip/PyQt5/QtWidgets/qtooltip.sip +share/py-sip/PyQt5/QtWidgets/qtreeview.sip +share/py-sip/PyQt5/QtWidgets/qtreewidget.sip +share/py-sip/PyQt5/QtWidgets/qtreewidgetitemiterator.sip +share/py-sip/PyQt5/QtWidgets/qundogroup.sip +share/py-sip/PyQt5/QtWidgets/qundostack.sip +share/py-sip/PyQt5/QtWidgets/qundoview.sip +share/py-sip/PyQt5/QtWidgets/qwhatsthis.sip +share/py-sip/PyQt5/QtWidgets/qwidget.sip +share/py-sip/PyQt5/QtWidgets/qwidgetaction.sip +share/py-sip/PyQt5/QtWidgets/qwizard.sip +%%API%%share/qt5/qsci/api/python/QtWidgets.api Index: x11/Makefile =================================================================== --- x11/Makefile +++ x11/Makefile @@ -234,6 +234,7 @@ SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl + SUBDIR += py-qt5-opengl SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods Index: x11/py-qt5-opengl/Makefile =================================================================== --- x11/py-qt5-opengl/Makefile +++ x11/py-qt5-opengl/Makefile @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= opengl -PORTEPOCH= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtOpenGL module +COMMENT= Python bindings for the Qt5 toolkit, QtOpenGL module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT5_VERSION}:${PORTSDIR}/devel/py-qt5-core +#RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui CONFIGURE_ARGS= --enable QtOpenGL -PYQT4_DIST= yes -USE_QT4= moc_build opengl qmake_build +USES= qmake +PYQT5_DIST= yes +USE_QT5= opengl OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API +#OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtOpenGL API for QScintilla2 @@ -25,5 +26,5 @@ API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace -.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt5/bsd.pyqt.mk" .include Index: x11/py-qt5-opengl/pkg-descr =================================================================== --- x11/py-qt5-opengl/pkg-descr +++ x11/py-qt5-opengl/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtOpenGL module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Index: x11/py-qt5-opengl/pkg-plist =================================================================== --- x11/py-qt5-opengl/pkg-plist +++ x11/py-qt5-opengl/pkg-plist @@ -1,9 +1,4 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so -share/py-sip/QtOpenGL/QtOpenGLmod.sip -share/py-sip/QtOpenGL/qgl.sip -share/py-sip/QtOpenGL/qglbuffer.sip -share/py-sip/QtOpenGL/qglcolormap.sip -share/py-sip/QtOpenGL/qglframebufferobject.sip -share/py-sip/QtOpenGL/qglpixelbuffer.sip -share/py-sip/QtOpenGL/qglshaderprogram.sip -%%API%%share/qt4/qsci/api/python/QtOpenGL.api +%%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.so +share/py-sip/PyQt5/QtOpenGL/QtOpenGLmod.sip +share/py-sip/PyQt5/QtOpenGL/qgl.sip +%%API%%share/qt5/qsci/api/python/QtOpenGL.api