Qt for Python Missing Bindings: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Qt for Python]]   
[[Category:Qt for Python]]   
= PySide2 bindings for Qt 5.11 =
= PySide2 bindings for Qt 5.11 =
Using Qt version 5.11 documentation to find public API Qt types and test if the types are present in the PySide2 package.
Using Qt version 5.11 documentation to find public API Qt types and test
if the types are present in the PySide2 package.
Similar report:
Similar report:
https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
Line 8: Line 9:
  python missing_bindings.py --qt-version 5.11 -w all
  python missing_bindings.py --qt-version 5.11 -w all
on the following date:
on the following date:
  2018-07-30 07:34:35 GMT
  2018-07-30 14:54:31 GMT


===== QtCore =====
===== QtCore =====
Documentation link: http://doc.qt.io/qt-5/qtcore-module.html
Documentation link: http://doc.qt.io/qt-5/qtcore-module.html
''Could not load PyQt5.QtCore for comparison. Received error: No module named PyQt5.''


Number of types in QtCore:''' 175'''
Number of types in QtCore:''' 175'''
Line 19: Line 18:
Missing types in QtCore:
Missing types in QtCore:


  QAbstractNativeEventFilter
  QAbstractNativeEventFilter (is present in PyQt5)
  QAtomicInt
  QAtomicInt
  QAtomicInteger
  QAtomicInteger
Line 27: Line 26:
  QCache
  QCache
  QContiguousCache
  QContiguousCache
  QDeadlineTimer
  QDeadlineTimer (is present in PyQt5)
  QEventLoopLocker
  QEventLoopLocker (is present in PyQt5)
  QException
  QException
  QFuture
  QFuture
Line 36: Line 35:
  QKeyValueIterator
  QKeyValueIterator
  QLEInteger
  QLEInteger
  QLibrary
  QLibrary (is present in PyQt5)
  QLoggingCategory
  QLoggingCategory
  QMessageLogger
  QMessageLogger (is present in PyQt5)
  QMetaType
  QMetaType (is present in PyQt5)
  QObjectCleanupHandler
  QObjectCleanupHandler (is present in PyQt5)
  QSharedMemory
  QSharedMemory (is present in PyQt5)
  QStaticByteArrayMatcher
  QStaticByteArrayMatcher
  QStringView
  QStringView
  QThreadStorage
  QThreadStorage
  QUnhandledException
  QUnhandledException
  QVariant
  QVariant (is present in PyQt5)
  QWinEventNotifier
  QWinEventNotifier


Number of missing types:''' 29'''
Number of missing types:''' 29'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 9'''


===== QtGui =====
===== QtGui =====
Documentation link: http://doc.qt.io/qt-5/qtgui-module.html
Documentation link: http://doc.qt.io/qt-5/qtgui-module.html
''Could not load PyQt5.QtGui for comparison. Received error: No module named PyQt5.''


Number of types in QtGui:''' 193'''
Number of types in QtGui:''' 193'''
Line 62: Line 59:
Missing types in QtGui:
Missing types in QtGui:


  QGlyphRun
  QGlyphRun (is present in PyQt5)
  QIconEngine.ScaledPixmapArgument
  QIconEngine.ScaledPixmapArgument (is present in PyQt5)
  QOpenGLPaintDevice
  QOpenGLPaintDevice (is present in PyQt5)
  QPlatformSurfaceEvent
  QPlatformSurfaceEvent (is present in PyQt5)
  QRasterPaintEngine
  QRasterPaintEngine
  QRgba64
  QRgba64 (is present in PyQt5)
  QSupportedWritingSystems
  QSupportedWritingSystems
  QVulkanDeviceFunctions
  QVulkanDeviceFunctions
Line 77: Line 74:
Number of missing types:''' 12'''
Number of missing types:''' 12'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 5'''


===== QtMultimedia =====
===== QtMultimedia =====
Documentation link: http://doc.qt.io/qt-5/qtmultimedia-module.html
Documentation link: http://doc.qt.io/qt-5/qtmultimedia-module.html
''Could not load PyQt5.QtMultimedia for comparison. Received error: No module named PyQt5.''


Number of types in QtMultimedia:''' 95'''
Number of types in QtMultimedia:''' 95'''
Line 91: Line 86:
  QAudioBuffer.StereoFrame
  QAudioBuffer.StereoFrame
  QAudioSystemPlugin
  QAudioSystemPlugin
  QCameraExposure
  QCameraExposure (is present in PyQt5)
  QCameraFlashControl
  QCameraFlashControl
  QCameraFocus
  QCameraFocus (is present in PyQt5)
  QCameraFocusControl
  QCameraFocusControl
  QCameraImageProcessing
  QCameraImageProcessing (is present in PyQt5)
  QMediaMetaData
  QMediaMetaData (is present in PyQt5)
  QMediaServiceProviderPlugin
  QMediaServiceProviderPlugin


Number of missing types:''' 10'''
Number of missing types:''' 10'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 4'''


