Qt for Python Missing Bindings: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
= PySide2 bindings for Qt 5.6 =  
= PySide2 bindings for Qt 5.6 =


Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2.
Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2.


Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a  
Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
 
This report was generated by running the following command: python missing_bindings.py --qt-version 5.6 -w all


===== QtCore =====
===== QtCore =====
Line 48: Line 50:
  QVersionNumber (is present in PyQt5)
  QVersionNumber (is present in PyQt5)
  QWinEventNotifier
  QWinEventNotifier
Number of missing types:''' 36'''
Number of missing types:''' 36'''


Line 100: Line 103:
  QScrollPrepareEvent (is present in PyQt5)
  QScrollPrepareEvent (is present in PyQt5)
  QSupportedWritingSystems
  QSupportedWritingSystems
Number of missing types:''' 41'''
Number of missing types:''' 41'''


Line 118: Line 122:
  QScroller (is present in PyQt5)
  QScroller (is present in PyQt5)
  QScrollerProperties (is present in PyQt5)
  QScrollerProperties (is present in PyQt5)
Number of missing types:''' 7'''
Number of missing types:''' 7'''


Line 150: Line 155:
  QMetaDataReaderControl
  QMetaDataReaderControl
  QMetaDataWriterControl
  QMetaDataWriterControl
Number of missing types:''' 21'''
Number of missing types:''' 21'''


Line 179: Line 185:
  QSslEllipticCurve (is present in PyQt5)
  QSslEllipticCurve (is present in PyQt5)
  QSslPreSharedKeyAuthenticator (is present in PyQt5)
  QSslPreSharedKeyAuthenticator (is present in PyQt5)
Number of missing types:''' 11'''
Number of missing types:''' 11'''


Line 191: Line 198:


  QQmlListProperty (is present in PyQt5)
  QQmlListProperty (is present in PyQt5)
Number of missing types:''' 1'''
Number of missing types:''' 1'''


Line 212: Line 220:
  QSGTextureMaterial (is present in PyQt5)
  QSGTextureMaterial (is present in PyQt5)
  QSGVertexColorMaterial (is present in PyQt5)
  QSGVertexColorMaterial (is present in PyQt5)
Number of missing types:''' 10'''
Number of missing types:''' 10'''


Line 232: Line 241:
  QSignalSpy (is present in PyQt5)
  QSignalSpy (is present in PyQt5)
  QTestEventList
  QTestEventList
Number of missing types:''' 2'''
Number of missing types:''' 2'''


Line 239: Line 249:
Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html


''Could not load PyQt5.QtConcurrent for comparison. Received error: module PyQt5 has no attribute QtConcurrent ''
''Could not load PyQt5.QtConcurrent for comparison. Received error: module object has no attribute QtConcurrent ''


Number of types in QtConcurrent:''' 1'''
Number of types in QtConcurrent:''' 1'''
Line 248: Line 258:
Documentation link: http://doc.qt.io/qt-5.6/qthelp-module.html
Documentation link: http://doc.qt.io/qt-5.6/qthelp-module.html


''Could not load PySide2.QtHelp. Received error: module PySide2 has no attribute QtHelp Skipping.''
''Could not load PySide2.QtHelp. Received error: module object has no attribute QtHelp. Skipping.''


===== QtOpenGL =====
===== QtOpenGL =====
Line 260: Line 270:
Documentation link: http://doc.qt.io/qt-5.6/qtlocation-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtlocation-module.html


''Could not load PySide2.QtLocation. Received error: module PySide2 has no attribute QtLocation Skipping.''
''Could not load PySide2.QtLocation. Received error: module object has no attribute QtLocation. Skipping.''


===== QtPrintSupport =====
===== QtPrintSupport =====
Line 272: Line 282:
Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html


''Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript Skipping.''
''Could not load PySide2.QtScript. Received error: module object has no attribute QtScript. Skipping.''


