Qt for Python Missing Bindings: Difference between revisions
Line 1: | Line 1: | ||
[[Category:QtForPython]] | [[Category:QtForPython]] | ||
= 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-05-22 | 2018-05-22 11:27:08 GMT | ||
===== QtCore ===== | ===== QtCore ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtcore-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 17: | Line 20: | ||
Missing types in QtCore: | Missing types in QtCore: | ||
QAbstractNativeEventFilter | QAbstractNativeEventFilter | ||
QAtomicInt | QAtomicInt | ||
QAtomicInteger | QAtomicInteger | ||
Line 25: | Line 28: | ||
QCache | QCache | ||
QContiguousCache | QContiguousCache | ||
QDeadlineTimer | QDeadlineTimer | ||
QEventLoopLocker | QEventLoopLocker | ||
QException | QException | ||
QFuture | QFuture | ||
QFutureSynchronizer | QFutureSynchronizer | ||
QFutureWatcher | QFutureWatcher | ||
QIdentityProxyModel | |||
QJsonObject | QJsonObject | ||
QKeyValueIterator | QKeyValueIterator | ||
QLEInteger | QLEInteger | ||
QLibrary | QLibrary | ||
QLockFile | |||
QLoggingCategory | QLoggingCategory | ||
QMessageLogger | QMessageAuthenticationCode | ||
QMetaType | QMessageLogger | ||
QObjectCleanupHandler | QMetaType | ||
QObjectCleanupHandler | |||
QOperatingSystemVersion | |||
QSharedMemory | |||
QSignalBlocker | |||
QStaticByteArrayMatcher | QStaticByteArrayMatcher | ||
QStringView | QStringView | ||
QThreadStorage | QThreadStorage | ||
QUnhandledException | QUnhandledException | ||
QVariant | QVariant | ||
QWinEventNotifier | QWinEventNotifier | ||
Number of missing types:''' | Number of missing types:''' 34''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtGui ===== | ===== QtGui ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtgui-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 61: | Line 68: | ||
Missing types in QtGui: | Missing types in QtGui: | ||
QGlyphRun | QAccessibleEditableTextInterface | ||
QIconEngine.ScaledPixmapArgument | QAccessibleObject | ||
QOpenGLPaintDevice | QAccessibleStateChangeEvent | ||
QPlatformSurfaceEvent | QAccessibleTableCellInterface | ||
QAccessibleTableModelChangeEvent | |||
QAccessibleTextCursorEvent | |||
QAccessibleTextInsertEvent | |||
QAccessibleTextInterface | |||
QAccessibleTextRemoveEvent | |||
QAccessibleTextSelectionEvent | |||
QAccessibleTextUpdateEvent | |||
QAccessibleValueChangeEvent | |||
QAccessibleValueInterface | |||
QGlyphRun | |||
QIconEngine.ScaledPixmapArgument | |||
QInputMethod | |||
QInputMethodQueryEvent | |||
QNativeGestureEvent | |||
QOpenGLPaintDevice | |||
QOpenGLTextureBlitter | |||
QPlatformSurfaceEvent | |||
QPointingDeviceUniqueId | |||
QRasterPaintEngine | QRasterPaintEngine | ||
QRgba64 | QRgba64 | ||
QScrollEvent | |||
QScrollPrepareEvent | |||
QSupportedWritingSystems | QSupportedWritingSystems | ||
QVulkanDeviceFunctions | QVulkanDeviceFunctions | ||
Line 74: | Line 101: | ||
QVulkanWindowRenderer | QVulkanWindowRenderer | ||
Number of missing types:''' | Number of missing types:''' 32''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtMultimedia ===== | ===== QtMultimedia ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtmultimedia-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 88: | Line 117: | ||
QAudioBuffer.StereoFrame | QAudioBuffer.StereoFrame | ||
QAudioSystemPlugin | QAudioSystemPlugin | ||
QCameraExposure | QCameraExposure | ||
QCameraFeedbackControl | QCameraFeedbackControl | ||
QCameraFlashControl | QCameraFlashControl | ||
QCameraFocus | QCameraFocus | ||
QCameraFocusControl | QCameraFocusControl | ||
QCameraImageProcessing | QCameraImageProcessing | ||
QMediaMetaData | |||
QMediaMetaData | QMediaService | ||
QMediaService | |||
QMediaServiceCameraInfoInterface | QMediaServiceCameraInfoInterface | ||
QMediaServiceDefaultDeviceInterface | QMediaServiceDefaultDeviceInterface | ||
Line 104: | Line 132: | ||
QMediaServiceSupportedFormatsInterface | QMediaServiceSupportedFormatsInterface | ||
QMediaStreamsControl | QMediaStreamsControl | ||
QMediaTimeInterval | QMediaTimeInterval | ||
QMediaVideoProbeControl | QMediaVideoProbeControl | ||
QMetaDataReaderControl | QMetaDataReaderControl | ||
QMetaDataWriterControl | QMetaDataWriterControl | ||
Number of missing types:''' | Number of missing types:''' 22''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtMultimediaWidgets ===== | ===== QtMultimediaWidgets ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtmultimediawidgets-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 122: | Line 152: | ||
===== QtNetwork ===== | ===== QtNetwork ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtnetwork-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 129: | Line 161: | ||
QSctpServer | QSctpServer | ||
QSctpSocket | QSctpSocket | ||
QSslEllipticCurve | QSslEllipticCurve | ||
Number of missing types:''' 3''' | Number of missing types:''' 3''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtQml ===== | ===== QtQml ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtqml-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 143: | Line 177: | ||
QQmlContext.PropertyPair | QQmlContext.PropertyPair | ||
QQmlListProperty | QQmlListProperty | ||
Number of missing types:''' 2''' | Number of missing types:''' 2''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtQuick ===== | ===== QtQuick ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtquick-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 156: | Line 192: | ||
Missing types in QtQuick: | Missing types in QtQuick: | ||
QQuickItem.ItemChangeData | QQuickItem.ItemChangeData | ||
QSGFlatColorMaterial | QSGFlatColorMaterial | ||
QSGImageNode | QSGImageNode | ||
QSGMaterial | QSGMaterial | ||
QSGMaterialShader | QSGMaterialShader | ||
QSGMaterialShader.RenderState | QSGMaterialShader.RenderState | ||
QSGOpaqueTextureMaterial | QSGOpaqueTextureMaterial | ||
QSGRectangleNode | QSGRectangleNode | ||
QSGRenderNode | QSGRenderNode | ||
QSGRendererInterface | QSGRendererInterface | ||
QSGSimpleMaterial | QSGSimpleMaterial | ||
QSGSimpleMaterialShader | QSGSimpleMaterialShader | ||
QSGTextureMaterial | QSGTextureMaterial | ||
QSGVertexColorMaterial | QSGVertexColorMaterial | ||
Number of missing types:''' 14''' | Number of missing types:''' 14''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtSql ===== | ===== QtSql ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtsql-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 222: | ||
===== QtTest ===== | ===== QtTest ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qttest-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 190: | Line 230: | ||
QAbstractItemModelTester | QAbstractItemModelTester | ||
QSignalSpy | QSignalSpy | ||
QTestEventList | QTestEventList | ||
Number of missing types:''' 3''' | Number of missing types:''' 3''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtWidgets ===== | ===== QtWidgets ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwidgets-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 205: | Line 247: | ||
QAccessibleWidget | QAccessibleWidget | ||
QFormLayout.TakeRowResult | QFormLayout.TakeRowResult | ||
QMacCocoaViewContainer | QMacCocoaViewContainer | ||
QMacNativeWidget | QMacNativeWidget | ||
QProxyStyle | QProxyStyle | ||
QScroller | QScroller | ||
QScrollerProperties | QScrollerProperties | ||
Number of missing types:''' 7''' | Number of missing types:''' 7''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== Qt3DCore ===== | ===== Qt3DCore ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dcore-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dcore-module.html | ||
''Could not load PyQt5.Qt3DCore for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DCore for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DCore:''' 37''' | Number of types in Qt3DCore:''' 37''' | ||
Line 225: | Line 267: | ||
Missing types in Qt3DCore: | Missing types in Qt3DCore: | ||
Qt3DCore.QBackendNodeMapper | Qt3DCore.QBackendNodeMapper | ||
Qt3DCore.QNodeCreatedChange | Qt3DCore.QNodeCreatedChange | ||
Qt3DCore.Quick | Qt3DCore.Quick | ||
Qt3DCore.Quick.QQmlAspectEngine | Qt3DCore.Quick.QQmlAspectEngine | ||
Number of missing types:''' | Number of missing types:''' 4''' | ||
Number of missing types that are present in PyQt5:''' 0''' | Number of missing types that are present in PyQt5:''' 0''' | ||
Line 243: | Line 279: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dinput-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dinput-module.html | ||
''Could not load PyQt5.Qt3DInput for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DInput for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DInput:''' 24''' | Number of types in Qt3DInput:''' 24''' | ||
Line 258: | Line 294: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dlogic-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dlogic-module.html | ||
''Could not load PyQt5.Qt3DLogic for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DLogic for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DLogic:''' 3''' | Number of types in Qt3DLogic:''' 3''' | ||
Line 267: | Line 303: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3drender-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3drender-module.html | ||
''Could not load PyQt5.Qt3DRender for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DRender for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DRender:''' 110''' | Number of types in Qt3DRender:''' 110''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== Qt3DAnimation ===== | ===== Qt3DAnimation ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3danimation-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3danimation-module.html | ||
''Could not load PyQt5.Qt3DAnimation for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DAnimation for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DAnimation:''' 23''' | Number of types in Qt3DAnimation:''' 23''' | ||
Line 312: | Line 333: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dextras-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dextras-module.html | ||
''Could not load PyQt5.Qt3DExtras for comparison. Received error: module PyQt5 | ''Could not load PyQt5.Qt3DExtras for comparison. Received error: No module named PyQt5.'' | ||
Number of types in Qt3DExtras:''' 46''' | Number of types in Qt3DExtras:''' 46''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== QtConcurrent ===== | ===== QtConcurrent ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtconcurrent-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtconcurrent-module.html | ||
''Could not load PyQt5.QtConcurrent for comparison. Received error: module PyQt5 | ''Could not load PyQt5.QtConcurrent for comparison. Received error: No module named PyQt5.'' | ||
Number of types in QtConcurrent:''' 1''' | Number of types in QtConcurrent:''' 1''' | ||
Line 342: | Line 355: | ||
===== QtHelp ===== | ===== QtHelp ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qthelp-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 349: | Line 364: | ||
===== QtLocation ===== | ===== QtLocation ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtlocation-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 354: | Line 371: | ||
Missing types in QtLocation: | Missing types in QtLocation: | ||
QLocation | |||
QLocation | |||
Number of missing types:''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtPrintSupport ===== | ===== QtPrintSupport ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtprintsupport-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 380: | Line 398: | ||
===== QtSvg ===== | ===== QtSvg ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtsvg-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 388: | Line 408: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtuitools-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtuitools-module.html | ||
''Could not load PyQt5.QtUiTools for comparison. Received error: module PyQt5 | ''Could not load PyQt5.QtUiTools for comparison. Received error: No module named PyQt5.'' | ||
Number of types in QtUiTools:''' 1''' | Number of types in QtUiTools:''' 1''' | ||
Line 396: | Line 416: | ||
===== QtWebChannel ===== | ===== QtWebChannel ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebchannel-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 408: | Line 430: | ||
===== QtWebEngineWidgets ===== | ===== QtWebEngineWidgets ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebenginewidgets-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 413: | Line 437: | ||
Missing types in QtWebEngineWidgets: | Missing types in QtWebEngineWidgets: | ||
QWebEngineContextMenuData | QWebEngineContextMenuData | ||
QWebEngineFullScreenRequest | QWebEngineFullScreenRequest | ||
QWebEngineHistory | QWebEngineHistory | ||
QWebEngineScriptCollection | QWebEngineScriptCollection | ||
QWebEngineSettings | QWebEngineSettings | ||
Number of missing types:''' 5''' | Number of missing types:''' 5''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtWebSockets ===== | ===== QtWebSockets ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebsockets-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 437: | Line 463: | ||
===== QtX11Extras ===== | ===== QtX11Extras ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtx11extras-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 449: | Line 477: | ||
===== QtXml ===== | ===== QtXml ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtxml-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 456: | Line 486: | ||
===== QtXmlPatterns ===== | ===== QtXmlPatterns ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtxmlpatterns-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/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 461: | Line 493: | ||
Missing types in QtXmlPatterns: | Missing types in QtXmlPatterns: | ||
QSimpleXmlNodeModel | QSimpleXmlNodeModel | ||
Number of missing types:''' 1''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 0''' | ||
===== QtCharts ===== | ===== QtCharts ===== | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt-charts-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt-charts-module.html | ||
''Could not load PyQt5.QtCharts for comparison. Received error: module PyQt5 | ''Could not load PyQt5.QtCharts for comparison. Received error: No module named PyQt5.'' | ||
Number of types in QtCharts:''' 48''' | Number of types in QtCharts:''' 48''' | ||
Line 532: | Line 564: | ||
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtdatavisualization-module.html | Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtdatavisualization-module.html | ||
''Could not load PyQt5.QtDataVisualization for comparison. Received error: module PyQt5 | ''Could not load PyQt5.QtDataVisualization for comparison. Received error: No module named PyQt5.'' | ||
Number of types in QtDataVisualization:''' 36''' | Number of types in QtDataVisualization:''' 36''' | ||
Line 579: | Line 611: | ||
===== Summary ===== | ===== Summary ===== | ||
Total number of missing types:''' | Total number of missing types:''' 219''' | ||
Total number of missing types that are present in PyQt5:''' | Total number of missing types that are present in PyQt5:''' 0''' | ||
Total number of missing modules:''' 6''' | Total number of missing modules:''' 6''' |
Revision as of 11:27, 22 May 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-05-22 11:27:08 GMT
QtCore
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtcore-module.html
Could not load PyQt5.QtCore for comparison. Received error: No module named PyQt5.
Number of types in QtCore: 175
Missing types in QtCore:
QAbstractNativeEventFilter QAtomicInt QAtomicInteger QAtomicPointer QBEInteger QByteArrayList QCache QContiguousCache QDeadlineTimer QEventLoopLocker QException QFuture QFutureSynchronizer QFutureWatcher QIdentityProxyModel QJsonObject QKeyValueIterator QLEInteger QLibrary QLockFile QLoggingCategory QMessageAuthenticationCode QMessageLogger QMetaType QObjectCleanupHandler QOperatingSystemVersion QSharedMemory QSignalBlocker QStaticByteArrayMatcher QStringView QThreadStorage QUnhandledException QVariant QWinEventNotifier
Number of missing types: 34
Number of missing types that are present in PyQt5: 0
QtGui
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtgui-module.html
Could not load PyQt5.QtGui for comparison. Received error: No module named PyQt5.
Number of types in QtGui: 193
Missing types in QtGui:
QAccessibleEditableTextInterface QAccessibleObject QAccessibleStateChangeEvent QAccessibleTableCellInterface QAccessibleTableModelChangeEvent QAccessibleTextCursorEvent QAccessibleTextInsertEvent QAccessibleTextInterface QAccessibleTextRemoveEvent QAccessibleTextSelectionEvent QAccessibleTextUpdateEvent QAccessibleValueChangeEvent QAccessibleValueInterface QGlyphRun QIconEngine.ScaledPixmapArgument QInputMethod QInputMethodQueryEvent QNativeGestureEvent QOpenGLPaintDevice QOpenGLTextureBlitter QPlatformSurfaceEvent QPointingDeviceUniqueId QRasterPaintEngine QRgba64 QScrollEvent QScrollPrepareEvent QSupportedWritingSystems QVulkanDeviceFunctions QVulkanFunctions QVulkanInstance QVulkanWindow QVulkanWindowRenderer
Number of missing types: 32
Number of missing types that are present in PyQt5: 0
QtMultimedia
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtmultimedia-module.html
Could not load PyQt5.QtMultimedia for comparison. Received error: No module named PyQt5.
Number of types in QtMultimedia: 95
Missing types in QtMultimedia:
QAbstractPlanarVideoBuffer QAudioBuffer.StereoFrame QAudioSystemPlugin QCameraExposure QCameraFeedbackControl QCameraFlashControl QCameraFocus QCameraFocusControl QCameraImageProcessing QMediaMetaData QMediaService QMediaServiceCameraInfoInterface QMediaServiceDefaultDeviceInterface QMediaServiceFeaturesInterface QMediaServiceProviderPlugin QMediaServiceSupportedDevicesInterface QMediaServiceSupportedFormatsInterface QMediaStreamsControl QMediaTimeInterval QMediaVideoProbeControl QMetaDataReaderControl QMetaDataWriterControl
Number of missing types: 22
Number of missing types that are present in PyQt5: 0
QtMultimediaWidgets
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtmultimediawidgets-module.html
Could not load PyQt5.QtMultimediaWidgets for comparison. Received error: No module named PyQt5.
Number of types in QtMultimediaWidgets: 4
Number of missing types: 0
QtNetwork
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtnetwork-module.html
Could not load PyQt5.QtNetwork for comparison. Received error: No module named PyQt5.
Number of types in QtNetwork: 48
Missing types in QtNetwork:
QSctpServer QSctpSocket QSslEllipticCurve
Number of missing types: 3
Number of missing types that are present in PyQt5: 0
QtQml
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtqml-module.html
Could not load PyQt5.QtQml for comparison. Received error: No module named PyQt5.
Number of types in QtQml: 24
Missing types in QtQml:
QQmlContext.PropertyPair QQmlListProperty
Number of missing types: 2
Number of missing types that are present in PyQt5: 0
QtQuick
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtquick-module.html
Could not load PyQt5.QtQuick for comparison. Received error: No module named PyQt5.
Number of types in QtQuick: 45
Missing types in QtQuick:
QQuickItem.ItemChangeData QSGFlatColorMaterial QSGImageNode QSGMaterial QSGMaterialShader QSGMaterialShader.RenderState QSGOpaqueTextureMaterial QSGRectangleNode QSGRenderNode QSGRendererInterface QSGSimpleMaterial QSGSimpleMaterialShader QSGTextureMaterial QSGVertexColorMaterial
Number of missing types: 14
Number of missing types that are present in PyQt5: 0
QtSql
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtsql-module.html
Could not load PyQt5.QtSql for comparison. Received error: No module named PyQt5.
Number of types in QtSql: 15
Number of missing types: 0
QtTest
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qttest-module.html
Could not load PyQt5.QtTest for comparison. Received error: No module named PyQt5.
Number of types in QtTest: 5
Missing types in QtTest:
QAbstractItemModelTester QSignalSpy QTestEventList
Number of missing types: 3
Number of missing types that are present in PyQt5: 0
QtWidgets
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwidgets-module.html
Could not load PyQt5.QtWidgets for comparison. Received error: No module named PyQt5.
Number of types in QtWidgets: 200
Missing types in QtWidgets:
QAccessibleWidget QFormLayout.TakeRowResult QMacCocoaViewContainer QMacNativeWidget QProxyStyle QScroller QScrollerProperties
Number of missing types: 7
Number of missing types that are present in PyQt5: 0
Qt3DCore
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dcore-module.html
Could not load PyQt5.Qt3DCore for comparison. Received error: No module named PyQt5.
Number of types in Qt3DCore: 37
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-snapshots.qt.io/qt5-5.11/qt3dinput-module.html
Could not load PyQt5.Qt3DInput for comparison. Received error: No module named PyQt5.
Number of types in Qt3DInput: 24
Missing types in Qt3DInput:
Qt3DInput.QPhysicalDeviceCreatedChangeBase
Number of missing types: 1
Number of missing types that are present in PyQt5: 0
Qt3DLogic
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dlogic-module.html
Could not load PyQt5.Qt3DLogic for comparison. Received error: No module named PyQt5.
Number of types in Qt3DLogic: 3
Number of missing types: 0
Qt3DRender
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3drender-module.html
Could not load PyQt5.Qt3DRender for comparison. Received error: No module named PyQt5.
Number of types in Qt3DRender: 110
Number of missing types: 0
Qt3DAnimation
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3danimation-module.html
Could not load PyQt5.Qt3DAnimation for comparison. Received error: No module named PyQt5.
Number of types in Qt3DAnimation: 23
Missing types in Qt3DAnimation:
Qt3DAnimation.QAnimationClip Qt3DAnimation.QAnimationClipData Qt3DAnimation.QAnimationClipLoader Qt3DAnimation.QCallbackMapping Qt3DAnimation.QChannelMapper Qt3DAnimation.QChannelMapping Qt3DAnimation.QClipBlendValue
Number of missing types: 7
Number of missing types that are present in PyQt5: 0
Qt3DExtras
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt3dextras-module.html
Could not load PyQt5.Qt3DExtras for comparison. Received error: No module named PyQt5.
Number of types in Qt3DExtras: 46
Number of missing types: 0
QtConcurrent
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtconcurrent-module.html
Could not load PyQt5.QtConcurrent for comparison. Received error: No module named PyQt5.
Number of types in QtConcurrent: 1
Number of missing types: 0
QtNetworkAuth
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtnetworkauth-module.html
Could not load PySide2.QtNetworkAuth. Received error: module PySide2 has no attribute QtNetworkAuth. Skipping.
QtHelp
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qthelp-module.html
Could not load PyQt5.QtHelp for comparison. Received error: No module named PyQt5.
Number of types in QtHelp: 11
Number of missing types: 0
QtLocation
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtlocation-module.html
Could not load PyQt5.QtLocation for comparison. Received error: No module named PyQt5.
Number of types in QtLocation: 40
Missing types in QtLocation:
QLocation
Number of missing types: 1
Number of missing types that are present in PyQt5: 0
QtPrintSupport
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtprintsupport-module.html
Could not load PyQt5.QtPrintSupport for comparison. Received error: No module named PyQt5.
Number of types in QtPrintSupport: 8
Number of missing types: 0
QtSCXML
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtscxml-module.html
Could not load PySide2.QtSCXML. Received error: module PySide2 has no attribute QtSCXML. Skipping.
QtSpeech
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtspeech-module.html
Could not load PySide2.QtSpeech. Received error: module PySide2 has no attribute QtSpeech. Skipping.
QtSvg
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtsvg-module.html
Could not load PyQt5.QtSvg for comparison. Received error: No module named PyQt5.
Number of types in QtSvg: 4
Number of missing types: 0
QtUiTools
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtuitools-module.html
Could not load PyQt5.QtUiTools for comparison. Received error: No module named PyQt5.
Number of types in QtUiTools: 1
Number of missing types: 0
QtWebChannel
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebchannel-module.html
Could not load PyQt5.QtWebChannel for comparison. Received error: No module named PyQt5.
Number of types in QtWebChannel: 2
Number of missing types: 0
QtWebEngine
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebengine-module.html
Could not load PySide2.QtWebEngine. Received error: module PySide2 has no attribute QtWebEngine. Skipping.
QtWebEngineWidgets
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebenginewidgets-module.html
Could not load PyQt5.QtWebEngineWidgets for comparison. Received error: No module named PyQt5.
Number of types in QtWebEngineWidgets: 12
Missing types in QtWebEngineWidgets:
QWebEngineContextMenuData QWebEngineFullScreenRequest QWebEngineHistory QWebEngineScriptCollection QWebEngineSettings
Number of missing types: 5
Number of missing types that are present in PyQt5: 0
QtWebSockets
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwebsockets-module.html
Could not load PyQt5.QtWebSockets for comparison. Received error: No module named PyQt5.
Number of types in QtWebSockets: 5
Number of missing types: 0
QtMacExtras
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtmacextras-module.html
Could not load PySide2.QtMacExtras. Received error: module PySide2 has no attribute QtMacExtras. Skipping.
QtX11Extras
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtx11extras-module.html
Could not load PyQt5.QtX11Extras for comparison. Received error: No module named PyQt5.
Number of types in QtX11Extras: 1
Number of missing types: 0
QtWinExtras
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtwinextras-module.html
Could not load PySide2.QtWinExtras. Received error: module PySide2 has no attribute QtWinExtras. Skipping.
QtXml
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtxml-module.html
Could not load PyQt5.QtXml for comparison. Received error: No module named PyQt5.
Number of types in QtXml: 31
Number of missing types: 0
QtXmlPatterns
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qtxmlpatterns-module.html
Could not load PyQt5.QtXmlPatterns for comparison. Received error: No module named PyQt5.
Number of types in QtXmlPatterns: 15
Missing types in QtXmlPatterns:
QSimpleXmlNodeModel
Number of missing types: 1
Number of missing types that are present in PyQt5: 0
QtCharts
Documentation link: http://doc-snapshots.qt.io/qt5-5.11/qt-charts-module.html
Could not load PyQt5.QtCharts for comparison. Received error: No module named PyQt5.
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-snapshots.qt.io/qt5-5.11/qtdatavisualization-module.html
Could not load PyQt5.QtDataVisualization for comparison. Received error: No module named PyQt5.
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: 219
Total number of missing types that are present in PyQt5: 0
Total number of missing modules: 6
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
Stalled version
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