===== QtMultimediaWidgets =====
===== QtMultimediaWidgets =====
Documentation link: http://doc.qt.io/qt-5/qtmultimediawidgets-module.html
Documentation link: http://doc.qt.io/qt-5/qtmultimediawidgets-module.html
''Could not load PyQt5.QtMultimediaWidgets for comparison. Received error: No module named PyQt5.''


Number of types in QtMultimediaWidgets:''' 4'''
Number of types in QtMultimediaWidgets:''' 4'''
Line 114: Line 107:
===== QtNetwork =====
===== QtNetwork =====
Documentation link: http://doc.qt.io/qt-5/qtnetwork-module.html
Documentation link: http://doc.qt.io/qt-5/qtnetwork-module.html
''Could not load PyQt5.QtNetwork for comparison. Received error: No module named PyQt5.''


Number of types in QtNetwork:''' 48'''
Number of types in QtNetwork:''' 48'''
Line 123: Line 114:
  QSctpServer
  QSctpServer
  QSctpSocket
  QSctpSocket
  QSslEllipticCurve
  QSslEllipticCurve (is present in PyQt5)


Number of missing types:''' 3'''
Number of missing types:''' 3'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 1'''


===== QtQml =====
===== QtQml =====
Documentation link: http://doc.qt.io/qt-5/qtqml-module.html
Documentation link: http://doc.qt.io/qt-5/qtqml-module.html
''Could not load PyQt5.QtQml for comparison. Received error: No module named PyQt5.''


Number of types in QtQml:''' 24'''
Number of types in QtQml:''' 24'''
Line 138: Line 127:
Missing types in QtQml:
Missing types in QtQml:


  QQmlContext.PropertyPair
  QQmlContext.PropertyPair (is present in PyQt5)
  QQmlListProperty
  QQmlListProperty (is present in PyQt5)


Number of missing types:''' 2'''
Number of missing types:''' 2'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 2'''


===== QtQuick =====
===== QtQuick =====
Documentation link: http://doc.qt.io/qt-5/qtquick-module.html
Documentation link: http://doc.qt.io/qt-5/qtquick-module.html
''Could not load PyQt5.QtQuick for comparison. Received error: No module named PyQt5.''


Number of types in QtQuick:''' 45'''
Number of types in QtQuick:''' 45'''
Line 154: Line 141:
Missing types in QtQuick:
Missing types in QtQuick:


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


Number of missing types:''' 14'''
Number of missing types:''' 14'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 12'''


===== QtSql =====
===== QtSql =====
Documentation link: http://doc.qt.io/qt-5/qtsql-module.html
Documentation link: http://doc.qt.io/qt-5/qtsql-module.html
''Could not load PyQt5.QtSql for comparison. Received error: No module named PyQt5.''


Number of types in QtSql:''' 15'''
Number of types in QtSql:''' 15'''
Line 184: Line 169:
===== QtTest =====
===== QtTest =====
Documentation link: http://doc.qt.io/qt-5/qttest-module.html
Documentation link: http://doc.qt.io/qt-5/qttest-module.html
''Could not load PyQt5.QtTest for comparison. Received error: No module named PyQt5.''


Number of types in QtTest:''' 5'''
Number of types in QtTest:''' 5'''
Line 191: Line 174:
Missing types in QtTest:
Missing types in QtTest:


  QAbstractItemModelTester
  QAbstractItemModelTester (is present in PyQt5)
  QSignalSpy
  QSignalSpy (is present in PyQt5)
  QTestEventList
  QTestEventList


Number of missing types:''' 3'''
Number of missing types:''' 3'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 2'''


===== QtWidgets =====
===== QtWidgets =====
Documentation link: http://doc.qt.io/qt-5/qtwidgets-module.html
Documentation link: http://doc.qt.io/qt-5/qtwidgets-module.html
''Could not load PyQt5.QtWidgets for comparison. Received error: No module named PyQt5.''


Number of types in QtWidgets:''' 200'''
Number of types in QtWidgets:''' 200'''
Line 208: Line 189:
Missing types in QtWidgets:
Missing types in QtWidgets:


  QFormLayout.TakeRowResult
  QFormLayout.TakeRowResult (is present in PyQt5)
  QMacCocoaViewContainer
  QMacCocoaViewContainer
  QMacNativeWidget
  QMacNativeWidget
Line 214: Line 195:
Number of missing types:''' 3'''
Number of missing types:''' 3'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 1'''


===== Qt3DCore =====
===== Qt3DCore =====
Documentation link: http://doc.qt.io/qt-5/qt3dcore-module.html
Documentation link: http://doc.qt.io/qt-5/qt3dcore-module.html


''Could not load PyQt5.Qt3DCore for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DCore for comparison. Received error: module PyQt5 has no attribute Qt3DCore.''


Number of types in Qt3DCore:''' 38'''
Number of types in Qt3DCore:''' 38'''
Line 238: Line 219:
Documentation link: http://doc.qt.io/qt-5/qt3dinput-module.html
Documentation link: http://doc.qt.io/qt-5/qt3dinput-module.html


''Could not load PyQt5.Qt3DInput for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DInput for comparison. Received error: module PyQt5 has no attribute Qt3DInput.''


