Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-qt5-utils-5.13.1-lp153.1.36 RPM for aarch64

From OpenSuSE Leap 15.3 for aarch64

Name: python-qt5-utils Distribution: openSUSE Leap 15.3
Version: 5.13.1 Vendor: openSUSE
Release: lp153.1.36 Build date: Sat Mar 6 23:29:19 2021
Group: Development/Libraries/Python Build host: obs-arm-8
Size: 2836397 Source RPM: python-qt5-5.13.1-lp153.1.36.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.riverbankcomputing.com/software/pyqt
Summary: Common files for PyQt5 for python2 and python3
PyQt is a set of Python bindings for Trolltech's Qt application
framework. The qt4 and qt5 bindings can be co-installed.

This package contains common files shared between python2 and python3
versions of PyQt5.

Provides

Requires

License

SUSE-GPL-2.0-with-FLOSS-exception OR GPL-3.0-only OR NonFree

Changelog

* Thu Sep 26 2019 Michel Normand <normand@linux.vnet.ibm.com>
  - Add _constraints file for ppc64/ppc64le to avoid build failure
    on power8-06 that ran out of disk space
* Fri Sep 20 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.13.1. Check the ChangeLog file for the list of changes
* Fri Sep 13 2019 Michel Normand <normand@linux.vnet.ibm.com>
  - Add %dir plugindir/designer for %{python_files devel} in spec
    to avoid build error for PowerPC.
* Wed Sep 11 2019 Hans-Peter Jansen <hpj@urpla.net>
  - Add patch to support QKeySequenceEdit widgets in pyuic:
    add-qkeysequenceedit-to-uic.patch
* Fri Jul 12 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.13.0
    * Code updated to support Qt 5.13
    * Fixed the conversion of the result of
    QNetworkCacheMetaData.attributes()
  - Drop reproducible.patch, merged upstream.