===== QtScriptTools =====
===== QtScriptTools =====
Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html


''Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools Skipping.''
''Could not load PySide2.QtScriptTools. Received error: module object has no attribute QtScriptTools. Skipping.''


===== QtSvg =====
===== QtSvg =====
Line 289: Line 299:
Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html


''Could not load PySide2.QtUiTools. Received error: module PySide2 has no attribute QtUiTools Skipping.''
''Could not load PySide2.QtUiTools. Received error: module object has no attribute QtUiTools. Skipping.''


===== QtWebChannel =====
===== QtWebChannel =====
Line 309: Line 319:
  QWebEngineScriptCollection (is present in PyQt5)
  QWebEngineScriptCollection (is present in PyQt5)
  QWebEngineSettings (is present in PyQt5)
  QWebEngineSettings (is present in PyQt5)
Number of missing types:''' 4'''
Number of missing types:''' 4'''


Line 323: Line 334:
Documentation link: http://doc.qt.io/qt-5.6/qtx11extras-module.html
Documentation link: http://doc.qt.io/qt-5.6/qtx11extras-module.html


''Could not load PySide2.QtX11Extras. Received error: module PySide2 has no attribute QtX11Extras Skipping.''
''Could not load PySide2.QtX11Extras. Received error: module object has no attribute QtX11Extras. Skipping.''


===== QtXml =====
===== QtXml =====
Line 340: Line 351:


  QSimpleXmlNodeModel (is present in PyQt5)
  QSimpleXmlNodeModel (is present in PyQt5)
Number of missing types:''' 1'''
Number of missing types:''' 1'''


Line 351: Line 363:
Total number of missing modules:''' 6'''
Total number of missing modules:''' 6'''


= PySide2 bindings for Qt 5.9 =


= PySide2 bindings for Qt 5.9 =
Using Qt version 5.9 documentation to find public API Qt types, to test if they are present in PySide2.


Using Qt version 5.9 documentation to find public API Qt types, to test if they are present in PySide2.
Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a


Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
This report was generated by running the following command: python missing_bindings.py --qt-version 5.9 -w all


===== QtCore =====
===== QtCore =====
Line 403: Line 416:
  QVersionNumber (is present in PyQt5)
  QVersionNumber (is present in PyQt5)
  QWinEventNotifier
  QWinEventNotifier
Number of missing types:''' 38'''
Number of missing types:''' 38'''


Line 442: Line 456:
  QScrollPrepareEvent (is present in PyQt5)
  QScrollPrepareEvent (is present in PyQt5)
  QSupportedWritingSystems
  QSupportedWritingSystems
Number of missing types:''' 28'''
Number of missing types:''' 28'''


Line 461: Line 476:
  QScroller (is present in PyQt5)
  QScroller (is present in PyQt5)
  QScrollerProperties (is present in PyQt5)
  QScrollerProperties (is present in PyQt5)
Number of missing types:''' 8'''
Number of missing types:''' 8'''


Line 494: Line 510:
  QMetaDataReaderControl
  QMetaDataReaderControl
  QMetaDataWriterControl
  QMetaDataWriterControl
Number of missing types:''' 22'''
Number of missing types:''' 22'''


Line 534: Line 551:
  QSslPreSharedKeyAuthenticator (is present in PyQt5)
  QSslPreSharedKeyAuthenticator (is present in PyQt5)
  QSslSocket (is present in PyQt5)
  QSslSocket (is present in PyQt5)
Number of missing types:''' 22'''
Number of missing types:''' 22'''


Line 546: Line 564:


  QQmlListProperty (is present in PyQt5)
  QQmlListProperty (is present in PyQt5)
Number of missing types:''' 1'''
Number of missing types:''' 1'''


Line 571: Line 590:
  QSGTextureMaterial (is present in PyQt5)
  QSGTextureMaterial (is present in PyQt5)
  QSGVertexColorMaterial (is present in PyQt5)
  QSGVertexColorMaterial (is present in PyQt5)