Number of types in Qt3DInput:''' 26'''
Number of types in Qt3DInput:''' 26'''
Line 255: Line 236:
Documentation link: http://doc.qt.io/qt-5/qt3dlogic-module.html
Documentation link: http://doc.qt.io/qt-5/qt3dlogic-module.html


''Could not load PyQt5.Qt3DLogic for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DLogic for comparison. Received error: module PyQt5 has no attribute Qt3DLogic.''


Number of types in Qt3DLogic:''' 3'''
Number of types in Qt3DLogic:''' 3'''
Line 264: Line 245:
Documentation link: http://doc.qt.io/qt-5/qt3drender-module.html
Documentation link: http://doc.qt.io/qt-5/qt3drender-module.html


''Could not load PyQt5.Qt3DRender for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DRender for comparison. Received error: module PyQt5 has no attribute Qt3DRender.''


Number of types in Qt3DRender:''' 113'''
Number of types in Qt3DRender:''' 113'''
Line 281: Line 262:
Documentation link: http://doc.qt.io/qt-5/qt3danimation-module.html
Documentation link: http://doc.qt.io/qt-5/qt3danimation-module.html


''Could not load PyQt5.Qt3DAnimation for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DAnimation for comparison. Received error: module PyQt5 has no attribute Qt3DAnimation.''


Number of types in Qt3DAnimation:''' 25'''
Number of types in Qt3DAnimation:''' 25'''
Line 304: Line 285:
Documentation link: http://doc.qt.io/qt-5/qt3dextras-module.html
Documentation link: http://doc.qt.io/qt-5/qt3dextras-module.html


''Could not load PyQt5.Qt3DExtras for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.Qt3DExtras for comparison. Received error: module PyQt5 has no attribute Qt3DExtras.''


Number of types in Qt3DExtras:''' 46'''
Number of types in Qt3DExtras:''' 46'''
Line 313: Line 294:
Documentation link: http://doc.qt.io/qt-5/qtconcurrent-module.html
Documentation link: http://doc.qt.io/qt-5/qtconcurrent-module.html


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


Number of types in QtConcurrent:''' 1'''
Number of types in QtConcurrent:''' 1'''
Line 326: Line 307:
===== QtHelp =====
===== QtHelp =====
Documentation link: http://doc.qt.io/qt-5/qthelp-module.html
Documentation link: http://doc.qt.io/qt-5/qthelp-module.html
''Could not load PyQt5.QtHelp for comparison. Received error: No module named PyQt5.''


Number of types in QtHelp:''' 11'''
Number of types in QtHelp:''' 11'''
Line 335: Line 314:
===== QtLocation =====
===== QtLocation =====
Documentation link: http://doc.qt.io/qt-5/qtlocation-module.html
Documentation link: http://doc.qt.io/qt-5/qtlocation-module.html
''Could not load PyQt5.QtLocation for comparison. Received error: No module named PyQt5.''


Number of types in QtLocation:''' 40'''
Number of types in QtLocation:''' 40'''
Line 342: Line 319:
Missing types in QtLocation:
Missing types in QtLocation:


  QLocation
  QLocation (is present in PyQt5)


Number of missing types:''' 1'''
Number of missing types:''' 1'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 1'''


===== QtPrintSupport =====
===== QtPrintSupport =====
Documentation link: http://doc.qt.io/qt-5/qtprintsupport-module.html
Documentation link: http://doc.qt.io/qt-5/qtprintsupport-module.html
''Could not load PyQt5.QtPrintSupport for comparison. Received error: No module named PyQt5.''


Number of types in QtPrintSupport:''' 8'''
Number of types in QtPrintSupport:''' 8'''
Line 369: Line 344:
===== QtSvg =====
===== QtSvg =====
Documentation link: http://doc.qt.io/qt-5/qtsvg-module.html
Documentation link: http://doc.qt.io/qt-5/qtsvg-module.html
''Could not load PyQt5.QtSvg for comparison. Received error: No module named PyQt5.''


Number of types in QtSvg:''' 4'''
Number of types in QtSvg:''' 4'''
Line 379: Line 352:
Documentation link: http://doc.qt.io/qt-5/qtuitools-module.html
Documentation link: http://doc.qt.io/qt-5/qtuitools-module.html


''Could not load PyQt5.QtUiTools for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.QtUiTools for comparison. Received error: module PyQt5 has no attribute QtUiTools.''


Number of types in QtUiTools:''' 1'''
Number of types in QtUiTools:''' 1'''
Line 387: Line 360:
===== QtWebChannel =====
===== QtWebChannel =====
Documentation link: http://doc.qt.io/qt-5/qtwebchannel-module.html
Documentation link: http://doc.qt.io/qt-5/qtwebchannel-module.html
''Could not load PyQt5.QtWebChannel for comparison. Received error: No module named PyQt5.''


Number of types in QtWebChannel:''' 2'''
Number of types in QtWebChannel:''' 2'''
Line 396: Line 367:
===== QtWebEngine =====
===== QtWebEngine =====
Documentation link: http://doc.qt.io/qt-5/qtwebengine-module.html
Documentation link: http://doc.qt.io/qt-5/qtwebengine-module.html
''Could not load PyQt5.QtWebEngine for comparison. Received error: No module named PyQt5.''