* Thu Jun 06 2019 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to make package build reproducible (boo#1041090)
* Mon Jun 03 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.12.2
    * Fixed QIcon(QIconEngine) to reflect that the engine is explicitly
    shared between every copy of the icon.
    * Eliminated a warning message from QObject::connect()
    * Increased the number of QQuickItem types that can be registered
      from 30 to 60.
    * Fixed the QPolygon ctors
    * Fixed pyuic's handling of 'sizePolicy' properties.
    * Fixed pylupdate to handle empty strings at the end of a line so
      that the line number remains correct.
* Thu Apr 18 2019 Jan Engelhardt <jengelh@inai.de>
  - Trim name repetition from summary.
* Wed Apr 17 2019 Todd R <toddrme2178@gmail.com>
  - Package .dist-info directory.  The bugs with it have been fixed
    and some packages require it in order to properly detect that
    pyqt5 is installed.
* Sat Apr 06 2019 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.12.1
    Fixed QIcon(QIconEngine) to reflect that the engine is explicitly
    shared between every copy of the icon.
  - Prepare update-timeline.patch for Qt 5.13.0
* Mon Feb 11 2019 Adrian Schröter <adrian@suse.de>
  - update to final 5.12 version
    * Support for Qt 5.12
    * Details at https://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog
  - fix-sip-detection.patch is obsolete
* Thu Jan 10 2019 Adrian Schröter <adrian@suse.de>
  - update to 5.12 development snapshot
* Wed Nov 14 2018 Antonio Larrosa <alarrosa@suse.com>
  - Do not build Qt5NetworkAuth support in SLE, which doesn't have the
    libqt5-qtnetworkauth package
* Thu Nov 08 2018 Todd R <toddrme2178@gmail.com>
  - python-enum34 is also required at runtime.
* Mon Oct 22 2018 Christophe Giboudeaux <christophe@krop.fr>
  - Make sure python-enum34 is installed when building packages
    depending on python-qt5.
* Sun Oct 21 2018 Christophe Giboudeaux <christophe@krop.fr>
  - Add fix-sip-detection.patch. Picked from the Fedora package
* Mon Sep 17 2018 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 5.11.3
    * Fixed a build problem with Python v2.
    * Removed the checks for PyQt5.sip
    * Fix issues with out of source builds
* Wed Aug 08 2018 schwab@suse.de
  - No qtwebengine for riscv64 yet
* Mon Jul 02 2018 christophe@krop.fr
  - Update to 5.11.2:
    * Added support for Qt v5.11.0 and v5.11.1.
    * Added support for Python v3.7.
    * Enum members are also visible as attributes of the enum in order to emulate
      the behaviour of Python enums.
    * The connect() method of a bound signal now returns a QMetaObject.Connection
      object that can be passed to the disconnect() method.
    * Added the signatures attribute to unbound signals.
    * Added QtCore.Q_ENUM() and QtCore.Q_FLAG().
    * Python enums can now be used with Q_ENUM() etc.
    * Added the missing QGuiApplication.inputMethod() method.
    * Added the missing QGuiApplication.styleHints() method.
    * Added the missing QSqlQuery.exec() overload for Python v3.
    * Added glReadPixels().
  - Drop remove-qtest-waitforevents.patch. Fixed upstream.
  - Drop qt_quick_crash_fix.patch. Fixed upstream
* Mon Jun 11 2018 fabian@ritter-vogt.de
  - Amend patch to mention even more Qt versions:
    * update-timeline.patch
* Tue May 15 2018 adrian@suse.de
  - fix URL
  - fix crash in Qt Quick when used with Cura (from upstream)
    (regression in 5.10.1, qt_quick_crash_fix.patch)
* Thu May 03 2018 fabian@ritter-vogt.de
  - Add patch to remove use of internal Qt function:
    * remove-qtest-waitforevents.patch
* Fri Apr 27 2018 fabian@ritter-vogt.de
  - Add patch to support Qt 5.9.4, 5.9.5 and Qt 5.11.0:
    * update-timeline.patch
  - Refresh patch to work with -p1:
    * disable-rpaths.diff
* Tue Apr 17 2018 lbeltrame@kde.org
  - Remove source URL to workaround SourceForge's unreliability
* Tue Apr 17 2018 termim@gmail.com
  - Update to version v5.10.1
    * Added support for Qt v5.10.1.
    * Added the missing qmlClearTypeRegistrations() to the QtQml module.
    * Added the --disabled-feature option to configure.py.
* Fri Jan 26 2018 aloisio@gmx.com
  - Update to version v5.10
    * Added support for Qt v5.10.0.
    * Added the QtNetworkAuth module.
    version v5.9.2
    * Added support for Qt v5.9.3.
    * Added the QtAndroidExtras module.
    version v5.9.1
    * Added support for Qt v5.9.2.
    * Added the --allow-sip-warnings option to configure.py.
    * Removed the unimplemented -name option to pyrcc5.
    * SIP v4.19.4 is required.
  - Dropped configure_py_Fix_handling_of_disabled_features.patch
    (merged upstream)
* Wed Oct 25 2017 stefan.bruens@rwth-aachen.de
  - add configure_py_Fix_handling_of_disabled_features.patch
    configure.py is broken if features are disabled, which e.g. happens
    when building using GLEs Qt5 builds. Taken from upstream
    developement snapshot.
* Fri Sep 01 2017 mlin@suse.com
  - Disable WebKit and WebEngine on SLE15.
* Tue Aug 29 2017 toddrme2178@gmail.com
  - Fix shebangs
* Mon Aug 28 2017 toddrme2178@gmail.com
  - Update to 5.9
    * Added support for Qt v5.9.0 and v5.9.1.
    * Improved detection of the destruction of QObject-based instances by C++.
    * QFlags instances are now hashable.
    * pyrcc5 now supports v2 of the resource file format.
    * Added the interview.py, frozencolumn.py and storageview.py examples from
      Hans-Peter Jansen.
    * SIP v4.19.3 is required.
  - Remove reproducible.patch
    Implemented upstream.
* Fri Jun 02 2017 jengelh@inai.de
  - Trim redundant platform support mentions.
* Mon May 22 2017 bwiedemann@suse.com
  - Add reproducible.patch to sort input files to make build fully reproducible
* Tue May 16 2017 toddrme2178@gmail.com
  - Fix issues with requires.
* Fri Apr 21 2017 mpluskal@suse.com
  - Move requirements for development package to correct place
* Sat Apr 08 2017 hpj@urpla.net
  - Update to 5.8.2
    * lib/configure.py:
      Fixes for the OpenGL detection needed by the incompatible
      configuration changes in Qt v5.8.0.
    * qpy/QtCore/qpycore_chimera.cpp:
      When parsing a Python type map list and dict to QVariantList and
      QVariantMap.
    * lib/LICENSE.commercial, lib/LICENSE.commercial.short,
      lib/LICENSE.gpl, lib/LICENSE.gpl.short, lib/LICENSE.internal:
      Remove the license copies that are now part of rb-tools.
    * pyuic/uic/uiparser.py:
      Fixed the margins of the top layout in a tab by pyuic.
    * pyuic/uic/driver.py, pyuic/uic/exceptions.py,
      pyuic/uic/properties.py, pyuic/uic/pyuic.py:
      Improved the error handling of an unknown C++ class.
    * sphinx/qml.rst:
      Added explicit warnings about PyQt's ability to support QML to the
      docs.
    * PyQt5.msp:
      Added a comment about why opengl_types.sip is included twice.
    * PyQt5.msp:
      Only enable QOpenGLTextureBlitter if OpenGL is supported.
    * PyQt5.msp:
      Avoid a deadlock when using asynchronous image providers in QML.
  - Update to 5.8.1
    * qpy/QtCore/qpycore_chimera.cpp:
      Special case a QVariant containing std::nullptr_t.
    * METADATA.in:
      Updated the Requires-Dist meta-data so it includes the values from
      the release file.
    * lib/configure.py:
      Disable desktop OpenGL if OpenGLES v3 or v3.1 is detected.
    * qpy/QtQml/qpyqml_register_type.cpp:
      Fixed the handling of properties in Qml because of changes to the
      internals in Qt v5.8.0.
    * PyQt5.msp:
      Fixed QLocale.toString() for Python v2.
    * PyQt5.msp:
      Anticipate that Qt v5.9.0 will be released before Qt v5.8.1 to avoid
      problems building PyQt v5.9 against Qt v5.8.1.
    * qpy/QtPrintSupport/qpyprintsupport_qlist.sip:
      The QtPrintSupport mapped types are only included if printers are
      supported.
    * sphinx/pyqt_qvariant.rst:
      Updated the docs regarding support for QVariant.
    * qpy/QtQml/qpyqmlobject.cpp:
      Fixed signals in QML registered types that are defined in a Python
      sub-class of the registered type.
* Wed Mar 29 2017 toddrme2178@gmail.com
  - Fix singlespec macro usage.  BuildRequires are shared between
    python versions, only the requires should be specific to particular
    python versions.
* Fri Mar 24 2017 lbeltrame@kde.org
  - Temporarily undo some of the single spec changes to allow building
    until a newer python-dbus is available
* Mon Mar 06 2017 toddrme2178@gmail.com
  - Switch to single-spec version.
  - Add doc-file-dependency to rpmlintrc to handle the example files.
* Wed Feb 15 2017 termim@gmail.com
  - Update to 5.8
    * Added support for Qt v5.8.0.
    * Added __fspath__() to QFileInfo.
    * Added the --qml-debug option to configure.py. The --debug option
      no longer enables the QML debugging infrastructure.
    * Added the --link-full-dll option to configure.py.
  - Removed patches:
    * disable_qml_debug.diff - fixed upstream
    * fix_qreal_check.diff - not needed acording the package developer
    * license.diff - fixed upstream
    * obsolete_window_flag.diff - fixed upstream
* Tue Jan 03 2017 termim@gmail.com
  - Update to 5.7.1
    * added the QtWebEngine module
    * added QRegion.setRects()
    * added QtMac to the QtMacExtras module
    * added support for QChartView and QWebEngineView to pyuic5.
* Wed Nov 30 2016 hrvoje.senjan@gmail.com
  - Add obsolete_window_flag.diff: remore declaration that was removed
    in Qt 5.8 (it was WinCE-only)
  - Add license.diff: QLibrary::Licensee is deprecated in Qt 5.8, and
    produce empty string. We know we are always building opensource
    Qt.
* Tue Nov 15 2016 lbeltrame@kde.org
  - Remove Source URL, the validator doesn't work too well with
    SourceForge
* Mon Nov 14 2016 hpj@urpla.net
  - add patch to disable qml_debug: disable_qml_debug.diff.
    Without this, the message "QML debugging is enabled. Only use
    this in a safe environment."  appears on PyQt5 apps startup,
    and allows qmljsdebugger to  connect via network.
* Tue Nov 08 2016 hpj@urpla.net
  - make utils dependent on exact version
* Tue Jul 26 2016 termim@gmail.com
  - Update to 5.7
    * Added support for Qt v5.7.0.
    * Removed patch pyqt5-fix-dbus-config.diff as applyed upstream
* Mon Jul 04 2016 hpj@urpla.net
  - Update to 5.6
    * Added full support for Qt v5.6.0.
    * Python v3.5 wheels are available for 64-bit Linux, 64-bit OS X
      and 32 and 64-bit Windows. (After this release Windows .exe
      installers will no longer be produced.)
    * Added the QtWebEngineCore module.
    * Added the missing qt_set_sequence_auto_mnemonic() to QtGui.
    * Added the missing MouseLock to QWebEnginePage.Feature.
    * Added the missing WA_DontShowOnScreen.
    * PEP 484 stub files are installed by default.
    * Added the --import-from command line argument to pyuic5.
    * Added the --no-stubs and --stubsdir options to configure.py.
    * Added the --qtconf-prefix option to configure.py.
  - add PATCH-FIX-OPENSUSE pyqt5-fix-dbus-config.diff to fix build of
    dbus bindings
  - supply %{optflags} to the QMAKE machinery
  - add libqt5-qtlocation-devel build dependency
* Sun Jun 05 2016 hrvoje.senjan@gmail.com
  - Drop unused libqt5-qtquick1-devel (Build)Requires
* Mon Mar 07 2016 dvaleev@suse.com
  - Don't buildrequire libqt5-qtwebengine-devel for POWER and s390x
* Mon Feb 01 2016 lbeltrame@kde.org
  - BuildRequire libqt5-qtconnectivity-devel to gain support for
    QtBluetooth (bnc#964256)
* Fri Oct 30 2015 termim@gmail.com
  - Update to 5.5.1
    * added support for Qt v5.5.1
    * added the --disable option to configure.py
    * implemented __matmul__ and __imatmul__ for QMatrix4x4 and
      QTransform.
* Fri Aug 14 2015 termim@gmail.com
  - change required sip version to 4.16.9
* Mon Jul 20 2015 termim@gmail.com
  - remove patch build-compare.diff as adapted in upstream
  - Update to 5.5
    * Added full support for Qt v5.5.0.
    * Added the QtLocation module.
    * Added the QtNfc module.
    * Added Qt.NoOpaqueDetection amd Qt.NoFormatConversion to QtCore.
    * Added QMacToolBar and QMacToolBarItem to QtMacExtras.
    * Added QProxyStyle to QtWidgets.
  - Update to 5.4.2
    * Added support for Qt v5.4.2.
    * Added QWIDGETSIZE_MAX to QtWidgets.
    * Added the --no-python-dbus command line option to configure.py.
  - Update to 5.4.1
    * Added support for Qt v5.4.1.
    * Added the QMacCocoaViewContainer class.
    * All OpenGL examples use QOpenGLWidget and no longer require
      PyOpenGL.
    * Added initial implementations of _QOpenGLFunctions_2_1 and
      _QOpenGLFunctions_4_1_Core.
    * QEvent.None is now QEvent.None_.
    * Added missing QEvent.Type members that are now documented in Qt.
    * Added the --license-dir option to configure.py.
    * Installing into a virtual env should now work.
    * pyuic5 and pyrcc5 no longer include a timestamp in the
      generated code.
* Fri Jan 16 2015 hrvoje.senjan@gmail.com
  - Enable QtWebEngineWidgets and QtWebChannel integration
  - Update build-compare.diff
  - Drop fdupes usage due to unpredictable symlinking
  - Add rpmlintrc due to duplicates waste warnings: we rather have
    a few bytes more than to republish same binaries due to fdupes
* Tue Dec 30 2014 hrvoje.senjan@gmail.com
  - Update to 5.4
    * Major functional release that adds full support for Qt v5.4.0.
    * Added the QtWebChannel module
    * Added the QtWebEngineWidgets module
    * Added the QtXml module.
  - Drop add_dep.patch, merged upstream
  - Bump python(3)-sip-devel (Build)Requires to 4.16.4

Files

/usr/share/sip/PyQt5
/usr/share/sip/PyQt5/Enginio
/usr/share/sip/PyQt5/Enginio/Enginiomod.sip
/usr/share/sip/PyQt5/Enginio/enginio.sip
/usr/share/sip/PyQt5/Enginio/enginioclient.sip
/usr/share/sip/PyQt5/Enginio/enginioclientconnection.sip
/usr/share/sip/PyQt5/Enginio/enginioidentity.sip
/usr/share/sip/PyQt5/Enginio/enginiomodel.sip
/usr/share/sip/PyQt5/Enginio/enginiooauth2authentication.sip
/usr/share/sip/PyQt5/Enginio/enginioreply.sip
/usr/share/sip/PyQt5/QAxContainer
/usr/share/sip/PyQt5/QAxContainer/QAxContainermod.sip
/usr/share/sip/PyQt5/QAxContainer/qaxbase.sip
/usr/share/sip/PyQt5/QAxContainer/qaxobject.sip
/usr/share/sip/PyQt5/QAxContainer/qaxwidget.sip
/usr/share/sip/PyQt5/QtAndroidExtras
/usr/share/sip/PyQt5/QtAndroidExtras/QtAndroidExtrasmod.sip
/usr/share/sip/PyQt5/QtAndroidExtras/qandroidjniobject.sip
/usr/share/sip/PyQt5/QtAndroidExtras/qtandroid.sip
/usr/share/sip/PyQt5/QtBluetooth
/usr/share/sip/PyQt5/QtBluetooth/QtBluetoothmod.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetooth.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothaddress.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothdevicediscoveryagent.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothdeviceinfo.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothhostinfo.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothlocaldevice.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothserver.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothservicediscoveryagent.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothserviceinfo.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothsocket.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothtransfermanager.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothtransferreply.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothtransferrequest.sip
/usr/share/sip/PyQt5/QtBluetooth/qbluetoothuuid.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergyadvertisingdata.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergyadvertisingparameters.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergycharacteristic.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergycharacteristicdata.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergyconnectionparameters.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergycontroller.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergydescriptor.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergydescriptordata.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergyservice.sip
/usr/share/sip/PyQt5/QtBluetooth/qlowenergyservicedata.sip
/usr/share/sip/PyQt5/QtBluetooth/qpybluetooth_qlist.sip
/usr/share/sip/PyQt5/QtBluetooth/qpybluetooth_quint128.sip
/usr/share/sip/PyQt5/QtCore
/usr/share/sip/PyQt5/QtCore/QtCoremod.sip
/usr/share/sip/PyQt5/QtCore/qabstractanimation.sip
/usr/share/sip/PyQt5/QtCore/qabstracteventdispatcher.sip
/usr/share/sip/PyQt5/QtCore/qabstractitemmodel.sip
/usr/share/sip/PyQt5/QtCore/qabstractnativeeventfilter.sip
/usr/share/sip/PyQt5/QtCore/qabstractproxymodel.sip
/usr/share/sip/PyQt5/QtCore/qabstractstate.sip
/usr/share/sip/PyQt5/QtCore/qabstracttransition.sip
/usr/share/sip/PyQt5/QtCore/qanimationgroup.sip
/usr/share/sip/PyQt5/QtCore/qbasictimer.sip
/usr/share/sip/PyQt5/QtCore/qbitarray.sip
/usr/share/sip/PyQt5/QtCore/qbuffer.sip
/usr/share/sip/PyQt5/QtCore/qbytearray.sip
/usr/share/sip/PyQt5/QtCore/qbytearraymatcher.sip
/usr/share/sip/PyQt5/QtCore/qcborcommon.sip
/usr/share/sip/PyQt5/QtCore/qcborstream.sip
/usr/share/sip/PyQt5/QtCore/qchar.sip
/usr/share/sip/PyQt5/QtCore/qcollator.sip
/usr/share/sip/PyQt5/QtCore/qcommandlineoption.sip
/usr/share/sip/PyQt5/QtCore/qcommandlineparser.sip
/usr/share/sip/PyQt5/QtCore/qconcatenatetablesproxymodel.sip
/usr/share/sip/PyQt5/QtCore/qcoreapplication.sip
/usr/share/sip/PyQt5/QtCore/qcoreevent.sip
/usr/share/sip/PyQt5/QtCore/qcryptographichash.sip
/usr/share/sip/PyQt5/QtCore/qdatastream.sip
/usr/share/sip/PyQt5/QtCore/qdatetime.sip
/usr/share/sip/PyQt5/QtCore/qdeadlinetimer.sip
/usr/share/sip/PyQt5/QtCore/qdir.sip
/usr/share/sip/PyQt5/QtCore/qdiriterator.sip
/usr/share/sip/PyQt5/QtCore/qeasingcurve.sip
/usr/share/sip/PyQt5/QtCore/qelapsedtimer.sip
/usr/share/sip/PyQt5/QtCore/qeventloop.sip
/usr/share/sip/PyQt5/QtCore/qeventtransition.sip
/usr/share/sip/PyQt5/QtCore/qfile.sip
/usr/share/sip/PyQt5/QtCore/qfiledevice.sip
/usr/share/sip/PyQt5/QtCore/qfileinfo.sip
/usr/share/sip/PyQt5/QtCore/qfileselector.sip
/usr/share/sip/PyQt5/QtCore/qfilesystemwatcher.sip
/usr/share/sip/PyQt5/QtCore/qfinalstate.sip
/usr/share/sip/PyQt5/QtCore/qglobal.sip
/usr/share/sip/PyQt5/QtCore/qhistorystate.sip
/usr/share/sip/PyQt5/QtCore/qidentityproxymodel.sip
/usr/share/sip/PyQt5/QtCore/qiodevice.sip
/usr/share/sip/PyQt5/QtCore/qitemselectionmodel.sip
/usr/share/sip/PyQt5/QtCore/qjsonarray.sip
/usr/share/sip/PyQt5/QtCore/qjsondocument.sip
/usr/share/sip/PyQt5/QtCore/qjsonobject.sip
/usr/share/sip/PyQt5/QtCore/qjsonvalue.sip
/usr/share/sip/PyQt5/QtCore/qlibrary.sip
/usr/share/sip/PyQt5/QtCore/qlibraryinfo.sip
/usr/share/sip/PyQt5/QtCore/qline.sip
/usr/share/sip/PyQt5/QtCore/qlocale.sip
/usr/share/sip/PyQt5/QtCore/qlockfile.sip
/usr/share/sip/PyQt5/QtCore/qlogging.sip
/usr/share/sip/PyQt5/QtCore/qloggingcategory.sip
/usr/share/sip/PyQt5/QtCore/qmargins.sip
/usr/share/sip/PyQt5/QtCore/qmessageauthenticationcode.sip
/usr/share/sip/PyQt5/QtCore/qmetaobject.sip
/usr/share/sip/PyQt5/QtCore/qmetatype.sip
/usr/share/sip/PyQt5/QtCore/qmimedata.sip
/usr/share/sip/PyQt5/QtCore/qmimedatabase.sip
/usr/share/sip/PyQt5/QtCore/qmimetype.sip
/usr/share/sip/PyQt5/QtCore/qmutex.sip
/usr/share/sip/PyQt5/QtCore/qnamespace.sip
/usr/share/sip/PyQt5/QtCore/qnumeric.sip
/usr/share/sip/PyQt5/QtCore/qobject.sip
/usr/share/sip/PyQt5/QtCore/qobjectcleanuphandler.sip
/usr/share/sip/PyQt5/QtCore/qobjectdefs.sip
/usr/share/sip/PyQt5/QtCore/qoperatingsystemversion.sip
/usr/share/sip/PyQt5/QtCore/qparallelanimationgroup.sip
/usr/share/sip/PyQt5/QtCore/qpauseanimation.sip
/usr/share/sip/PyQt5/QtCore/qpluginloader.sip
/usr/share/sip/PyQt5/QtCore/qpoint.sip
/usr/share/sip/PyQt5/QtCore/qprocess.sip
/usr/share/sip/PyQt5/QtCore/qpropertyanimation.sip
/usr/share/sip/PyQt5/QtCore/qpycore_onexit.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qhash.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qlist.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qmap.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qpair.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qset.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qvariantmap.sip
/usr/share/sip/PyQt5/QtCore/qpycore_qvector.sip
/usr/share/sip/PyQt5/QtCore/qpycore_virtual_error_handler.sip
/usr/share/sip/PyQt5/QtCore/qrandom.sip
/usr/share/sip/PyQt5/QtCore/qreadwritelock.sip
/usr/share/sip/PyQt5/QtCore/qrect.sip
/usr/share/sip/PyQt5/QtCore/qregexp.sip
/usr/share/sip/PyQt5/QtCore/qregularexpression.sip
/usr/share/sip/PyQt5/QtCore/qresource.sip
/usr/share/sip/PyQt5/QtCore/qrunnable.sip
/usr/share/sip/PyQt5/QtCore/qsavefile.sip
/usr/share/sip/PyQt5/QtCore/qsemaphore.sip
/usr/share/sip/PyQt5/QtCore/qsequentialanimationgroup.sip
/usr/share/sip/PyQt5/QtCore/qsettings.sip
/usr/share/sip/PyQt5/QtCore/qsharedmemory.sip
/usr/share/sip/PyQt5/QtCore/qsignalmapper.sip
/usr/share/sip/PyQt5/QtCore/qsignaltransition.sip
/usr/share/sip/PyQt5/QtCore/qsize.sip
/usr/share/sip/PyQt5/QtCore/qsocketnotifier.sip
/usr/share/sip/PyQt5/QtCore/qsortfilterproxymodel.sip
/usr/share/sip/PyQt5/QtCore/qstandardpaths.sip
/usr/share/sip/PyQt5/QtCore/qstate.sip
/usr/share/sip/PyQt5/QtCore/qstatemachine.sip
/usr/share/sip/PyQt5/QtCore/qstorageinfo.sip
/usr/share/sip/PyQt5/QtCore/qstring.sip
/usr/share/sip/PyQt5/QtCore/qstringlist.sip
/usr/share/sip/PyQt5/QtCore/qstringlistmodel.sip
/usr/share/sip/PyQt5/QtCore/qsysinfo.sip
/usr/share/sip/PyQt5/QtCore/qsystemsemaphore.sip
/usr/share/sip/PyQt5/QtCore/qtemporarydir.sip
/usr/share/sip/PyQt5/QtCore/qtemporaryfile.sip
/usr/share/sip/PyQt5/QtCore/qtextboundaryfinder.sip
/usr/share/sip/PyQt5/QtCore/qtextcodec.sip
/usr/share/sip/PyQt5/QtCore/qtextstream.sip
/usr/share/sip/PyQt5/QtCore/qthread.sip
/usr/share/sip/PyQt5/QtCore/qthreadpool.sip
/usr/share/sip/PyQt5/QtCore/qtimeline.sip
/usr/share/sip/PyQt5/QtCore/qtimer.sip
/usr/share/sip/PyQt5/QtCore/qtimezone.sip
/usr/share/sip/PyQt5/QtCore/qtranslator.sip
/usr/share/sip/PyQt5/QtCore/qtransposeproxymodel.sip
/usr/share/sip/PyQt5/QtCore/qurl.sip
/usr/share/sip/PyQt5/QtCore/qurlquery.sip
/usr/share/sip/PyQt5/QtCore/quuid.sip
/usr/share/sip/PyQt5/QtCore/qvariant.sip
/usr/share/sip/PyQt5/QtCore/qvariantanimation.sip
/usr/share/sip/PyQt5/QtCore/qversionnumber.sip
/usr/share/sip/PyQt5/QtCore/qwaitcondition.sip
/usr/share/sip/PyQt5/QtCore/qwineventnotifier.sip
/usr/share/sip/PyQt5/QtCore/qxmlstream.sip
/usr/share/sip/PyQt5/QtDBus
/usr/share/sip/PyQt5/QtDBus/QtDBusmod.sip
/usr/share/sip/PyQt5/QtDBus/qdbusabstractadaptor.sip
/usr/share/sip/PyQt5/QtDBus/qdbusabstractinterface.sip
/usr/share/sip/PyQt5/QtDBus/qdbusargument.sip
/usr/share/sip/PyQt5/QtDBus/qdbusconnection.sip
/usr/share/sip/PyQt5/QtDBus/qdbusconnectioninterface.sip
/usr/share/sip/PyQt5/QtDBus/qdbuserror.sip
/usr/share/sip/PyQt5/QtDBus/qdbusextratypes.sip
/usr/share/sip/PyQt5/QtDBus/qdbusinterface.sip
/usr/share/sip/PyQt5/QtDBus/qdbusmessage.sip
/usr/share/sip/PyQt5/QtDBus/qdbuspendingcall.sip
/usr/share/sip/PyQt5/QtDBus/qdbusservicewatcher.sip
/usr/share/sip/PyQt5/QtDBus/qdbusunixfiledescriptor.sip
/usr/share/sip/PyQt5/QtDBus/qpydbuspendingreply.sip
/usr/share/sip/PyQt5/QtDBus/qpydbusreply.sip
/usr/share/sip/PyQt5/QtDesigner
/usr/share/sip/PyQt5/QtDesigner/QtDesignermod.sip
/usr/share/sip/PyQt5/QtDesigner/abstractactioneditor.sip
/usr/share/sip/PyQt5/QtDesigner/abstractformbuilder.sip
/usr/share/sip/PyQt5/QtDesigner/abstractformeditor.sip
/usr/share/sip/PyQt5/QtDesigner/abstractformwindow.sip
/usr/share/sip/PyQt5/QtDesigner/abstractformwindowcursor.sip
/usr/share/sip/PyQt5/QtDesigner/abstractformwindowmanager.sip
/usr/share/sip/PyQt5/QtDesigner/abstractobjectinspector.sip
/usr/share/sip/PyQt5/QtDesigner/abstractpropertyeditor.sip
/usr/share/sip/PyQt5/QtDesigner/abstractwidgetbox.sip
/usr/share/sip/PyQt5/QtDesigner/container.sip
/usr/share/sip/PyQt5/QtDesigner/customwidget.sip
/usr/share/sip/PyQt5/QtDesigner/default_extensionfactory.sip
/usr/share/sip/PyQt5/QtDesigner/extension.sip
/usr/share/sip/PyQt5/QtDesigner/formbuilder.sip
/usr/share/sip/PyQt5/QtDesigner/membersheet.sip
/usr/share/sip/PyQt5/QtDesigner/propertysheet.sip
/usr/share/sip/PyQt5/QtDesigner/qextensionmanager.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignercontainerextension.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignercustomwidgetplugin.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignermembersheetextension.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignerpropertysheetextension.sip
/usr/share/sip/PyQt5/QtDesigner/qpydesignertaskmenuextension.sip
/usr/share/sip/PyQt5/QtDesigner/taskmenu.sip
/usr/share/sip/PyQt5/QtGui
/usr/share/sip/PyQt5/QtGui/QtGuimod.sip
/usr/share/sip/PyQt5/QtGui/opengl_types.sip
/usr/share/sip/PyQt5/QtGui/qabstracttextdocumentlayout.sip
/usr/share/sip/PyQt5/QtGui/qbackingstore.sip
/usr/share/sip/PyQt5/QtGui/qbitmap.sip
/usr/share/sip/PyQt5/QtGui/qbrush.sip
/usr/share/sip/PyQt5/QtGui/qclipboard.sip
/usr/share/sip/PyQt5/QtGui/qcolor.sip
/usr/share/sip/PyQt5/QtGui/qcursor.sip
/usr/share/sip/PyQt5/QtGui/qdesktopservices.sip
/usr/share/sip/PyQt5/QtGui/qdrag.sip
/usr/share/sip/PyQt5/QtGui/qevent.sip
/usr/share/sip/PyQt5/QtGui/qfont.sip
/usr/share/sip/PyQt5/QtGui/qfontdatabase.sip
/usr/share/sip/PyQt5/QtGui/qfontinfo.sip
/usr/share/sip/PyQt5/QtGui/qfontmetrics.sip
/usr/share/sip/PyQt5/QtGui/qgenericmatrix.sip
/usr/share/sip/PyQt5/QtGui/qglyphrun.sip
/usr/share/sip/PyQt5/QtGui/qguiapplication.sip
/usr/share/sip/PyQt5/QtGui/qicon.sip
/usr/share/sip/PyQt5/QtGui/qiconengine.sip
/usr/share/sip/PyQt5/QtGui/qimage.sip
/usr/share/sip/PyQt5/QtGui/qimageiohandler.sip
/usr/share/sip/PyQt5/QtGui/qimagereader.sip
/usr/share/sip/PyQt5/QtGui/qimagewriter.sip
/usr/share/sip/PyQt5/QtGui/qinputmethod.sip
/usr/share/sip/PyQt5/QtGui/qkeysequence.sip
/usr/share/sip/PyQt5/QtGui/qmatrix4x4.sip
/usr/share/sip/PyQt5/QtGui/qmovie.sip
/usr/share/sip/PyQt5/QtGui/qoffscreensurface.sip
/usr/share/sip/PyQt5/QtGui/qopenglbuffer.sip
/usr/share/sip/PyQt5/QtGui/qopenglcontext.sip
/usr/share/sip/PyQt5/QtGui/qopengldebug.sip
/usr/share/sip/PyQt5/QtGui/qopenglframebufferobject.sip
/usr/share/sip/PyQt5/QtGui/qopenglpaintdevice.sip
/usr/share/sip/PyQt5/QtGui/qopenglpixeltransferoptions.sip
/usr/share/sip/PyQt5/QtGui/qopenglshaderprogram.sip
/usr/share/sip/PyQt5/QtGui/qopengltexture.sip
/usr/share/sip/PyQt5/QtGui/qopengltextureblitter.sip
/usr/share/sip/PyQt5/QtGui/qopengltimerquery.sip
/usr/share/sip/PyQt5/QtGui/qopenglversionfunctions.sip
/usr/share/sip/PyQt5/QtGui/qopenglvertexarrayobject.sip
/usr/share/sip/PyQt5/QtGui/qopenglwindow.sip
/usr/share/sip/PyQt5/QtGui/qpagedpaintdevice.sip
/usr/share/sip/PyQt5/QtGui/qpagelayout.sip
/usr/share/sip/PyQt5/QtGui/qpagesize.sip
/usr/share/sip/PyQt5/QtGui/qpaintdevice.sip
/usr/share/sip/PyQt5/QtGui/qpaintdevicewindow.sip
/usr/share/sip/PyQt5/QtGui/qpaintengine.sip
/usr/share/sip/PyQt5/QtGui/qpainter.sip
/usr/share/sip/PyQt5/QtGui/qpainterpath.sip
/usr/share/sip/PyQt5/QtGui/qpalette.sip
/usr/share/sip/PyQt5/QtGui/qpdfwriter.sip
/usr/share/sip/PyQt5/QtGui/qpen.sip
/usr/share/sip/PyQt5/QtGui/qpicture.sip
/usr/share/sip/PyQt5/QtGui/qpixelformat.sip
/usr/share/sip/PyQt5/QtGui/qpixmap.sip
/usr/share/sip/PyQt5/QtGui/qpixmapcache.sip
/usr/share/sip/PyQt5/QtGui/qpolygon.sip
/usr/share/sip/PyQt5/QtGui/qpygui_qlist.sip
/usr/share/sip/PyQt5/QtGui/qpygui_qpair.sip
/usr/share/sip/PyQt5/QtGui/qpygui_qvector.sip
/usr/share/sip/PyQt5/QtGui/qquaternion.sip
/usr/share/sip/PyQt5/QtGui/qrasterwindow.sip
/usr/share/sip/PyQt5/QtGui/qrawfont.sip
/usr/share/sip/PyQt5/QtGui/qregion.sip
/usr/share/sip/PyQt5/QtGui/qrgb.sip
/usr/share/sip/PyQt5/QtGui/qrgba64.sip
/usr/share/sip/PyQt5/QtGui/qscreen.sip
/usr/share/sip/PyQt5/QtGui/qsessionmanager.sip
/usr/share/sip/PyQt5/QtGui/qstandarditemmodel.sip
/usr/share/sip/PyQt5/QtGui/qstatictext.sip
/usr/share/sip/PyQt5/QtGui/qstylehints.sip
/usr/share/sip/PyQt5/QtGui/qsurface.sip
/usr/share/sip/PyQt5/QtGui/qsurfaceformat.sip
/usr/share/sip/PyQt5/QtGui/qsyntaxhighlighter.sip
/usr/share/sip/PyQt5/QtGui/qtextcursor.sip
/usr/share/sip/PyQt5/QtGui/qtextdocument.sip
/usr/share/sip/PyQt5/QtGui/qtextdocumentfragment.sip
/usr/share/sip/PyQt5/QtGui/qtextdocumentwriter.sip
/usr/share/sip/PyQt5/QtGui/qtextformat.sip
/usr/share/sip/PyQt5/QtGui/qtextlayout.sip
/usr/share/sip/PyQt5/QtGui/qtextlist.sip
/usr/share/sip/PyQt5/QtGui/qtextobject.sip
/usr/share/sip/PyQt5/QtGui/qtextoption.sip
/usr/share/sip/PyQt5/QtGui/qtexttable.sip
/usr/share/sip/PyQt5/QtGui/qtouchdevice.sip
/usr/share/sip/PyQt5/QtGui/qtransform.sip
/usr/share/sip/PyQt5/QtGui/qvalidator.sip
/usr/share/sip/PyQt5/QtGui/qvector2d.sip
/usr/share/sip/PyQt5/QtGui/qvector3d.sip
/usr/share/sip/PyQt5/QtGui/qvector4d.sip
/usr/share/sip/PyQt5/QtGui/qwindow.sip
/usr/share/sip/PyQt5/QtGui/qwindowdefs.sip
/usr/share/sip/PyQt5/QtHelp
/usr/share/sip/PyQt5/QtHelp/QtHelpmod.sip
/usr/share/sip/PyQt5/QtHelp/qcompressedhelpinfo.sip
/usr/share/sip/PyQt5/QtHelp/qhelpcontentwidget.sip
/usr/share/sip/PyQt5/QtHelp/qhelpengine.sip
/usr/share/sip/PyQt5/QtHelp/qhelpenginecore.sip
/usr/share/sip/PyQt5/QtHelp/qhelpfilterdata.sip
/usr/share/sip/PyQt5/QtHelp/qhelpfilterengine.sip
/usr/share/sip/PyQt5/QtHelp/qhelpindexwidget.sip
/usr/share/sip/PyQt5/QtHelp/qhelpsearchengine.sip
/usr/share/sip/PyQt5/QtHelp/qhelpsearchquerywidget.sip
/usr/share/sip/PyQt5/QtHelp/qhelpsearchresultwidget.sip
/usr/share/sip/PyQt5/QtLocation
/usr/share/sip/PyQt5/QtLocation/QtLocationmod.sip
/usr/share/sip/PyQt5/QtLocation/qgeocodereply.sip
/usr/share/sip/PyQt5/QtLocation/qgeocodingmanager.sip
/usr/share/sip/PyQt5/QtLocation/qgeocodingmanagerengine.sip
/usr/share/sip/PyQt5/QtLocation/qgeomaneuver.sip
/usr/share/sip/PyQt5/QtLocation/qgeoroute.sip
/usr/share/sip/PyQt5/QtLocation/qgeoroutereply.sip
/usr/share/sip/PyQt5/QtLocation/qgeorouterequest.sip
/usr/share/sip/PyQt5/QtLocation/qgeoroutesegment.sip
/usr/share/sip/PyQt5/QtLocation/qgeoroutingmanager.sip
/usr/share/sip/PyQt5/QtLocation/qgeoroutingmanagerengine.sip
/usr/share/sip/PyQt5/QtLocation/qgeoserviceprovider.sip
/usr/share/sip/PyQt5/QtLocation/qlocation.sip
/usr/share/sip/PyQt5/QtLocation/qplace.sip
/usr/share/sip/PyQt5/QtLocation/qplaceattribute.sip
/usr/share/sip/PyQt5/QtLocation/qplacecategory.sip
/usr/share/sip/PyQt5/QtLocation/qplacecontactdetail.sip
/usr/share/sip/PyQt5/QtLocation/qplacecontent.sip
/usr/share/sip/PyQt5/QtLocation/qplacecontentreply.sip
/usr/share/sip/PyQt5/QtLocation/qplacecontentrequest.sip
/usr/share/sip/PyQt5/QtLocation/qplacedetailsreply.sip
/usr/share/sip/PyQt5/QtLocation/qplaceeditorial.sip
/usr/share/sip/PyQt5/QtLocation/qplaceicon.sip
/usr/share/sip/PyQt5/QtLocation/qplaceidreply.sip
/usr/share/sip/PyQt5/QtLocation/qplaceimage.sip
/usr/share/sip/PyQt5/QtLocation/qplacemanager.sip
/usr/share/sip/PyQt5/QtLocation/qplacemanagerengine.sip
/usr/share/sip/PyQt5/QtLocation/qplacematchreply.sip
/usr/share/sip/PyQt5/QtLocation/qplacematchrequest.sip
/usr/share/sip/PyQt5/QtLocation/qplaceproposedsearchresult.sip
/usr/share/sip/PyQt5/QtLocation/qplaceratings.sip
/usr/share/sip/PyQt5/QtLocation/qplacereply.sip
/usr/share/sip/PyQt5/QtLocation/qplaceresult.sip
/usr/share/sip/PyQt5/QtLocation/qplacereview.sip
/usr/share/sip/PyQt5/QtLocation/qplacesearchreply.sip
/usr/share/sip/PyQt5/QtLocation/qplacesearchrequest.sip
/usr/share/sip/PyQt5/QtLocation/qplacesearchresult.sip
/usr/share/sip/PyQt5/QtLocation/qplacesearchsuggestionreply.sip
/usr/share/sip/PyQt5/QtLocation/qplacesupplier.sip
/usr/share/sip/PyQt5/QtLocation/qplaceuser.sip
/usr/share/sip/PyQt5/QtMacExtras
/usr/share/sip/PyQt5/QtMacExtras/QtMacExtrasmod.sip
/usr/share/sip/PyQt5/QtMacExtras/qmacpasteboardmime.sip
/usr/share/sip/PyQt5/QtMacExtras/qmactoolbar.sip
/usr/share/sip/PyQt5/QtMacExtras/qmactoolbaritem.sip
/usr/share/sip/PyQt5/QtMacExtras/qtmac.sip
/usr/share/sip/PyQt5/QtMultimedia
/usr/share/sip/PyQt5/QtMultimedia/QtMultimediamod.sip
/usr/share/sip/PyQt5/QtMultimedia/qabstractvideobuffer.sip
/usr/share/sip/PyQt5/QtMultimedia/qabstractvideofilter.sip
/usr/share/sip/PyQt5/QtMultimedia/qabstractvideosurface.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudio.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudiobuffer.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudiodecoder.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudiodeviceinfo.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudioformat.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudioinput.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudiooutput.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudioprobe.sip
/usr/share/sip/PyQt5/QtMultimedia/qaudiorecorder.sip
/usr/share/sip/PyQt5/QtMultimedia/qcamera.sip
/usr/share/sip/PyQt5/QtMultimedia/qcameraexposure.sip
/usr/share/sip/PyQt5/QtMultimedia/qcamerafocus.sip
/usr/share/sip/PyQt5/QtMultimedia/qcameraimagecapture.sip
/usr/share/sip/PyQt5/QtMultimedia/qcameraimageprocessing.sip
/usr/share/sip/PyQt5/QtMultimedia/qcamerainfo.sip
/usr/share/sip/PyQt5/QtMultimedia/qcameraviewfindersettings.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediabindableinterface.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediacontent.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediacontrol.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaencodersettings.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediametadata.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaobject.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaplayer.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaplaylist.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediarecorder.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaresource.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediaservice.sip
/usr/share/sip/PyQt5/QtMultimedia/qmediatimerange.sip
/usr/share/sip/PyQt5/QtMultimedia/qmultimedia.sip
/usr/share/sip/PyQt5/QtMultimedia/qpymultimedia_qlist.sip
/usr/share/sip/PyQt5/QtMultimedia/qradiodata.sip
/usr/share/sip/PyQt5/QtMultimedia/qradiotuner.sip
/usr/share/sip/PyQt5/QtMultimedia/qsound.sip
/usr/share/sip/PyQt5/QtMultimedia/qsoundeffect.sip
/usr/share/sip/PyQt5/QtMultimedia/qvideoframe.sip
/usr/share/sip/PyQt5/QtMultimedia/qvideoprobe.sip
/usr/share/sip/PyQt5/QtMultimedia/qvideosurfaceformat.sip
/usr/share/sip/PyQt5/QtMultimediaWidgets
/usr/share/sip/PyQt5/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip
/usr/share/sip/PyQt5/QtMultimediaWidgets/qcameraviewfinder.sip
/usr/share/sip/PyQt5/QtMultimediaWidgets/qgraphicsvideoitem.sip
/usr/share/sip/PyQt5/QtMultimediaWidgets/qvideowidget.sip
/usr/share/sip/PyQt5/QtNetwork
/usr/share/sip/PyQt5/QtNetwork/QtNetworkmod.sip
/usr/share/sip/PyQt5/QtNetwork/qabstractnetworkcache.sip
/usr/share/sip/PyQt5/QtNetwork/qabstractsocket.sip
/usr/share/sip/PyQt5/QtNetwork/qauthenticator.sip
/usr/share/sip/PyQt5/QtNetwork/qdnslookup.sip
/usr/share/sip/PyQt5/QtNetwork/qhostaddress.sip
/usr/share/sip/PyQt5/QtNetwork/qhostinfo.sip
/usr/share/sip/PyQt5/QtNetwork/qhstspolicy.sip
/usr/share/sip/PyQt5/QtNetwork/qhttpmultipart.sip
/usr/share/sip/PyQt5/QtNetwork/qlocalserver.sip
/usr/share/sip/PyQt5/QtNetwork/qlocalsocket.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkaccessmanager.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkconfigmanager.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkconfiguration.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkcookie.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkcookiejar.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkdatagram.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkdiskcache.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkinterface.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkproxy.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkreply.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworkrequest.sip
/usr/share/sip/PyQt5/QtNetwork/qnetworksession.sip
/usr/share/sip/PyQt5/QtNetwork/qocspresponse.sip
/usr/share/sip/PyQt5/QtNetwork/qpassworddigestor.sip
/usr/share/sip/PyQt5/QtNetwork/qpynetwork_qhash.sip
/usr/share/sip/PyQt5/QtNetwork/qpynetwork_qmap.sip
/usr/share/sip/PyQt5/QtNetwork/qssl.sip
/usr/share/sip/PyQt5/QtNetwork/qsslcertificate.sip
/usr/share/sip/PyQt5/QtNetwork/qsslcertificateextension.sip
/usr/share/sip/PyQt5/QtNetwork/qsslcipher.sip
/usr/share/sip/PyQt5/QtNetwork/qsslconfiguration.sip
/usr/share/sip/PyQt5/QtNetwork/qssldiffiehellmanparameters.sip
/usr/share/sip/PyQt5/QtNetwork/qsslellipticcurve.sip
/usr/share/sip/PyQt5/QtNetwork/qsslerror.sip
/usr/share/sip/PyQt5/QtNetwork/qsslkey.sip
/usr/share/sip/PyQt5/QtNetwork/qsslpresharedkeyauthenticator.sip
/usr/share/sip/PyQt5/QtNetwork/qsslsocket.sip
/usr/share/sip/PyQt5/QtNetwork/qtcpserver.sip
/usr/share/sip/PyQt5/QtNetwork/qtcpsocket.sip
/usr/share/sip/PyQt5/QtNetwork/qudpsocket.sip
/usr/share/sip/PyQt5/QtNetworkAuth
/usr/share/sip/PyQt5/QtNetworkAuth/QtNetworkAuthmod.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qabstractoauth.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qabstractoauth2.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qabstractoauthreplyhandler.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qoauth1.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qoauth1signature.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qoauth2authorizationcodeflow.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
/usr/share/sip/PyQt5/QtNetworkAuth/qoauthoobreplyhandler.sip
/usr/share/sip/PyQt5/QtNfc
/usr/share/sip/PyQt5/QtNfc/QtNfcmod.sip
/usr/share/sip/PyQt5/QtNfc/qndeffilter.sip
/usr/share/sip/PyQt5/QtNfc/qndefmessage.sip
/usr/share/sip/PyQt5/QtNfc/qndefnfcsmartposterrecord.sip
/usr/share/sip/PyQt5/QtNfc/qndefnfctextrecord.sip
/usr/share/sip/PyQt5/QtNfc/qndefnfcurirecord.sip
/usr/share/sip/PyQt5/QtNfc/qndefrecord.sip
/usr/share/sip/PyQt5/QtNfc/qnearfieldmanager.sip
/usr/share/sip/PyQt5/QtNfc/qnearfieldsharemanager.sip
/usr/share/sip/PyQt5/QtNfc/qnearfieldsharetarget.sip
/usr/share/sip/PyQt5/QtNfc/qnearfieldtarget.sip
/usr/share/sip/PyQt5/QtNfc/qqmlndefrecord.sip
/usr/share/sip/PyQt5/QtOpenGL
/usr/share/sip/PyQt5/QtOpenGL/QtOpenGLmod.sip
/usr/share/sip/PyQt5/QtOpenGL/qgl.sip
/usr/share/sip/PyQt5/QtPositioning
/usr/share/sip/PyQt5/QtPositioning/QtPositioningmod.sip
/usr/share/sip/PyQt5/QtPositioning/qgeoaddress.sip
/usr/share/sip/PyQt5/QtPositioning/qgeoareamonitorinfo.sip
/usr/share/sip/PyQt5/QtPositioning/qgeoareamonitorsource.sip
/usr/share/sip/PyQt5/QtPositioning/qgeocircle.sip
/usr/share/sip/PyQt5/QtPositioning/qgeocoordinate.sip
/usr/share/sip/PyQt5/QtPositioning/qgeolocation.sip
/usr/share/sip/PyQt5/QtPositioning/qgeopath.sip
/usr/share/sip/PyQt5/QtPositioning/qgeopolygon.sip
/usr/share/sip/PyQt5/QtPositioning/qgeopositioninfo.sip
/usr/share/sip/PyQt5/QtPositioning/qgeopositioninfosource.sip
/usr/share/sip/PyQt5/QtPositioning/qgeorectangle.sip
/usr/share/sip/PyQt5/QtPositioning/qgeosatelliteinfo.sip
/usr/share/sip/PyQt5/QtPositioning/qgeosatelliteinfosource.sip
/usr/share/sip/PyQt5/QtPositioning/qgeoshape.sip
/usr/share/sip/PyQt5/QtPositioning/qnmeapositioninfosource.sip
/usr/share/sip/PyQt5/QtPrintSupport
/usr/share/sip/PyQt5/QtPrintSupport/QtPrintSupportmod.sip
/usr/share/sip/PyQt5/QtPrintSupport/qabstractprintdialog.sip
/usr/share/sip/PyQt5/QtPrintSupport/qpagesetupdialog.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprintdialog.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprintengine.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprinter.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprinterinfo.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprintpreviewdialog.sip
/usr/share/sip/PyQt5/QtPrintSupport/qprintpreviewwidget.sip
/usr/share/sip/PyQt5/QtPrintSupport/qpyprintsupport_qlist.sip
/usr/share/sip/PyQt5/QtQml
/usr/share/sip/PyQt5/QtQml/QtQmlmod.sip
/usr/share/sip/PyQt5/QtQml/qjsengine.sip
/usr/share/sip/PyQt5/QtQml/qjsvalue.sip
/usr/share/sip/PyQt5/QtQml/qjsvalueiterator.sip
/usr/share/sip/PyQt5/QtQml/qmlattachedpropertiesobject.sip
/usr/share/sip/PyQt5/QtQml/qmlregistertype.sip
/usr/share/sip/PyQt5/QtQml/qpyqmllistproperty.sip
/usr/share/sip/PyQt5/QtQml/qqml.sip
/usr/share/sip/PyQt5/QtQml/qqmlabstracturlinterceptor.sip
/usr/share/sip/PyQt5/QtQml/qqmlapplicationengine.sip
/usr/share/sip/PyQt5/QtQml/qqmlcomponent.sip
/usr/share/sip/PyQt5/QtQml/qqmlcontext.sip
/usr/share/sip/PyQt5/QtQml/qqmlengine.sip
/usr/share/sip/PyQt5/QtQml/qqmlerror.sip
/usr/share/sip/PyQt5/QtQml/qqmlexpression.sip
/usr/share/sip/PyQt5/QtQml/qqmlextensionplugin.sip
/usr/share/sip/PyQt5/QtQml/qqmlfileselector.sip
/usr/share/sip/PyQt5/QtQml/qqmlincubator.sip
/usr/share/sip/PyQt5/QtQml/qqmllist.sip
/usr/share/sip/PyQt5/QtQml/qqmlnetworkaccessmanagerfactory.sip
/usr/share/sip/PyQt5/QtQml/qqmlparserstatus.sip
/usr/share/sip/PyQt5/QtQml/qqmlproperty.sip
/usr/share/sip/PyQt5/QtQml/qqmlpropertymap.sip
/usr/share/sip/PyQt5/QtQml/qqmlpropertyvaluesource.sip
/usr/share/sip/PyQt5/QtQml/qqmlscriptstring.sip
/usr/share/sip/PyQt5/QtQuick
/usr/share/sip/PyQt5/QtQuick/QtQuickmod.sip
/usr/share/sip/PyQt5/QtQuick/qquickframebufferobject.sip
/usr/share/sip/PyQt5/QtQuick/qquickimageprovider.sip
/usr/share/sip/PyQt5/QtQuick/qquickitem.sip
/usr/share/sip/PyQt5/QtQuick/qquickitemgrabresult.sip
/usr/share/sip/PyQt5/QtQuick/qquickpainteditem.sip
/usr/share/sip/PyQt5/QtQuick/qquickrendercontrol.sip
/usr/share/sip/PyQt5/QtQuick/qquicktextdocument.sip
/usr/share/sip/PyQt5/QtQuick/qquickview.sip
/usr/share/sip/PyQt5/QtQuick/qquickwindow.sip
/usr/share/sip/PyQt5/QtQuick/qsgabstractrenderer.sip
/usr/share/sip/PyQt5/QtQuick/qsgengine.sip
/usr/share/sip/PyQt5/QtQuick/qsgflatcolormaterial.sip
/usr/share/sip/PyQt5/QtQuick/qsggeometry.sip
/usr/share/sip/PyQt5/QtQuick/qsgimagenode.sip
/usr/share/sip/PyQt5/QtQuick/qsgmaterial.sip
/usr/share/sip/PyQt5/QtQuick/qsgnode.sip
/usr/share/sip/PyQt5/QtQuick/qsgrectanglenode.sip
/usr/share/sip/PyQt5/QtQuick/qsgrendererinterface.sip
/usr/share/sip/PyQt5/QtQuick/qsgrendernode.sip
/usr/share/sip/PyQt5/QtQuick/qsgsimplerectnode.sip
/usr/share/sip/PyQt5/QtQuick/qsgsimpletexturenode.sip
/usr/share/sip/PyQt5/QtQuick/qsgtexture.sip
/usr/share/sip/PyQt5/QtQuick/qsgtexturematerial.sip
/usr/share/sip/PyQt5/QtQuick/qsgtextureprovider.sip
/usr/share/sip/PyQt5/QtQuick/qsgvertexcolormaterial.sip
/usr/share/sip/PyQt5/QtQuickWidgets
/usr/share/sip/PyQt5/QtQuickWidgets/QtQuickWidgetsmod.sip
/usr/share/sip/PyQt5/QtQuickWidgets/qquickwidget.sip
/usr/share/sip/PyQt5/QtRemoteObjects
/usr/share/sip/PyQt5/QtRemoteObjects/QtRemoteObjectsmod.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qremoteobjectdynamicreplica.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qremoteobjectnode.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qremoteobjectregistry.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qremoteobjectreplica.sip
/usr/share/sip/PyQt5/QtRemoteObjects/qtremoteobjectglobal.sip
/usr/share/sip/PyQt5/QtSensors
/usr/share/sip/PyQt5/QtSensors/QtSensorsmod.sip
/usr/share/sip/PyQt5/QtSensors/qaccelerometer.sip
/usr/share/sip/PyQt5/QtSensors/qaltimeter.sip
/usr/share/sip/PyQt5/QtSensors/qambientlightsensor.sip
/usr/share/sip/PyQt5/QtSensors/qambienttemperaturesensor.sip
/usr/share/sip/PyQt5/QtSensors/qcompass.sip
/usr/share/sip/PyQt5/QtSensors/qdistancesensor.sip
/usr/share/sip/PyQt5/QtSensors/qgyroscope.sip
/usr/share/sip/PyQt5/QtSensors/qholstersensor.sip
/usr/share/sip/PyQt5/QtSensors/qhumiditysensor.sip
/usr/share/sip/PyQt5/QtSensors/qirproximitysensor.sip
/usr/share/sip/PyQt5/QtSensors/qlidsensor.sip
/usr/share/sip/PyQt5/QtSensors/qlightsensor.sip
/usr/share/sip/PyQt5/QtSensors/qmagnetometer.sip
/usr/share/sip/PyQt5/QtSensors/qorientationsensor.sip
/usr/share/sip/PyQt5/QtSensors/qpressuresensor.sip
/usr/share/sip/PyQt5/QtSensors/qproximitysensor.sip
/usr/share/sip/PyQt5/QtSensors/qrotationsensor.sip
/usr/share/sip/PyQt5/QtSensors/qsensor.sip
/usr/share/sip/PyQt5/QtSensors/qtapsensor.sip
/usr/share/sip/PyQt5/QtSensors/qtiltsensor.sip
/usr/share/sip/PyQt5/QtSerialPort
/usr/share/sip/PyQt5/QtSerialPort/QtSerialPortmod.sip
/usr/share/sip/PyQt5/QtSerialPort/qserialport.sip
/usr/share/sip/PyQt5/QtSerialPort/qserialportinfo.sip
/usr/share/sip/PyQt5/QtSql
/usr/share/sip/PyQt5/QtSql/QtSqlmod.sip
/usr/share/sip/PyQt5/QtSql/qsql.sip
/usr/share/sip/PyQt5/QtSql/qsqldatabase.sip
/usr/share/sip/PyQt5/QtSql/qsqldriver.sip
/usr/share/sip/PyQt5/QtSql/qsqlerror.sip
/usr/share/sip/PyQt5/QtSql/qsqlfield.sip
/usr/share/sip/PyQt5/QtSql/qsqlindex.sip
/usr/share/sip/PyQt5/QtSql/qsqlquery.sip
/usr/share/sip/PyQt5/QtSql/qsqlquerymodel.sip
/usr/share/sip/PyQt5/QtSql/qsqlrecord.sip
/usr/share/sip/PyQt5/QtSql/qsqlrelationaldelegate.sip
/usr/share/sip/PyQt5/QtSql/qsqlrelationaltablemodel.sip
/usr/share/sip/PyQt5/QtSql/qsqlresult.sip
/usr/share/sip/PyQt5/QtSql/qsqltablemodel.sip
/usr/share/sip/PyQt5/QtSql/qtsqlglobal.sip
/usr/share/sip/PyQt5/QtSvg
/usr/share/sip/PyQt5/QtSvg/QtSvgmod.sip
/usr/share/sip/PyQt5/QtSvg/qgraphicssvgitem.sip
/usr/share/sip/PyQt5/QtSvg/qsvggenerator.sip
/usr/share/sip/PyQt5/QtSvg/qsvgrenderer.sip
/usr/share/sip/PyQt5/QtSvg/qsvgwidget.sip
/usr/share/sip/PyQt5/QtTest
/usr/share/sip/PyQt5/QtTest/QtTestmod.sip
/usr/share/sip/PyQt5/QtTest/qabstractitemmodeltester.sip
/usr/share/sip/PyQt5/QtTest/qsignalspy.sip
/usr/share/sip/PyQt5/QtTest/qtestcase.sip
/usr/share/sip/PyQt5/QtTest/qtestkeyboard.sip
/usr/share/sip/PyQt5/QtTest/qtestmouse.sip
/usr/share/sip/PyQt5/QtTest/qtestsystem.sip
/usr/share/sip/PyQt5/QtTest/qtesttouch.sip
/usr/share/sip/PyQt5/QtWebChannel
/usr/share/sip/PyQt5/QtWebChannel/QtWebChannelmod.sip
/usr/share/sip/PyQt5/QtWebChannel/qwebchannel.sip
/usr/share/sip/PyQt5/QtWebChannel/qwebchannelabstracttransport.sip
/usr/share/sip/PyQt5/QtWebKit
/usr/share/sip/PyQt5/QtWebKit/QtWebKitmod.sip
/usr/share/sip/PyQt5/QtWebKit/qwebdatabase.sip
/usr/share/sip/PyQt5/QtWebKit/qwebelement.sip
/usr/share/sip/PyQt5/QtWebKit/qwebhistory.sip
/usr/share/sip/PyQt5/QtWebKit/qwebhistoryinterface.sip
/usr/share/sip/PyQt5/QtWebKit/qwebkitglobal.sip
/usr/share/sip/PyQt5/QtWebKit/qwebpluginfactory.sip
/usr/share/sip/PyQt5/QtWebKit/qwebsecurityorigin.sip
/usr/share/sip/PyQt5/QtWebKit/qwebsettings.sip
/usr/share/sip/PyQt5/QtWebKitWidgets
/usr/share/sip/PyQt5/QtWebKitWidgets/QtWebKitWidgetsmod.sip
/usr/share/sip/PyQt5/QtWebKitWidgets/qgraphicswebview.sip
/usr/share/sip/PyQt5/QtWebKitWidgets/qwebframe.sip
/usr/share/sip/PyQt5/QtWebKitWidgets/qwebinspector.sip
/usr/share/sip/PyQt5/QtWebKitWidgets/qwebpage.sip
/usr/share/sip/PyQt5/QtWebKitWidgets/qwebview.sip
/usr/share/sip/PyQt5/QtWebSockets
/usr/share/sip/PyQt5/QtWebSockets/QtWebSocketsmod.sip
/usr/share/sip/PyQt5/QtWebSockets/qmaskgenerator.sip
/usr/share/sip/PyQt5/QtWebSockets/qwebsocket.sip
/usr/share/sip/PyQt5/QtWebSockets/qwebsocketcorsauthenticator.sip
/usr/share/sip/PyQt5/QtWebSockets/qwebsocketprotocol.sip
/usr/share/sip/PyQt5/QtWebSockets/qwebsocketserver.sip
/usr/share/sip/PyQt5/QtWidgets
/usr/share/sip/PyQt5/QtWidgets/QtWidgetsmod.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractbutton.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractitemdelegate.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractitemview.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractscrollarea.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractslider.sip
/usr/share/sip/PyQt5/QtWidgets/qabstractspinbox.sip
/usr/share/sip/PyQt5/QtWidgets/qaction.sip
/usr/share/sip/PyQt5/QtWidgets/qactiongroup.sip
/usr/share/sip/PyQt5/QtWidgets/qapplication.sip
/usr/share/sip/PyQt5/QtWidgets/qboxlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qbuttongroup.sip
/usr/share/sip/PyQt5/QtWidgets/qcalendarwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qcheckbox.sip
/usr/share/sip/PyQt5/QtWidgets/qcolordialog.sip
/usr/share/sip/PyQt5/QtWidgets/qcolumnview.sip
/usr/share/sip/PyQt5/QtWidgets/qcombobox.sip
/usr/share/sip/PyQt5/QtWidgets/qcommandlinkbutton.sip
/usr/share/sip/PyQt5/QtWidgets/qcommonstyle.sip
/usr/share/sip/PyQt5/QtWidgets/qcompleter.sip
/usr/share/sip/PyQt5/QtWidgets/qdatawidgetmapper.sip
/usr/share/sip/PyQt5/QtWidgets/qdatetimeedit.sip
/usr/share/sip/PyQt5/QtWidgets/qdesktopwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qdial.sip
/usr/share/sip/PyQt5/QtWidgets/qdialog.sip
/usr/share/sip/PyQt5/QtWidgets/qdialogbuttonbox.sip
/usr/share/sip/PyQt5/QtWidgets/qdirmodel.sip
/usr/share/sip/PyQt5/QtWidgets/qdockwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qdrawutil.sip
/usr/share/sip/PyQt5/QtWidgets/qerrormessage.sip
/usr/share/sip/PyQt5/QtWidgets/qfiledialog.sip
/usr/share/sip/PyQt5/QtWidgets/qfileiconprovider.sip
/usr/share/sip/PyQt5/QtWidgets/qfilesystemmodel.sip
/usr/share/sip/PyQt5/QtWidgets/qfocusframe.sip
/usr/share/sip/PyQt5/QtWidgets/qfontcombobox.sip
/usr/share/sip/PyQt5/QtWidgets/qfontdialog.sip
/usr/share/sip/PyQt5/QtWidgets/qformlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qframe.sip
/usr/share/sip/PyQt5/QtWidgets/qgesture.sip
/usr/share/sip/PyQt5/QtWidgets/qgesturerecognizer.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsanchorlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicseffect.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsgridlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsitem.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicslayout.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicslayoutitem.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicslinearlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsproxywidget.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsscene.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicssceneevent.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicstransform.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicsview.sip
/usr/share/sip/PyQt5/QtWidgets/qgraphicswidget.sip
/usr/share/sip/PyQt5/QtWidgets/qgridlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qgroupbox.sip
/usr/share/sip/PyQt5/QtWidgets/qheaderview.sip
/usr/share/sip/PyQt5/QtWidgets/qinputdialog.sip
/usr/share/sip/PyQt5/QtWidgets/qitemdelegate.sip
/usr/share/sip/PyQt5/QtWidgets/qitemeditorfactory.sip
/usr/share/sip/PyQt5/QtWidgets/qkeyeventtransition.sip
/usr/share/sip/PyQt5/QtWidgets/qkeysequenceedit.sip
/usr/share/sip/PyQt5/QtWidgets/qlabel.sip
/usr/share/sip/PyQt5/QtWidgets/qlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qlayoutitem.sip
/usr/share/sip/PyQt5/QtWidgets/qlcdnumber.sip
/usr/share/sip/PyQt5/QtWidgets/qlineedit.sip
/usr/share/sip/PyQt5/QtWidgets/qlistview.sip
/usr/share/sip/PyQt5/QtWidgets/qlistwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qmaccocoaviewcontainer.sip
/usr/share/sip/PyQt5/QtWidgets/qmainwindow.sip
/usr/share/sip/PyQt5/QtWidgets/qmdiarea.sip
/usr/share/sip/PyQt5/QtWidgets/qmdisubwindow.sip
/usr/share/sip/PyQt5/QtWidgets/qmenu.sip
/usr/share/sip/PyQt5/QtWidgets/qmenubar.sip
/usr/share/sip/PyQt5/QtWidgets/qmessagebox.sip
/usr/share/sip/PyQt5/QtWidgets/qmouseeventtransition.sip
/usr/share/sip/PyQt5/QtWidgets/qopenglwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qplaintextedit.sip
/usr/share/sip/PyQt5/QtWidgets/qprogressbar.sip
/usr/share/sip/PyQt5/QtWidgets/qprogressdialog.sip
/usr/share/sip/PyQt5/QtWidgets/qproxystyle.sip
/usr/share/sip/PyQt5/QtWidgets/qpushbutton.sip
/usr/share/sip/PyQt5/QtWidgets/qpywidgets_qlist.sip
/usr/share/sip/PyQt5/QtWidgets/qradiobutton.sip
/usr/share/sip/PyQt5/QtWidgets/qrubberband.sip
/usr/share/sip/PyQt5/QtWidgets/qscrollarea.sip
/usr/share/sip/PyQt5/QtWidgets/qscrollbar.sip
/usr/share/sip/PyQt5/QtWidgets/qscroller.sip
/usr/share/sip/PyQt5/QtWidgets/qscrollerproperties.sip
/usr/share/sip/PyQt5/QtWidgets/qshortcut.sip
/usr/share/sip/PyQt5/QtWidgets/qsizegrip.sip
/usr/share/sip/PyQt5/QtWidgets/qsizepolicy.sip
/usr/share/sip/PyQt5/QtWidgets/qslider.sip
/usr/share/sip/PyQt5/QtWidgets/qspinbox.sip
/usr/share/sip/PyQt5/QtWidgets/qsplashscreen.sip
/usr/share/sip/PyQt5/QtWidgets/qsplitter.sip
/usr/share/sip/PyQt5/QtWidgets/qstackedlayout.sip
/usr/share/sip/PyQt5/QtWidgets/qstackedwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qstatusbar.sip
/usr/share/sip/PyQt5/QtWidgets/qstyle.sip
/usr/share/sip/PyQt5/QtWidgets/qstyleditemdelegate.sip
/usr/share/sip/PyQt5/QtWidgets/qstylefactory.sip
/usr/share/sip/PyQt5/QtWidgets/qstyleoption.sip
/usr/share/sip/PyQt5/QtWidgets/qstylepainter.sip
/usr/share/sip/PyQt5/QtWidgets/qsystemtrayicon.sip
/usr/share/sip/PyQt5/QtWidgets/qtabbar.sip
/usr/share/sip/PyQt5/QtWidgets/qtableview.sip
/usr/share/sip/PyQt5/QtWidgets/qtablewidget.sip
/usr/share/sip/PyQt5/QtWidgets/qtabwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qtextbrowser.sip
/usr/share/sip/PyQt5/QtWidgets/qtextedit.sip
/usr/share/sip/PyQt5/QtWidgets/qtoolbar.sip
/usr/share/sip/PyQt5/QtWidgets/qtoolbox.sip
/usr/share/sip/PyQt5/QtWidgets/qtoolbutton.sip
/usr/share/sip/PyQt5/QtWidgets/qtooltip.sip
/usr/share/sip/PyQt5/QtWidgets/qtreeview.sip
/usr/share/sip/PyQt5/QtWidgets/qtreewidget.sip
/usr/share/sip/PyQt5/QtWidgets/qtreewidgetitemiterator.sip
/usr/share/sip/PyQt5/QtWidgets/qundogroup.sip
/usr/share/sip/PyQt5/QtWidgets/qundostack.sip
/usr/share/sip/PyQt5/QtWidgets/qundoview.sip
/usr/share/sip/PyQt5/QtWidgets/qwhatsthis.sip
/usr/share/sip/PyQt5/QtWidgets/qwidget.sip
/usr/share/sip/PyQt5/QtWidgets/qwidgetaction.sip
/usr/share/sip/PyQt5/QtWidgets/qwizard.sip
/usr/share/sip/PyQt5/QtWinExtras
/usr/share/sip/PyQt5/QtWinExtras/QtWinExtrasmod.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinfunctions.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinjumplist.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinjumplistcategory.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinjumplistitem.sip
/usr/share/sip/PyQt5/QtWinExtras/qwintaskbarbutton.sip
/usr/share/sip/PyQt5/QtWinExtras/qwintaskbarprogress.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinthumbnailtoolbar.sip
/usr/share/sip/PyQt5/QtWinExtras/qwinthumbnailtoolbutton.sip
/usr/share/sip/PyQt5/QtX11Extras
/usr/share/sip/PyQt5/QtX11Extras/QtX11Extrasmod.sip
/usr/share/sip/PyQt5/QtX11Extras/qx11info_x11.sip
/usr/share/sip/PyQt5/QtXml
/usr/share/sip/PyQt5/QtXml/QtXmlmod.sip
/usr/share/sip/PyQt5/QtXml/qdom.sip
/usr/share/sip/PyQt5/QtXml/qxml.sip
/usr/share/sip/PyQt5/QtXmlPatterns
/usr/share/sip/PyQt5/QtXmlPatterns/QtXmlPatternsmod.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qabstractmessagehandler.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qabstracturiresolver.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qabstractxmlnodemodel.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qabstractxmlreceiver.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qsimplexmlnodemodel.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qsourcelocation.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlformatter.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlname.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlnamepool.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlquery.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlresultitems.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlschema.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlschemavalidator.sip
/usr/share/sip/PyQt5/QtXmlPatterns/qxmlserializer.sip


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:55:59 2024