Number of missing types:''' 14'''
Number of missing types:''' 14'''


Line 591: Line 611:
  QSignalSpy (is present in PyQt5)
  QSignalSpy (is present in PyQt5)
  QTestEventList
  QTestEventList
Number of missing types:''' 2'''
Number of missing types:''' 2'''


Line 612: Line 633:


  QHelpSearchResult (is present in PyQt5)
  QHelpSearchResult (is present in PyQt5)
Number of missing types:''' 1'''
Number of missing types:''' 1'''


Line 626: Line 648:
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtlocation-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtlocation-module.html


''Could not load PySide2.QtLocation. Received error: module PySide2 has no attribute QtLocation Skipping.''
''Could not load PySide2.QtLocation. Received error: module PySide2 has no attribute QtLocation. Skipping.''


===== QtPrintSupport =====
===== QtPrintSupport =====
Line 638: Line 660:
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscript-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscript-module.html


''Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript Skipping.''
''Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript. Skipping.''


===== QtScriptTools =====
===== QtScriptTools =====
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscripttools-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscripttools-module.html


''Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools Skipping.''
''Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools. Skipping.''


===== QtSvg =====
===== QtSvg =====
Line 655: Line 677:
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtuitools-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtuitools-module.html


''Could not load PySide2.QtUiTools. Received error: module PySide2 has no attribute QtUiTools Skipping.''
''Could not load PySide2.QtUiTools. Received error: module PySide2 has no attribute QtUiTools. Skipping.''


===== QtWebChannel =====
===== QtWebChannel =====
Line 667: Line 689:
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwebenginewidgets-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwebenginewidgets-module.html


''Could not load PySide2.QtWebEngineWidgets. Received error: module PySide2 has no attribute QtWebEngineWidgets Skipping.''
''Could not load PySide2.QtWebEngineWidgets. Received error: module PySide2 has no attribute QtWebEngineWidgets. Skipping.''


===== QtWebSockets =====
===== QtWebSockets =====
Line 679: Line 701:
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtx11extras-module.html
Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtx11extras-module.html


''Could not load PySide2.QtX11Extras. Received error: module PySide2 has no attribute QtX11Extras Skipping.''
''Could not load PySide2.QtX11Extras. Received error: module PySide2 has no attribute QtX11Extras. Skipping.''


===== QtXml =====
===== QtXml =====
Line 696: Line 718:


  QSimpleXmlNodeModel (is present in PyQt5)
  QSimpleXmlNodeModel (is present in PyQt5)
Number of missing types:''' 1'''
Number of missing types:''' 1'''



Revision as of 08:28, 31 July 2017

PySide2 bindings for Qt 5.6

Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2.

Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a

This report was generated by running the following command: python missing_bindings.py --qt-version 5.6 -w all

QtCore

Documentation link: http://doc.qt.io/qt-5.6/qtcore-module.html

Number of types in QtCore: 166

Missing types in QtCore:

QAbstractNativeEventFilter (is present in PyQt5)
QAtomicInt
QAtomicInteger
QAtomicPointer
QByteArrayList
QCache
QContiguousCache
QEventLoopLocker (is present in PyQt5)
QException
QFuture
QFutureSynchronizer
QFutureWatcher
QIdentityProxyModel (is present in PyQt5)
QJsonObject
QLibrary (is present in PyQt5)
QLockFile (is present in PyQt5)
QLoggingCategory
QMessageAuthenticationCode (is present in PyQt5)
QMessageLogger (is present in PyQt5)
QMetaType (is present in PyQt5)
QObjectCleanupHandler (is present in PyQt5)
QRegularExpression (is present in PyQt5)
QRegularExpressionMatch (is present in PyQt5)
QRegularExpressionMatchIterator (is present in PyQt5)
QSharedMemory (is present in PyQt5)
QSignalBlocker (is present in PyQt5)
QStringListModel (is present in PyQt5)
QThreadStorage
QTimeZone (is present in PyQt5)
QTimeZone.OffsetData (is present in PyQt5)
QUnhandledException
QUrlQuery (is present in PyQt5)
QUuid (is present in PyQt5)
QVariant (is present in PyQt5)
QVersionNumber (is present in PyQt5)
QWinEventNotifier