Number of types in QtWebEngine:''' 3'''
Number of types in QtWebEngine:''' 3'''
Line 403: Line 372:
Missing types in QtWebEngine:
Missing types in QtWebEngine:


  QQuickWebEngineProfile
  QQuickWebEngineProfile (is present in PyQt5)
  QQuickWebEngineScript
  QQuickWebEngineScript (is present in PyQt5)


Number of missing types:''' 2'''
Number of missing types:''' 2'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 2'''


===== QtWebEngineWidgets =====
===== QtWebEngineWidgets =====
Documentation link: http://doc.qt.io/qt-5/qtwebenginewidgets-module.html
Documentation link: http://doc.qt.io/qt-5/qtwebenginewidgets-module.html
''Could not load PyQt5.QtWebEngineWidgets for comparison. Received error: No module named PyQt5.''


Number of types in QtWebEngineWidgets:''' 12'''
Number of types in QtWebEngineWidgets:''' 12'''
Line 419: Line 386:
Missing types in QtWebEngineWidgets:
Missing types in QtWebEngineWidgets:


  QWebEngineHistory
  QWebEngineHistory (is present in PyQt5)


Number of missing types:''' 1'''
Number of missing types:''' 1'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 1'''


===== QtWebSockets =====
===== QtWebSockets =====
Documentation link: http://doc.qt.io/qt-5/qtwebsockets-module.html
Documentation link: http://doc.qt.io/qt-5/qtwebsockets-module.html
''Could not load PyQt5.QtWebSockets for comparison. Received error: No module named PyQt5.''


Number of types in QtWebSockets:''' 5'''
Number of types in QtWebSockets:''' 5'''
Line 441: Line 406:
===== QtX11Extras =====
===== QtX11Extras =====
Documentation link: http://doc.qt.io/qt-5/qtx11extras-module.html
Documentation link: http://doc.qt.io/qt-5/qtx11extras-module.html
''Could not load PyQt5.QtX11Extras for comparison. Received error: No module named PyQt5.''


Number of types in QtX11Extras:''' 1'''
Number of types in QtX11Extras:''' 1'''
Line 455: Line 418:
===== QtXml =====
===== QtXml =====
Documentation link: http://doc.qt.io/qt-5/qtxml-module.html
Documentation link: http://doc.qt.io/qt-5/qtxml-module.html
''Could not load PyQt5.QtXml for comparison. Received error: No module named PyQt5.''


Number of types in QtXml:''' 31'''
Number of types in QtXml:''' 31'''
Line 464: Line 425:
===== QtXmlPatterns =====
===== QtXmlPatterns =====
Documentation link: http://doc.qt.io/qt-5/qtxmlpatterns-module.html
Documentation link: http://doc.qt.io/qt-5/qtxmlpatterns-module.html
''Could not load PyQt5.QtXmlPatterns for comparison. Received error: No module named PyQt5.''


Number of types in QtXmlPatterns:''' 15'''
Number of types in QtXmlPatterns:''' 15'''
Line 471: Line 430:
Missing types in QtXmlPatterns:
Missing types in QtXmlPatterns:


  QSimpleXmlNodeModel
  QSimpleXmlNodeModel (is present in PyQt5)


Number of missing types:''' 1'''
Number of missing types:''' 1'''


Number of missing types that are present in PyQt5:''' 0'''
Number of missing types that are present in PyQt5:''' 1'''


===== QtCharts =====
===== QtCharts =====
Documentation link: http://doc.qt.io/qt-5/qt-charts-module.html
Documentation link: http://doc.qt.io/qt-5/qt-charts-module.html


''Could not load PyQt5.QtCharts for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.QtCharts for comparison. Received error: module PyQt5 has no attribute QtCharts.''


Number of types in QtCharts:''' 48'''
Number of types in QtCharts:''' 48'''
Line 542: Line 501:
Documentation link: http://doc.qt.io/qt-5/qtdatavisualization-module.html
Documentation link: http://doc.qt.io/qt-5/qtdatavisualization-module.html


''Could not load PyQt5.QtDataVisualization for comparison. Received error: No module named PyQt5.''
''Could not load PyQt5.QtDataVisualization for comparison. Received error: module PyQt5 has no attribute QtDataVisualization.''


Number of types in QtDataVisualization:''' 36'''
Number of types in QtDataVisualization:''' 36'''
Line 591: Line 550:
Total number of missing types:''' 184'''
Total number of missing types:''' 184'''


Total number of missing types that are present in PyQt5:''' 0'''
Total number of missing types that are present in PyQt5:''' 41'''


Total number of missing modules:''' 5'''
Total number of missing modules:''' 5'''


= Stalled version =
= Stalled version =

Revision as of 14:55, 30 July 2018

PySide2 bindings for Qt 5.11

Using Qt version 5.11 documentation to find public API Qt types and test if the types are present in the PySide2 package. Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a