Number of missing types: 36

Number of missing types that are present in PyQt5: 21

QtGui

Documentation link: http://doc.qt.io/qt-5.6/qtgui-module.html

Number of types in QtGui: 188

Missing types in QtGui:

QAbstractOpenGLFunctions (is present in PyQt5)
QAccessibleEditableTextInterface
QAccessibleImageInterface
QAccessibleObject
QAccessibleStateChangeEvent
QAccessibleTableCellInterface
QAccessibleTableModelChangeEvent
QAccessibleTextCursorEvent
QAccessibleTextInsertEvent
QAccessibleTextInterface
QAccessibleTextRemoveEvent
QAccessibleTextSelectionEvent
QAccessibleTextUpdateEvent
QAccessibleValueChangeEvent
QAccessibleValueInterface
QGlyphRun (is present in PyQt5)
QInputMethod (is present in PyQt5)
QInputMethodQueryEvent (is present in PyQt5)
QNativeGestureEvent (is present in PyQt5)
QOffscreenSurface (is present in PyQt5)
QOpenGLContextGroup (is present in PyQt5)
QOpenGLDebugLogger (is present in PyQt5)
QOpenGLDebugMessage (is present in PyQt5)
QOpenGLFramebufferObjectFormat (is present in PyQt5)
QOpenGLPaintDevice (is present in PyQt5)
QOpenGLShaderProgram (is present in PyQt5)
QOpenGLTexture (is present in PyQt5)
QOpenGLTimeMonitor (is present in PyQt5)
QOpenGLTimerQuery (is present in PyQt5)
QOpenGLVersionProfile (is present in PyQt5)
QOpenGLVertexArrayObject (is present in PyQt5)
QOpenGLVertexArrayObject.Binder (is present in PyQt5)
QOpenGLWindow (is present in PyQt5)
QPlatformGraphicsBuffer
QPlatformSurfaceEvent (is present in PyQt5)
QPlatformSystemTrayIcon
QRasterPaintEngine
QRgba64 (is present in PyQt5)
QScrollEvent (is present in PyQt5)
QScrollPrepareEvent (is present in PyQt5)
QSupportedWritingSystems

Number of missing types: 41

Number of missing types that are present in PyQt5: 23

QtWidgets

Documentation link: http://doc.qt.io/qt-5.6/qtwidgets-module.html

Number of types in QtWidgets: 200

Missing types in QtWidgets:

QAccessibleWidget
QColormap
QMacCocoaViewContainer (is present in PyQt5)
QMacNativeWidget
QProxyStyle (is present in PyQt5)
QScroller (is present in PyQt5)
QScrollerProperties (is present in PyQt5)

Number of missing types: 7

Number of missing types that are present in PyQt5: 4

QtMultimedia

Documentation link: http://doc.qt.io/qt-5.6/qtmultimedia-module.html

Number of types in QtMultimedia: 90

Missing types in QtMultimedia:

QAbstractPlanarVideoBuffer
QAudioBuffer.StereoFrame
QCameraExposure (is present in PyQt5)
QCameraFeedbackControl
QCameraFlashControl
QCameraFocus (is present in PyQt5)
QCameraFocusControl
QCameraImageProcessing (is present in PyQt5)
QMediaMetaData (is present in PyQt5)
QMediaService (is present in PyQt5)
QMediaServiceCameraInfoInterface
QMediaServiceDefaultDeviceInterface
QMediaServiceFeaturesInterface
QMediaServiceProviderPlugin
QMediaServiceSupportedDevicesInterface
QMediaServiceSupportedFormatsInterface
QMediaStreamsControl
QMediaTimeInterval (is present in PyQt5)
QMediaVideoProbeControl
QMetaDataReaderControl
QMetaDataWriterControl