This report was generated by running the following command:

python missing_bindings.py --qt-version 5.11 -w all

on the following date:

2018-07-30 14:54:31 GMT
QtCore

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

Number of types in QtCore: 175

Missing types in QtCore:

QAbstractNativeEventFilter (is present in PyQt5)
QAtomicInt
QAtomicInteger
QAtomicPointer
QBEInteger
QByteArrayList
QCache
QContiguousCache
QDeadlineTimer (is present in PyQt5)
QEventLoopLocker (is present in PyQt5)
QException
QFuture
QFutureSynchronizer
QFutureWatcher
QJsonObject
QKeyValueIterator
QLEInteger
QLibrary (is present in PyQt5)
QLoggingCategory
QMessageLogger (is present in PyQt5)
QMetaType (is present in PyQt5)
QObjectCleanupHandler (is present in PyQt5)
QSharedMemory (is present in PyQt5)
QStaticByteArrayMatcher
QStringView
QThreadStorage
QUnhandledException
QVariant (is present in PyQt5)
QWinEventNotifier

Number of missing types: 29

Number of missing types that are present in PyQt5: 9

QtGui

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

Number of types in QtGui: 193

Missing types in QtGui:

QGlyphRun (is present in PyQt5)
QIconEngine.ScaledPixmapArgument (is present in PyQt5)
QOpenGLPaintDevice (is present in PyQt5)
QPlatformSurfaceEvent (is present in PyQt5)
QRasterPaintEngine
QRgba64 (is present in PyQt5)
QSupportedWritingSystems
QVulkanDeviceFunctions
QVulkanFunctions
QVulkanInstance
QVulkanWindow
QVulkanWindowRenderer

Number of missing types: 12

Number of missing types that are present in PyQt5: 5

QtMultimedia

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

Number of types in QtMultimedia: 95

Missing types in QtMultimedia:

QAbstractPlanarVideoBuffer
QAudioBuffer.StereoFrame
QAudioSystemPlugin
QCameraExposure (is present in PyQt5)
QCameraFlashControl
QCameraFocus (is present in PyQt5)
QCameraFocusControl
QCameraImageProcessing (is present in PyQt5)
QMediaMetaData (is present in PyQt5)
QMediaServiceProviderPlugin

Number of missing types: 10

Number of missing types that are present in PyQt5: 4

QtMultimediaWidgets

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

Number of types in QtMultimediaWidgets: 4

Number of missing types: 0

QtNetwork

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

Number of types in QtNetwork: 48

Missing types in QtNetwork:

QSctpServer
QSctpSocket
QSslEllipticCurve (is present in PyQt5)

Number of missing types: 3

Number of missing types that are present in PyQt5: 1

QtQml

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

Number of types in QtQml: 24

Missing types in QtQml:

QQmlContext.PropertyPair (is present in PyQt5)
QQmlListProperty (is present in PyQt5)

Number of missing types: 2

Number of missing types that are present in PyQt5: 2

QtQuick

Documentation link: http://doc.qt.io/qt-5/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.qt.io/qt-5/qtsql-module.html

Number of types in QtSql: 15

Number of missing types: 0

QtTest

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

Number of types in QtTest: 5

Missing types in QtTest:

QAbstractItemModelTester (is present in PyQt5)
QSignalSpy (is present in PyQt5)
QTestEventList

Number of missing types: 3

Number of missing types that are present in PyQt5: 2

QtWidgets

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

Number of types in QtWidgets: 200

Missing types in QtWidgets:

QFormLayout.TakeRowResult (is present in PyQt5)
QMacCocoaViewContainer
QMacNativeWidget

Number of missing types: 3

Number of missing types that are present in PyQt5: 1

Qt3DCore

Documentation link: http://doc.qt.io/qt-5/qt3dcore-module.html

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

Number of types in Qt3DCore: 38

Missing types in Qt3DCore:

Qt3DAnimation.QChannelMappingCreatedChangeBase
Qt3DCore.QBackendNodeMapper
Qt3DCore.QNodeCreatedChange
Qt3DCore.Quick
Qt3DCore.Quick.QQmlAspectEngine

Number of missing types: 5

Number of missing types that are present in PyQt5: 0

Qt3DInput

Documentation link: http://doc.qt.io/qt-5/qt3dinput-module.html

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

Number of types in Qt3DInput: 26

Missing types in Qt3DInput:

Qt3DInput.QAbstractPhysicalDeviceProxy
Qt3DInput.QInputDeviceIntegration
Qt3DInput.QPhysicalDeviceCreatedChangeBase

Number of missing types: 3

Number of missing types that are present in PyQt5: 0

Qt3DLogic

Documentation link: http://doc.qt.io/qt-5/qt3dlogic-module.html

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

Number of types in Qt3DLogic: 3

Number of missing types: 0

Qt3DRender

Documentation link: http://doc.qt.io/qt-5/qt3drender-module.html

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

Number of types in Qt3DRender: 113

Missing types in Qt3DRender:

Qt3DRender.AssimpImporter
Qt3DRender.GLTFExporter
Qt3DRender.GLTFImporter

Number of missing types: 3

Number of missing types that are present in PyQt5: 0

Qt3DAnimation

Documentation link: http://doc.qt.io/qt-5/qt3danimation-module.html

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

Number of types in Qt3DAnimation: 25

Missing types in Qt3DAnimation:

Qt3DAnimation.QAnimationClip
Qt3DAnimation.QAnimationClipData
Qt3DAnimation.QAnimationClipLoader
Qt3DAnimation.QCallbackMapping
Qt3DAnimation.QChannelMapper
Qt3DAnimation.QChannelMapping
Qt3DAnimation.QClipBlendNodeCreatedChangeBase
Qt3DAnimation.QClipBlendValue
Qt3DAnimation.QKeyFrame

Number of missing types: 9

Number of missing types that are present in PyQt5: 0

Qt3DExtras

Documentation link: http://doc.qt.io/qt-5/qt3dextras-module.html

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

Number of types in Qt3DExtras: 46

Number of missing types: 0

QtConcurrent

Documentation link: http://doc.qt.io/qt-5/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

QtNetworkAuth

Documentation link: http://doc.qt.io/qt-5/qtnetworkauth-module.html

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

QtHelp

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

Number of types in QtHelp: 11

Number of missing types: 0

QtLocation

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

Number of types in QtLocation: 40

Missing types in QtLocation:

QLocation (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtPrintSupport

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

Number of types in QtPrintSupport: 8

Number of missing types: 0

QtSCXML

Documentation link: http://doc.qt.io/qt-5/qtscxml-module.html

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

QtSpeech

Documentation link: http://doc.qt.io/qt-5/qtspeech-module.html

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

QtSvg

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

Number of types in QtSvg: 4

Number of missing types: 0

QtUiTools

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

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

Number of types in QtUiTools: 1

Number of missing types: 0

QtWebChannel

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

Number of types in QtWebChannel: 2

Number of missing types: 0

QtWebEngine

Documentation link: http://doc.qt.io/qt-5/qtwebengine-module.html

Number of types in QtWebEngine: 3

Missing types in QtWebEngine:

QQuickWebEngineProfile (is present in PyQt5)
QQuickWebEngineScript (is present in PyQt5)

Number of missing types: 2

Number of missing types that are present in PyQt5: 2

QtWebEngineWidgets

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

Number of types in QtWebEngineWidgets: 12

Missing types in QtWebEngineWidgets:

QWebEngineHistory (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtWebSockets

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

Number of types in QtWebSockets: 5

Number of missing types: 0

QtMacExtras

Documentation link: http://doc.qt.io/qt-5/qtmacextras-module.html

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

QtX11Extras

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

Number of types in QtX11Extras: 1

Number of missing types: 0

QtWinExtras

Documentation link: http://doc.qt.io/qt-5/qtwinextras-module.html

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

QtXml

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

Number of types in QtXml: 31

Number of missing types: 0

QtXmlPatterns

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

Number of types in QtXmlPatterns: 15

Missing types in QtXmlPatterns:

QSimpleXmlNodeModel (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtCharts

Documentation link: http://doc.qt.io/qt-5/qt-charts-module.html

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

Number of types in QtCharts: 48

Missing types in QtCharts:

QAbstractAxis
QAbstractBarSeries
QAbstractSeries
QAreaLegendMarker
QAreaSeries
QBarCategoryAxis
QBarLegendMarker
QBarSeries
QBarSet
QBoxPlotLegendMarker
QBoxPlotSeries
QBoxSet
QCandlestickLegendMarker
QCandlestickModelMapper
QCandlestickSeries
QCandlestickSet
QCategoryAxis
QChart
QChartView
QDateTimeAxis
QHBarModelMapper
QHBoxPlotModelMapper
QHCandlestickModelMapper
QHPieModelMapper
QHXYModelMapper
QHorizontalBarSeries
QHorizontalPercentBarSeries
QHorizontalStackedBarSeries
QLegend
QLegendMarker
QLineSeries
QLogValueAxis
QPercentBarSeries
QPieLegendMarker
QPieSeries
QPieSlice
QPolarChart
QScatterSeries
QSplineSeries
QStackedBarSeries
QVBarModelMapper
QVBoxPlotModelMapper
QVCandlestickModelMapper
QVPieModelMapper
QVXYModelMapper
QValueAxis
QXYLegendMarker
QXYSeries

Number of missing types: 48

Number of missing types that are present in PyQt5: 0

QtDataVisualization

Documentation link: http://doc.qt.io/qt-5/qtdatavisualization-module.html

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

Number of types in QtDataVisualization: 36

Missing types in QtDataVisualization:

Q3DBars
Q3DCamera
Q3DInputHandler
Q3DLight
Q3DObject
Q3DScatter
Q3DScene
Q3DSurface
Q3DTheme
QAbstract3DAxis
QAbstract3DGraph
QAbstract3DInputHandler
QAbstract3DSeries
QAbstractDataProxy
QBar3DSeries
QBarDataItem
QBarDataProxy
QCategory3DAxis
QCustom3DItem
QCustom3DLabel
QCustom3DVolume
QHeightMapSurfaceDataProxy
QItemModelBarDataProxy
QItemModelScatterDataProxy
QItemModelSurfaceDataProxy
QLogValue3DAxisFormatter
QScatter3DSeries
QScatterDataItem
QScatterDataProxy
QSurface3DSeries
QSurfaceDataItem
QSurfaceDataProxy
QTouch3DInputHandler
QValue3DAxis
QValue3DAxisFormatter

Number of missing types: 35

Number of missing types that are present in PyQt5: 0

Summary

Total number of missing types: 184

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

Total number of missing modules: 5

Stalled version

PySide2 bindings for Qt 5.9

Using Qt version 5.9 documentation to find public API Qt types and test if the types are present in the PySide2 package. 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

on the following date:

2018-05-22 11:03:26 GMT
QtCore

Documentation link: http://doc.qt.io/qt-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
QJsonObject
QLibrary (is present in PyQt5)
QLoggingCategory
QMessageLogger (is present in PyQt5)
QMetaType (is present in PyQt5)
QObjectCleanupHandler (is present in PyQt5)
QSharedMemory (is present in PyQt5)
QStaticByteArrayMatcher
QThreadStorage
QUnhandledException
QVariant (is present in PyQt5)
QWinEventNotifier

Number of missing types: 25

Number of missing types that are present in PyQt5: 9

QtGui

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

Number of types in QtGui: 189

Missing types in QtGui:

QAccessibleImageInterface
QGlyphRun (is present in PyQt5)
QIconEngine.ScaledPixmapArgument (is present in PyQt5)
QOpenGLPaintDevice (is present in PyQt5)
QPlatformSurfaceEvent (is present in PyQt5)
QRasterPaintEngine
QRgba64 (is present in PyQt5)
QSupportedWritingSystems

Number of missing types: 8

Number of missing types that are present in PyQt5: 5

QtMultimedia

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

Number of types in QtMultimedia: 94

Missing types in QtMultimedia:

QAbstractPlanarVideoBuffer
QAudioBuffer.StereoFrame
QAudioSystemPlugin
QCameraExposure (is present in PyQt5)
QCameraFlashControl
QCameraFocus (is present in PyQt5)
QCameraFocusControl
QCameraImageProcessing (is present in PyQt5)
QMediaMetaData (is present in PyQt5)
QMediaServiceProviderPlugin

Number of missing types: 10

Number of missing types that are present in PyQt5: 4

QtMultimediaWidgets

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

Number of types in QtMultimediaWidgets: 4

Number of missing types: 0

QtNetwork

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

Number of types in QtNetwork: 48

Missing types in QtNetwork:

QSctpServer
QSctpSocket
QSslEllipticCurve (is present in PyQt5)

Number of missing types: 3

Number of missing types that are present in PyQt5: 1

QtQml

Documentation link: http://doc.qt.io/qt-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.qt.io/qt-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.qt.io/qt-5.9/qtsql-module.html

Number of types in QtSql: 15

Number of missing types: 0

QtTest

Documentation link: http://doc.qt.io/qt-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

QtWidgets

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

Number of types in QtWidgets: 201

Missing types in QtWidgets:

QFormLayout.TakeRowResult (is present in PyQt5)
QMacCocoaViewContainer
QMacNativeWidget

Number of missing types: 3

Number of missing types that are present in PyQt5: 1

Qt3DCore

Documentation link: http://doc.qt.io/qt-5.9/qt3dcore-module.html

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

Number of types in Qt3DCore: 31

Missing types in Qt3DCore:

Qt3DCore.QBackendNodeMapper
Qt3DCore.QNodeCreatedChange
Qt3DCore.Quick
Qt3DCore.Quick.QQmlAspectEngine

Number of missing types: 4

Number of missing types that are present in PyQt5: 0

Qt3DInput

Documentation link: http://doc.qt.io/qt-5.9/qt3dinput-module.html

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

Number of types in Qt3DInput: 23

Number of missing types: 0

Qt3DLogic

Documentation link: http://doc.qt.io/qt-5.9/qt3dlogic-module.html

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

Number of types in Qt3DLogic: 3

Number of missing types: 0

Qt3DRender

Documentation link: http://doc.qt.io/qt-5.9/qt3drender-module.html

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

Number of types in Qt3DRender: 100

Missing types in Qt3DRender:

Qt3DRender.AssimpImporter

Number of missing types: 1

Number of missing types that are present in PyQt5: 0

Qt3DAnimation

Documentation link: http://doc.qt.io/qt-5.9/qt3danimation-module.html

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

Number of types in Qt3DAnimation: 16

Number of missing types: 0

Qt3DExtras

Documentation link: http://doc.qt.io/qt-5.9/qt3dextras-module.html

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

Number of types in Qt3DExtras: 32

Missing types in Qt3DExtras:

Qt3DExtras.QNormalDiffuseMapAlphaMaterial
Qt3DExtras.QTexturedMetalRoughMaterial

Number of missing types: 2

Number of missing types that are present in PyQt5: 0

QtConcurrent

Documentation link: http://doc.qt.io/qt-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

QtNetworkAuth

Documentation link: http://doc.qt.io/qt-5.9/qtnetworkauth-module.html

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

QtHelp

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

Number of types in QtHelp: 11

Number of missing types: 0

QtLocation

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

Number of types in QtLocation: 40

Missing types in QtLocation:

QLocation (is present in PyQt5)

Number of missing types: 1

Number of missing types that are present in PyQt5: 1

QtPrintSupport

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

Number of types in QtPrintSupport: 8

Number of missing types: 0

QtSCXML

Documentation link: http://doc.qt.io/qt-5.9/qtscxml-module.html

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

QtSpeech

Documentation link: http://doc.qt.io/qt-5.9/qtspeech-module.html

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

QtSvg

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

Number of types in QtSvg: 4

Number of missing types: 0

QtUiTools

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

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

Number of types in QtUiTools: 1

Number of missing types: 0

QtWebChannel

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

Number of types in QtWebChannel: 2

Number of missing types: 0

QtWebEngine

Documentation link: http://doc.qt.io/qt-5.9/qtwebengine-module.html

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

QtWebEngineWidgets

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

Number of types in QtWebEngineWidgets: 12

Missing types in QtWebEngineWidgets:

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

Number of missing types: 5

Number of missing types that are present in PyQt5: 5

QtWebSockets

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

Number of types in QtWebSockets: 5

Number of missing types: 0

QtMacExtras

Documentation link: http://doc.qt.io/qt-5.9/qtmacextras-module.html

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

QtX11Extras

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

Number of types in QtX11Extras: 1

Number of missing types: 0

QtWinExtras

Documentation link: http://doc.qt.io/qt-5.9/qtwinextras-module.html

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

QtXml

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

Number of types in QtXml: 31

Number of missing types: 0

QtXmlPatterns

Documentation link: http://doc.qt.io/qt-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

QtCharts

Documentation link: http://doc.qt.io/qt-5.9/qt-charts-module.html

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

Number of types in QtCharts: 48

Missing types in QtCharts:

QAbstractAxis
QAbstractBarSeries
QAbstractSeries
QAreaLegendMarker
QAreaSeries
QBarCategoryAxis
QBarLegendMarker
QBarSeries
QBarSet
QBoxPlotLegendMarker
QBoxPlotSeries
QBoxSet
QCandlestickLegendMarker
QCandlestickModelMapper
QCandlestickSeries
QCandlestickSet
QCategoryAxis
QChart
QChartView
QDateTimeAxis
QHBarModelMapper
QHBoxPlotModelMapper
QHCandlestickModelMapper
QHPieModelMapper
QHXYModelMapper
QHorizontalBarSeries
QHorizontalPercentBarSeries
QHorizontalStackedBarSeries
QLegend
QLegendMarker
QLineSeries
QLogValueAxis
QPercentBarSeries
QPieLegendMarker
QPieSeries
QPieSlice
QPolarChart
QScatterSeries
QSplineSeries
QStackedBarSeries
QVBarModelMapper
QVBoxPlotModelMapper
QVCandlestickModelMapper
QVPieModelMapper
QVXYModelMapper
QValueAxis
QXYLegendMarker
QXYSeries

Number of missing types: 48

Number of missing types that are present in PyQt5: 0

QtDataVisualization

Documentation link: http://doc.qt.io/qt-5.9/qtdatavisualization-module.html

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

Number of types in QtDataVisualization: 36

Missing types in QtDataVisualization:

Q3DBars
Q3DCamera
Q3DInputHandler
Q3DLight
Q3DObject
Q3DScatter
Q3DScene
Q3DSurface
Q3DTheme
QAbstract3DAxis
QAbstract3DGraph
QAbstract3DInputHandler
QAbstract3DSeries
QAbstractDataProxy
QBar3DSeries
QBarDataItem
QBarDataProxy
QCategory3DAxis
QCustom3DItem
QCustom3DLabel
QCustom3DVolume
QHeightMapSurfaceDataProxy
QItemModelBarDataProxy
QItemModelScatterDataProxy
QItemModelSurfaceDataProxy
QLogValue3DAxisFormatter
QScatter3DSeries
QScatterDataItem
QScatterDataProxy
QSurface3DSeries
QSurfaceDataItem
QSurfaceDataProxy
QTouch3DInputHandler
QValue3DAxis
QValue3DAxisFormatter

Number of missing types: 35

Number of missing types that are present in PyQt5: 0

Summary

Total number of missing types: 163

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

Total number of missing modules: 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.

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

on the following date:

2017-09-04 08:38:07 CET
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
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: 34

Number of missing types that are present in PyQt5: 19

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 PyQt5.QtScript for comparison. Received error: module object has no attribute QtScript

Number of types in QtScript: 13

Missing types in QtScript:

QScriptSyntaxCheckResult

Number of missing types: 1

Number of missing types that are present in PyQt5: 0

QtScriptTools

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

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

Number of types in QtScriptTools: 1

Number of missing types: 0

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: 133

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

Total number of missing modules: 4