Number of missing types: 21

Number of missing types that are present in PyQt5: 6

QtMultimediaWidgets

Documentation link: http://doc.qt.io/qt-5.6/qtmultimediawidgets-module.html

Number of types in QtMultimediaWidgets: 4

Number of missing types: 0

QtNetwork

Documentation link: http://doc.qt.io/qt-5.6/qtnetwork-module.html

Number of types in QtNetwork: 43

Missing types in QtNetwork:

QDnsDomainNameRecord (is present in PyQt5)
QDnsHostAddressRecord (is present in PyQt5)
QDnsLookup (is present in PyQt5)
QDnsMailExchangeRecord (is present in PyQt5)
QDnsServiceRecord (is present in PyQt5)
QDnsTextRecord (is present in PyQt5)
QHttpMultiPart (is present in PyQt5)
QHttpPart (is present in PyQt5)
QSslCertificateExtension (is present in PyQt5)
QSslEllipticCurve (is present in PyQt5)
QSslPreSharedKeyAuthenticator (is present in PyQt5)

Number of missing types: 11

Number of missing types that are present in PyQt5: 11

QtQml

Documentation link: http://doc.qt.io/qt-5.6/qtqml-module.html

Number of types in QtQml: 23

Missing types in QtQml:

QQmlListProperty (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtQuick

Documentation link: http://doc.qt.io/qt-5.6/qtquick-module.html

Number of types in QtQuick: 43

Missing types in QtQuick:

QQuickItem.ItemChangeData (is present in PyQt5)
QSGFlatColorMaterial (is present in PyQt5)
QSGMaterial (is present in PyQt5)
QSGMaterialShader (is present in PyQt5)
QSGMaterialShader.RenderState (is present in PyQt5)
QSGOpaqueTextureMaterial (is present in PyQt5)
QSGSimpleMaterial
QSGSimpleMaterialShader
QSGTextureMaterial (is present in PyQt5)
QSGVertexColorMaterial (is present in PyQt5)

Number of missing types: 10

Number of missing types that are present in PyQt5: 8

QtSql

Documentation link: http://doc.qt.io/qt-5.6/qtsql-module.html

Number of types in QtSql: 15

Number of missing types: 0

QtTest

Documentation link: http://doc.qt.io/qt-5.6/qttest-module.html

Number of types in QtTest: 4

Missing types in QtTest:

QSignalSpy (is present in PyQt5)
QTestEventList

Number of missing types: 2

Number of missing types that are present in PyQt5: 1

QtConcurrent

Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html

Could not load PyQt5.QtConcurrent for comparison. Received error: module object has no attribute QtConcurrent

Number of types in QtConcurrent: 1

Number of missing types: 0

QtHelp

Documentation link: http://doc.qt.io/qt-5.6/qthelp-module.html

Could not load PySide2.QtHelp. Received error: module object has no attribute QtHelp. Skipping.

QtOpenGL

Documentation link: http://doc.qt.io/qt-5.6/qtopengl-module.html

Number of types in QtOpenGL: 1

Number of missing types: 0

QtLocation

Documentation link: http://doc.qt.io/qt-5.6/qtlocation-module.html

Could not load PySide2.QtLocation. Received error: module object has no attribute QtLocation. Skipping.

QtPrintSupport

Documentation link: http://doc.qt.io/qt-5.6/qtprintsupport-module.html

Number of types in QtPrintSupport: 8

Number of missing types: 0

QtScript

Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html

Could not load PySide2.QtScript. Received error: module object has no attribute QtScript. Skipping.

QtScriptTools

Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html

Could not load PySide2.QtScriptTools. Received error: module object has no attribute QtScriptTools. Skipping.

QtSvg

Documentation link: http://doc.qt.io/qt-5.6/qtsvg-module.html

Number of types in QtSvg: 4

Number of missing types: 0

QtUiTools

Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html

Could not load PySide2.QtUiTools. Received error: module object has no attribute QtUiTools. Skipping.

QtWebChannel

Documentation link: http://doc.qt.io/qt-5.6/qtwebchannel-module.html

Number of types in QtWebChannel: 2

Number of missing types: 0

QtWebEngineWidgets

Documentation link: http://doc.qt.io/qt-5.6/qtwebenginewidgets-module.html

Number of types in QtWebEngineWidgets: 11

Missing types in QtWebEngineWidgets:

QWebEngineFullScreenRequest (is present in PyQt5)
QWebEngineHistory (is present in PyQt5)
QWebEngineScriptCollection (is present in PyQt5)
QWebEngineSettings (is present in PyQt5)

Number of missing types: 4

Number of missing types that are present in PyQt5: 4

QtWebSockets

Documentation link: http://doc.qt.io/qt-5.6/qtwebsockets-module.html

Number of types in QtWebSockets: 5

Number of missing types: 0

QtX11Extras

Documentation link: http://doc.qt.io/qt-5.6/qtx11extras-module.html

Could not load PySide2.QtX11Extras. Received error: module object has no attribute QtX11Extras. Skipping.

QtXml

Documentation link: http://doc.qt.io/qt-5.6/qtxml-module.html

Number of types in QtXml: 31

Number of missing types: 0

QtXmlPatterns

Documentation link: http://doc.qt.io/qt-5.6/qtxmlpatterns-module.html

Number of types in QtXmlPatterns: 16

Missing types in QtXmlPatterns:

QSimpleXmlNodeModel (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

Summary

Total number of missing types: 134

Total number of missing types that are present in PyQt5: 80

Total number of missing modules: 6

PySide2 bindings for Qt 5.9

Using Qt version 5.9 documentation to find public API Qt types, to test if they are present in PySide2.

Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a

This report was generated by running the following command: python missing_bindings.py --qt-version 5.9 -w all

QtCore

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtcore-module.html

Number of types in QtCore: 169

Missing types in QtCore:

QAbstractNativeEventFilter (is present in PyQt5)
QAtomicInt
QAtomicInteger
QAtomicPointer
QByteArrayList
QCache
QContiguousCache
QDeadlineTimer (is present in PyQt5)
QEventLoopLocker (is present in PyQt5)
QException
QFuture
QFutureSynchronizer
QFutureWatcher
QIdentityProxyModel (is present in PyQt5)
QJsonObject
QLibrary (is present in PyQt5)
QLockFile (is present in PyQt5)
QLoggingCategory
QMessageAuthenticationCode (is present in PyQt5)
QMessageLogger (is present in PyQt5)
QMetaType (is present in PyQt5)
QObjectCleanupHandler (is present in PyQt5)
QOperatingSystemVersion (is present in PyQt5)
QRegularExpression (is present in PyQt5)
QRegularExpressionMatch (is present in PyQt5)
QRegularExpressionMatchIterator (is present in PyQt5)
QSharedMemory (is present in PyQt5)
QSignalBlocker (is present in PyQt5)
QStaticByteArrayMatcher
QStringListModel (is present in PyQt5)
QThreadStorage
QTimeZone (is present in PyQt5)
QTimeZone.OffsetData (is present in PyQt5)
QUnhandledException
QUuid (is present in PyQt5)
QVariant (is present in PyQt5)
QVersionNumber (is present in PyQt5)
QWinEventNotifier

Number of missing types: 38

Number of missing types that are present in PyQt5: 22

QtGui

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtgui-module.html

Number of types in QtGui: 189

Missing types in QtGui:

QAccessibleEditableTextInterface
QAccessibleImageInterface
QAccessibleObject
QAccessibleStateChangeEvent
QAccessibleTableCellInterface
QAccessibleTableModelChangeEvent
QAccessibleTextCursorEvent
QAccessibleTextInsertEvent
QAccessibleTextInterface
QAccessibleTextRemoveEvent
QAccessibleTextSelectionEvent
QAccessibleTextUpdateEvent
QAccessibleValueChangeEvent
QAccessibleValueInterface
QGlyphRun (is present in PyQt5)
QIconEngine.ScaledPixmapArgument (is present in PyQt5)
QInputMethod (is present in PyQt5)
QInputMethodQueryEvent (is present in PyQt5)
QNativeGestureEvent (is present in PyQt5)
QOpenGLPaintDevice (is present in PyQt5)
QOpenGLTextureBlitter (is present in PyQt5)
QPlatformSurfaceEvent (is present in PyQt5)
QPointingDeviceUniqueId (is present in PyQt5)
QRasterPaintEngine
QRgba64 (is present in PyQt5)
QScrollEvent (is present in PyQt5)
QScrollPrepareEvent (is present in PyQt5)
QSupportedWritingSystems

Number of missing types: 28

Number of missing types that are present in PyQt5: 12

QtWidgets

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwidgets-module.html

Number of types in QtWidgets: 201

Missing types in QtWidgets:

QAccessibleWidget
QColormap
QFormLayout.TakeRowResult (is present in PyQt5)
QMacCocoaViewContainer (is present in PyQt5)
QMacNativeWidget
QProxyStyle (is present in PyQt5)
QScroller (is present in PyQt5)
QScrollerProperties (is present in PyQt5)

Number of missing types: 8

Number of missing types that are present in PyQt5: 5

QtMultimedia

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtmultimedia-module.html

Number of types in QtMultimedia: 94

Missing types in QtMultimedia:

QAbstractPlanarVideoBuffer
QAudioBuffer.StereoFrame
QAudioSystemPlugin
QCameraExposure (is present in PyQt5)
QCameraFeedbackControl
QCameraFlashControl
QCameraFocus (is present in PyQt5)
QCameraFocusControl
QCameraImageProcessing (is present in PyQt5)
QMediaMetaData (is present in PyQt5)
QMediaService (is present in PyQt5)
QMediaServiceCameraInfoInterface
QMediaServiceDefaultDeviceInterface
QMediaServiceFeaturesInterface
QMediaServiceProviderPlugin
QMediaServiceSupportedDevicesInterface
QMediaServiceSupportedFormatsInterface
QMediaStreamsControl
QMediaTimeInterval (is present in PyQt5)
QMediaVideoProbeControl
QMetaDataReaderControl
QMetaDataWriterControl

Number of missing types: 22

Number of missing types that are present in PyQt5: 6

QtMultimediaWidgets

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtmultimediawidgets-module.html

Number of types in QtMultimediaWidgets: 4

Number of missing types: 0

QtNetwork

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtnetwork-module.html

Number of types in QtNetwork: 48

Missing types in QtNetwork:

QDnsDomainNameRecord (is present in PyQt5)
QDnsHostAddressRecord (is present in PyQt5)
QDnsLookup (is present in PyQt5)
QDnsMailExchangeRecord (is present in PyQt5)
QDnsServiceRecord (is present in PyQt5)
QDnsTextRecord (is present in PyQt5)
QHstsPolicy (is present in PyQt5)
QHttpMultiPart (is present in PyQt5)
QHttpPart (is present in PyQt5)
QNetworkDatagram (is present in PyQt5)
QSctpServer
QSctpSocket
QSslCertificate (is present in PyQt5)
QSslCertificateExtension (is present in PyQt5)
QSslCipher (is present in PyQt5)
QSslConfiguration (is present in PyQt5)
QSslDiffieHellmanParameters (is present in PyQt5)
QSslEllipticCurve (is present in PyQt5)
QSslError (is present in PyQt5)
QSslKey (is present in PyQt5)
QSslPreSharedKeyAuthenticator (is present in PyQt5)
QSslSocket (is present in PyQt5)

Number of missing types: 22

Number of missing types that are present in PyQt5: 20

QtQml

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtqml-module.html

Number of types in QtQml: 23

Missing types in QtQml:

QQmlListProperty (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtQuick

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtquick-module.html

Number of types in QtQuick: 45

Missing types in QtQuick:

QQuickItem.ItemChangeData (is present in PyQt5)
QSGFlatColorMaterial (is present in PyQt5)
QSGImageNode (is present in PyQt5)
QSGMaterial (is present in PyQt5)
QSGMaterialShader (is present in PyQt5)
QSGMaterialShader.RenderState (is present in PyQt5)
QSGOpaqueTextureMaterial (is present in PyQt5)
QSGRectangleNode (is present in PyQt5)
QSGRenderNode (is present in PyQt5)
QSGRendererInterface (is present in PyQt5)
QSGSimpleMaterial
QSGSimpleMaterialShader
QSGTextureMaterial (is present in PyQt5)
QSGVertexColorMaterial (is present in PyQt5)

Number of missing types: 14

Number of missing types that are present in PyQt5: 12

QtSql

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtsql-module.html

Number of types in QtSql: 15

Number of missing types: 0

QtTest

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qttest-module.html

Number of types in QtTest: 4

Missing types in QtTest:

QSignalSpy (is present in PyQt5)
QTestEventList

Number of missing types: 2

Number of missing types that are present in PyQt5: 1

QtConcurrent

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtconcurrent-module.html

Could not load PyQt5.QtConcurrent for comparison. Received error: module PyQt5 has no attribute QtConcurrent

Number of types in QtConcurrent: 1

Number of missing types: 0

QtHelp

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qthelp-module.html

Number of types in QtHelp: 11

Missing types in QtHelp:

QHelpSearchResult (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtOpenGL

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtopengl-module.html

Number of types in QtOpenGL: 1

Number of missing types: 0

QtLocation

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtlocation-module.html

Could not load PySide2.QtLocation. Received error: module PySide2 has no attribute QtLocation. Skipping.

QtPrintSupport

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtprintsupport-module.html

Number of types in QtPrintSupport: 8

Number of missing types: 0

QtScript

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscript-module.html

Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript. Skipping.

QtScriptTools

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtscripttools-module.html

Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools. Skipping.

QtSvg

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtsvg-module.html

Number of types in QtSvg: 4

Number of missing types: 0

QtUiTools

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtuitools-module.html

Could not load PySide2.QtUiTools. Received error: module PySide2 has no attribute QtUiTools. Skipping.

QtWebChannel

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwebchannel-module.html

Number of types in QtWebChannel: 2

Number of missing types: 0

QtWebEngineWidgets

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwebenginewidgets-module.html

Could not load PySide2.QtWebEngineWidgets. Received error: module PySide2 has no attribute QtWebEngineWidgets. Skipping.

QtWebSockets

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtwebsockets-module.html

Number of types in QtWebSockets: 5

Number of missing types: 0

QtX11Extras

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtx11extras-module.html

Could not load PySide2.QtX11Extras. Received error: module PySide2 has no attribute QtX11Extras. Skipping.

QtXml

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtxml-module.html

Number of types in QtXml: 31

Number of missing types: 0

QtXmlPatterns

Documentation link: http://doc-snapshots.qt.io/qt5-5.9/qtxmlpatterns-module.html

Number of types in QtXmlPatterns: 16

Missing types in QtXmlPatterns:

QSimpleXmlNodeModel (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

Summary

Total number of missing types: 137

Total number of missing types that are present in PyQt5: 81

Total number of missing modules: 6