Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt for Python Missing Bindings: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= PySide6 bindings for Qt 6. | = PySide6 bindings for Qt 6.5 = | ||
Using Qt version 6. | Using Qt version 6.5 documentation to find public API Qt types and test if the types are present in the PySide6 package. | ||
Similar report: | Similar report: | ||
https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a | https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a | ||
This report was generated by running the following command: | This report was generated by running the following command: | ||
python main.py | python main.py | ||
on the following date: | on the following date: | ||
2023-04-06 13:33:03 GMT | |||
===== QtCore ===== | ===== QtCore ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtcore-module.html | Documentation link: https://doc.qt.io/qt-6/qtcore-module.html | ||
Number of types in QtCore:''' | Number of types in QtCore:''' 240''' | ||
Missing types in QtCore: | Missing types in PySide (all) QtCore: | ||
QAdoptSharedDataTag | QAdoptSharedDataTag | ||
QAnyStringView | QAnyStringView | ||
QAtomicInt | QAtomicInt | ||
Line 30: | Line 24: | ||
QBaseIterator | QBaseIterator | ||
QBindable | QBindable | ||
QBluetoothPermission | |||
QByteArrayList | QByteArrayList | ||
QByteArrayView | QByteArrayView | ||
QCache | QCache | ||
QCalendarPermission | |||
QCameraPermission | |||
QCborMap.ConstIterator | QCborMap.ConstIterator | ||
QCborMap.Iterator | QCborMap.Iterator | ||
QCborStreamReader.StringResult | QCborStreamReader.StringResult | ||
QConstIterator | QConstIterator | ||
QContactsPermission | |||
QContiguousCache | QContiguousCache | ||
QEventLoopLocker (is present in PyQt6) | QEventLoopLocker (is present in PyQt6) | ||
Line 44: | Line 42: | ||
QFutureWatcher | QFutureWatcher | ||
QGregorianCalendar | QGregorianCalendar | ||
QIterable | QIterable | ||
QIterator | QIterator | ||
Line 54: | Line 51: | ||
QKeyValueIterator | QKeyValueIterator | ||
QLEInteger | QLEInteger | ||
QLatin1StringMatcher | |||
QLatin1StringView | |||
QLocationPermission | |||
QMessageLogger (is present in PyQt6) | QMessageLogger (is present in PyQt6) | ||
QMetaSequence | QMetaSequence | ||
QMicrophonePermission | |||
QMilankovicCalendar | QMilankovicCalendar | ||
QModelRoleDataSpan | QModelRoleDataSpan | ||
Line 66: | Line 67: | ||
QObjectComputedProperty | QObjectComputedProperty | ||
QPartialOrdering | QPartialOrdering | ||
QPermission | |||
QProcess.CreateProcessArguments | QProcess.CreateProcessArguments | ||
QPromise | QPromise | ||
Line 89: | Line 91: | ||
QVariantRef | QVariantRef | ||
QWinEventNotifier | QWinEventNotifier | ||
Qt.Literals | |||
Qt.Literals.StringLiterals | |||
QtFuture | QtFuture | ||
QtFuture.WhenAnyResult | QtFuture.WhenAnyResult | ||
Line 94: | Line 98: | ||
qfloat16 | qfloat16 | ||
Number of missing types:''' | Number of missing types:''' 81''' | ||
Number of missing types that are present in PyQt6:''' 5''' | Number of missing types that are present in PyQt6:''' 5''' | ||
Line 101: | Line 105: | ||
Documentation link: https://doc.qt.io/qt-6/qtgui-module.html | Documentation link: https://doc.qt.io/qt-6/qtgui-module.html | ||
Number of types in QtGui:''' | Number of types in QtGui:''' 210''' | ||
Missing types in QtGui: | Missing types in PySide (all) QtGui: | ||
QAccessiblePlugin | QAccessiblePlugin | ||
QAccessibleSelectionInterface | |||
QAccessibleTableInterface | QAccessibleTableInterface | ||
QFileSystemModel (is present in PyQt6) | QFileSystemModel (is present in PyQt6) | ||
Line 113: | Line 118: | ||
QNativeInterface.QGLXContext | QNativeInterface.QGLXContext | ||
QNativeInterface.QWGLContext | QNativeInterface.QWGLContext | ||
QNativeInterface.QWaylandApplication | |||
QNativeInterface.QX11Application | QNativeInterface.QX11Application | ||
QOpenGLTexture | QOpenGLTexture | ||
Line 118: | Line 124: | ||
QRgbaFloat | QRgbaFloat | ||
QSupportedWritingSystems | QSupportedWritingSystems | ||
QUtiMimeConverter | |||
QVulkanDeviceFunctions | QVulkanDeviceFunctions | ||
QVulkanExtension | QVulkanExtension | ||
Line 126: | Line 133: | ||
QVulkanWindow | QVulkanWindow | ||
QVulkanWindowRenderer | QVulkanWindowRenderer | ||
QWindowsMimeConverter | |||
Number of missing types:''' | Number of missing types:''' 25''' | ||
Number of missing types that are present in PyQt6:''' 1''' | Number of missing types that are present in PyQt6:''' 1''' | ||
Line 134: | Line 142: | ||
Documentation link: https://doc.qt.io/qt-6/qtnetwork-module.html | Documentation link: https://doc.qt.io/qt-6/qtnetwork-module.html | ||
Number of types in QtNetwork:''' | Number of types in QtNetwork:''' 54''' | ||
Missing types in QtNetwork: | Missing types in PySide (all) QtNetwork: | ||
QDtlsClientVerifier.GeneratorParameters | QDtlsClientVerifier.GeneratorParameters | ||
QHttp1Configuration | |||
QSctpServer | QSctpServer | ||
QSctpSocket | QSctpSocket | ||
Number of missing types:''' | Number of missing types:''' 4''' | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
Line 149: | Line 158: | ||
Documentation link: https://doc.qt.io/qt-6/qtqml-module.html | Documentation link: https://doc.qt.io/qt-6/qtqml-module.html | ||
Number of types in QtQml:''' | Number of types in QtQml:''' 30''' | ||
Missing types in QtQml: | Missing types in PySide (all) QtQml: | ||
QJSPrimitiveNull | QJSPrimitiveNull | ||
QJSPrimitiveUndefined | QJSPrimitiveUndefined | ||
QQmlEngineExtensionPlugin | QQmlEngineExtensionPlugin | ||
QQmlListProperty | QQmlInfo | ||
QQmlListProperty | |||
Number of missing types:''' | Number of missing types:''' 5''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtQuick ===== | ===== QtQuick ===== | ||
Line 167: | Line 177: | ||
Number of types in QtQuick:''' 53''' | Number of types in QtQuick:''' 53''' | ||
Missing types in QtQuick: | Missing types in PySide (all) QtQuick: | ||
QNativeInterface.QSGD3D11Texture | QNativeInterface.QSGD3D11Texture | ||
QNativeInterface.QSGMetalTexture | QNativeInterface.QSGMetalTexture | ||
QNativeInterface.QSGOpenGLTexture | QNativeInterface.QSGOpenGLTexture | ||
QNativeInterface.QSGVulkanTexture | QNativeInterface.QSGVulkanTexture | ||
QQuickItem.ItemChangeData | QQuickItem.ItemChangeData | ||
QQuickOpenGLUtils | QQuickOpenGLUtils | ||
QQuickWindow.GraphicsStateInfo | QQuickWindow.GraphicsStateInfo | ||
QSGImageNode | QSGImageNode | ||
QSGMaterialShader.GraphicsPipelineState | QSGMaterialShader.GraphicsPipelineState | ||
Number of missing types:''' 9''' | Number of missing types:''' 9''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtQuickWidgets ===== | ===== QtQuickWidgets ===== | ||
Line 187: | Line 197: | ||
Number of types in QtQuickWidgets:''' 1''' | Number of types in QtQuickWidgets:''' 1''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 218: | Line 212: | ||
Number of types in QtWidgets:''' 189''' | Number of types in QtWidgets:''' 189''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== QtConcurrent ===== | ===== QtConcurrent ===== | ||
Line 233: | Line 221: | ||
Number of types in QtConcurrent:''' 2''' | Number of types in QtConcurrent:''' 2''' | ||
Missing types in QtConcurrent: | Missing types in PySide (all) QtConcurrent: | ||
QtConcurrent.QTaskBuilder | QtConcurrent.QTaskBuilder | ||
Line 246: | Line 234: | ||
Number of types in QtDBus:''' 21''' | Number of types in QtDBus:''' 21''' | ||
Missing types in QtDBus: | Missing types in PySide (all) QtDBus: | ||
QDBusPendingReply (is present in PyQt6) | QDBusPendingReply (is present in PyQt6) | ||
Line 266: | Line 254: | ||
Number of types in QtOpenGL:''' 46''' | Number of types in QtOpenGL:''' 46''' | ||
Missing types in QtOpenGL: | Missing types in PySide (all) QtOpenGL: | ||
QOpenGLFunctions_ES2 | QOpenGLFunctions_ES2 | ||
Line 287: | Line 275: | ||
Number of types in QtSvg:''' 4''' | Number of types in QtSvg:''' 4''' | ||
Missing types in QtSvg: | Missing types in PySide (all) QtSvg: | ||
QGraphicsSvgItem | QGraphicsSvgItem | ||
Line 295: | Line 283: | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtSvgWidgets ===== | |||
Documentation link: https://doc.qt.io/qt-6/qtsvgwidgets-module.html | |||
Number of types in QtSvgWidgets:''' 2''' | |||
Number of missing types:''' 0''' | |||
===== QtUiTools ===== | ===== QtUiTools ===== | ||
Line 308: | Line 303: | ||
Documentation link: https://doc.qt.io/qt-6/qtxml-module.html | Documentation link: https://doc.qt.io/qt-6/qtxml-module.html | ||
Number of types in QtXml:''' | Number of types in QtXml:''' 18''' | ||
Missing types in PySide (all) QtXml: | |||
QDomDocument.ParseResult | |||
Number of missing types:''' 1''' | |||
Number of missing types:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtTest ===== | ===== QtTest ===== | ||
Line 317: | Line 318: | ||
Number of types in QtTest:''' 5''' | Number of types in QtTest:''' 5''' | ||
Missing types in QtTest: | Missing types in PySide (all) QtTest: | ||
QTestEventList | QTestEventList | ||
Line 330: | Line 331: | ||
Number of types in Qt3DCore:''' 25''' | Number of types in Qt3DCore:''' 25''' | ||
Missing types in Qt3DCore: | Missing types in PySide (all) Qt3DCore: | ||
Qt3DCore.Quick | Qt3DCore.Quick | ||
Line 344: | Line 345: | ||
Number of types in Qt3DInput:''' 25''' | Number of types in Qt3DInput:''' 25''' | ||
Missing types in Qt3DInput: | Missing types in PySide (all) Qt3DInput: | ||
Qt3DInput.QAbstractPhysicalDeviceProxy | Qt3DInput.QAbstractPhysicalDeviceProxy | ||
Line 358: | Line 359: | ||
Number of types in Qt3DLogic:''' 4''' | Number of types in Qt3DLogic:''' 4''' | ||
Missing types in Qt3DLogic: | Missing types in PySide (all) Qt3DLogic: | ||
Qt3DLogic.Logic | Qt3DLogic.Logic | ||
Line 371: | Line 372: | ||
Number of types in Qt3DRender:''' 117''' | Number of types in Qt3DRender:''' 117''' | ||
Missing types in Qt3DRender: | Missing types in PySide (all) Qt3DRender: | ||
Qt3DRender.QDebugOverlay | Qt3DRender.QDebugOverlay | ||
Line 386: | Line 387: | ||
Number of types in Qt3DAnimation:''' 26''' | Number of types in Qt3DAnimation:''' 26''' | ||
Missing types in Qt3DAnimation: | Missing types in PySide (all) Qt3DAnimation: | ||
Qt3DAnimation.QCallbackMapping | Qt3DAnimation.QCallbackMapping | ||
Line 405: | Line 406: | ||
Number of types in QtNetworkAuth:''' 6''' | Number of types in QtNetworkAuth:''' 6''' | ||
Number of missing types:''' 0''' | |||
===== QtStateMachine ===== | |||
Documentation link: https://doc.qt.io/qt-6/qtstatemachine-module.html | |||
''Could not load PyQt6.QtStateMachine for comparison. Received error: module PyQt6 has no attribute QtStateMachine.'' | |||
Number of types in QtStateMachine:''' 12''' | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 422: | Line 432: | ||
Number of types in QtCharts:''' 49''' | Number of types in QtCharts:''' 49''' | ||
Missing types in QtCharts: | Missing types in PySide (all) QtCharts: | ||
QColorAxis (is present in PyQt6) | QColorAxis (is present in PyQt6) | ||
Line 449: | Line 459: | ||
Number of types in QtPositioning:''' 17''' | Number of types in QtPositioning:''' 17''' | ||
Missing types in QtPositioning: | Missing types in PySide (all) QtPositioning: | ||
QNmeaSatelliteInfoSource (is present in PyQt6) | QNmeaSatelliteInfoSource (is present in PyQt6) | ||
Line 460: | Line 470: | ||
Documentation link: https://doc.qt.io/qt-6/qtmultimedia-module.html | Documentation link: https://doc.qt.io/qt-6/qtmultimedia-module.html | ||
Number of types in QtMultimedia:''' | Number of types in QtMultimedia:''' 26''' | ||
Missing types in QtMultimedia: | Missing types in PySide (all) QtMultimedia: | ||
QScreenCapture | |||
Number of missing types:''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
Line 477: | Line 485: | ||
Number of types in QtRemoteObjects:''' 15''' | Number of types in QtRemoteObjects:''' 15''' | ||
Missing types in QtRemoteObjects: | Missing types in PySide (all) QtRemoteObjects: | ||
QRemoteObjectPendingReply | QRemoteObjectPendingReply | ||
Line 514: | Line 522: | ||
Number of types in QtWebEngineCore:''' 29''' | Number of types in QtWebEngineCore:''' 29''' | ||
Missing types in | Missing types in PySide (all) QtWebEngineCore: | ||
QWebEngineClientCertificateSelection | QWebEngineClientCertificateSelection | ||
QWebEngineClientCertificateStore | QWebEngineClientCertificateStore | ||
QWebEngineNavigationRequest | |||
Number of missing types:''' 3''' | Number of missing types:''' 3''' | ||
Line 683: | Line 532: | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== | ===== QtWebEngineQuick ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtwebenginequick-module.html | ||
Number of types in | Number of types in QtWebEngineQuick:''' 2''' | ||
Number of missing types:''' 0''' | |||
===== QtWebEngineWidgets ===== | |||
Documentation link: https://doc.qt.io/qt-6/qtwebenginewidgets-module.html | |||
Number of | Number of types in QtWebEngineWidgets:''' 1''' | ||
Number of missing types | Number of missing types:''' 0''' | ||
===== | ===== QtWebSockets ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtwebsockets-module.html | ||
Number of types in QtWebSockets:''' 6''' | |||
Number of types in | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtHttpServer ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qthttpserver-module.html | ||
''Could not load PyQt6. | ''Could not load PyQt6.QtHttpServer for comparison. Received error: module PyQt6 has no attribute QtHttpServer.'' | ||
Number of types in | Number of types in QtHttpServer:''' 7''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtMultimediaWidgets ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtmultimediawidgets-module.html | ||
Number of types in | Number of types in QtMultimediaWidgets:''' 2''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtNfc ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtnfc-module.html | ||
Number of types in | Number of types in QtNfc:''' 11''' | ||
Missing types in PySide (all) QtNfc: | |||
QNearFieldTarget.RequestId (is present in PyQt6) | |||
Number of missing types:''' 1''' | Number of missing types:''' 1''' | ||
Line 763: | Line 582: | ||
Number of missing types that are present in PyQt6:''' 1''' | Number of missing types that are present in PyQt6:''' 1''' | ||
===== | ===== QtQuick3D ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtquick3d-module.html | ||
Number of types in QtQuick3D:''' 5''' | |||
Number of types in | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtPdf ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtpdf-module.html | ||
Number of types in QtPdf:''' 9''' | |||
Missing types in PySide (all) QtPdf: | |||
QPdfView | |||
Number of missing types:''' 1''' | Number of missing types:''' 1''' | ||
Line 862: | Line 602: | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== | ===== QtSpatialAudio ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtspatialaudio-module.html | ||
''Could not load PyQt6.QtSpatialAudio for comparison. Received error: module PyQt6 has no attribute QtSpatialAudio.'' | |||
Number of types in QtSpatialAudio:''' 5''' | |||
Number of types in | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtSerialBus ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtserialbus-module.html | ||
''Could not load PyQt6.QtSerialBus for comparison. Received error: module PyQt6 has no attribute QtSerialBus.'' | |||
Number of | Number of types in QtSerialBus:''' 30''' | ||
Missing types in PySide (all) QtSerialBus: | |||
QCanDbcFileParser | |||
QCanFrameProcessor | |||
QCanFrameProcessor.ParseResult | |||
QCanMessageDescription | |||
QCanSignalDescription | |||
QCanSignalDescription.MultiplexValueRange | |||
QCanUniqueIdDescription | |||
QModbusExceptionResponse | |||
QModbusResponse | |||
QtCanBus | |||
Number of missing types:''' 10''' | |||
Number of missing types:''' | |||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== | ===== QtTextToSpeech ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qttexttospeech-module.html | ||
Number of types in | Number of types in QtTextToSpeech:''' 2''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
===== | ===== QtLocation ===== | ||
Documentation link: https://doc.qt.io/qt-6/ | Documentation link: https://doc.qt.io/qt-6/qtlocation-module.html | ||
''Could not load PyQt6.QtLocation for comparison. Received error: module PyQt6 has no attribute QtLocation.'' | |||
Number of | Number of types in QtLocation:''' 37''' | ||
Missing types in PySide (all) QtLocation: | |||
QGeoJson | |||
QLocation | |||
Number of missing types:''' | Number of missing types:''' 2''' | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== Summary ===== | ===== Summary ===== | ||
Total number of missing types:''' | Total number of missing types:''' 165''' | ||
Total number of missing types that are present in PyQt6:''' | Total number of missing types that are present in PyQt6:''' 11''' | ||
Total number of missing modules:''' 0''' | Total number of missing modules:''' 0''' |
Latest revision as of 13:38, 6 April 2023
PySide6 bindings for Qt 6.5
Using Qt version 6.5 documentation to find public API Qt types and test if the types are present in the PySide6 package. Similar report:
https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
This report was generated by running the following command:
python main.py
on the following date:
2023-04-06 13:33:03 GMT
QtCore
Documentation link: https://doc.qt.io/qt-6/qtcore-module.html
Number of types in QtCore: 240
Missing types in PySide (all) QtCore:
QAdoptSharedDataTag QAnyStringView QAtomicInt QAtomicInteger QAtomicPointer QBEInteger QBaseIterator QBindable QBluetoothPermission QByteArrayList QByteArrayView QCache QCalendarPermission QCameraPermission QCborMap.ConstIterator QCborMap.Iterator QCborStreamReader.StringResult QConstIterator QContactsPermission QContiguousCache QEventLoopLocker (is present in PyQt6) QException QFuture QFutureSynchronizer QFutureWatcher QGregorianCalendar QIterable QIterator QJalaliCalendar QJniEnvironment QJniObject QJsonObject QJulianCalendar QKeyValueIterator QLEInteger QLatin1StringMatcher QLatin1StringView QLocationPermission QMessageLogger (is present in PyQt6) QMetaSequence QMicrophonePermission QMilankovicCalendar QModelRoleDataSpan QMultiMap.key_iterator QMultiMapIterator QMutableMultiMapIterator QNativeInterface.QAndroidApplication QObjectBindableProperty QObjectCleanupHandler (is present in PyQt6) QObjectComputedProperty QPartialOrdering QPermission QProcess.CreateProcessArguments QPromise QProperty QPropertyBindingError QPropertyChangeHandler QPropertyData QPropertyNotifier QRomanCalendar QScopeGuard QStaticByteArrayMatcher QStringTokenizer QStringView QTaggedIterator QThreadStorage QTypeRevision (is present in PyQt6) QUnhandledException QUntypedBindable QUtf8StringView QVariant (is present in PyQt6) QVariantConstPointer QVariantPointer QVariantRef QWinEventNotifier Qt.Literals Qt.Literals.StringLiterals QtFuture QtFuture.WhenAnyResult QtLiterals qfloat16
Number of missing types: 81
Number of missing types that are present in PyQt6: 5
QtGui
Documentation link: https://doc.qt.io/qt-6/qtgui-module.html
Number of types in QtGui: 210
Missing types in PySide (all) QtGui:
QAccessiblePlugin QAccessibleSelectionInterface QAccessibleTableInterface QFileSystemModel (is present in PyQt6) QNativeInterface.QAndroidOffscreenSurface QNativeInterface.QCocoaGLContext QNativeInterface.QEGLContext QNativeInterface.QGLXContext QNativeInterface.QWGLContext QNativeInterface.QWaylandApplication QNativeInterface.QX11Application QOpenGLTexture QRasterPaintEngine QRgbaFloat QSupportedWritingSystems QUtiMimeConverter QVulkanDeviceFunctions QVulkanExtension QVulkanFunctions QVulkanInfoVector QVulkanInstance QVulkanLayer QVulkanWindow QVulkanWindowRenderer QWindowsMimeConverter
Number of missing types: 25
Number of missing types that are present in PyQt6: 1
QtNetwork
Documentation link: https://doc.qt.io/qt-6/qtnetwork-module.html
Number of types in QtNetwork: 54
Missing types in PySide (all) QtNetwork:
QDtlsClientVerifier.GeneratorParameters QHttp1Configuration QSctpServer QSctpSocket
Number of missing types: 4
Number of missing types that are present in PyQt6: 0
QtQml
Documentation link: https://doc.qt.io/qt-6/qtqml-module.html
Number of types in QtQml: 30
Missing types in PySide (all) QtQml:
QJSPrimitiveNull QJSPrimitiveUndefined QQmlEngineExtensionPlugin QQmlInfo QQmlListProperty
Number of missing types: 5
Number of missing types that are present in PyQt6: 0
QtQuick
Documentation link: https://doc.qt.io/qt-6/qtquick-module.html
Number of types in QtQuick: 53
Missing types in PySide (all) QtQuick:
QNativeInterface.QSGD3D11Texture QNativeInterface.QSGMetalTexture QNativeInterface.QSGOpenGLTexture QNativeInterface.QSGVulkanTexture QQuickItem.ItemChangeData QQuickOpenGLUtils QQuickWindow.GraphicsStateInfo QSGImageNode QSGMaterialShader.GraphicsPipelineState
Number of missing types: 9
Number of missing types that are present in PyQt6: 0
QtQuickWidgets
Documentation link: https://doc.qt.io/qt-6/qtquickwidgets-module.html
Number of types in QtQuickWidgets: 1
Number of missing types: 0
QtSql
Documentation link: https://doc.qt.io/qt-6/qtsql-module.html
Number of types in QtSql: 15
Number of missing types: 0
QtWidgets
Documentation link: https://doc.qt.io/qt-6/qtwidgets-module.html
Number of types in QtWidgets: 189
Number of missing types: 0
QtConcurrent
Documentation link: https://doc.qt.io/qt-6/qtconcurrent-module.html
Could not load PyQt6.QtConcurrent for comparison. Received error: module PyQt6 has no attribute QtConcurrent.
Number of types in QtConcurrent: 2
Missing types in PySide (all) QtConcurrent:
QtConcurrent.QTaskBuilder
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtDBus
Documentation link: https://doc.qt.io/qt-6/qtdbus-module.html
Number of types in QtDBus: 21
Missing types in PySide (all) QtDBus:
QDBusPendingReply (is present in PyQt6)
Number of missing types: 1
Number of missing types that are present in PyQt6: 1
QtHelp
Documentation link: https://doc.qt.io/qt-6/qthelp-module.html
Number of types in QtHelp: 16
Number of missing types: 0
QtOpenGL
Documentation link: https://doc.qt.io/qt-6/qtopengl-module.html
Number of types in QtOpenGL: 46
Missing types in PySide (all) QtOpenGL:
QOpenGLFunctions_ES2 QOpenGLWidget
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
QtPrintSupport
Documentation link: https://doc.qt.io/qt-6/qtprintsupport-module.html
Number of types in QtPrintSupport: 8
Number of missing types: 0
QtSvg
Documentation link: https://doc.qt.io/qt-6/qtsvg-module.html
Number of types in QtSvg: 4
Missing types in PySide (all) QtSvg:
QGraphicsSvgItem QSvgWidget
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
QtSvgWidgets
Documentation link: https://doc.qt.io/qt-6/qtsvgwidgets-module.html
Number of types in QtSvgWidgets: 2
Number of missing types: 0
QtUiTools
Documentation link: https://doc.qt.io/qt-6/qtuitools-module.html
Could not load PyQt6.QtUiTools for comparison. Received error: module PyQt6 has no attribute QtUiTools.
Number of types in QtUiTools: 1
Number of missing types: 0
QtXml
Documentation link: https://doc.qt.io/qt-6/qtxml-module.html
Number of types in QtXml: 18
Missing types in PySide (all) QtXml:
QDomDocument.ParseResult
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtTest
Documentation link: https://doc.qt.io/qt-6/qttest-module.html
Number of types in QtTest: 5
Missing types in PySide (all) QtTest:
QTestEventList
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
Qt3DCore
Documentation link: https://doc.qt.io/qt-6/qt3dcore-module.html
Number of types in Qt3DCore: 25
Missing types in PySide (all) Qt3DCore:
Qt3DCore.Quick Qt3DCore.Quick.QQmlAspectEngine
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
Qt3DInput
Documentation link: https://doc.qt.io/qt-6/qt3dinput-module.html
Number of types in Qt3DInput: 25
Missing types in PySide (all) Qt3DInput:
Qt3DInput.QAbstractPhysicalDeviceProxy Qt3DInput.QInputDeviceIntegration
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
Qt3DLogic
Documentation link: https://doc.qt.io/qt-6/qt3dlogic-module.html
Number of types in Qt3DLogic: 4
Missing types in PySide (all) Qt3DLogic:
Qt3DLogic.Logic
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
Qt3DRender
Documentation link: https://doc.qt.io/qt-6/qt3drender-module.html
Number of types in Qt3DRender: 117
Missing types in PySide (all) Qt3DRender:
Qt3DRender.QDebugOverlay Qt3DRender.QTextureGenerator Qt3DRender.Render
Number of missing types: 3
Number of missing types that are present in PyQt6: 0
Qt3DAnimation
Documentation link: https://doc.qt.io/qt-6/qt3danimation-module.html
Number of types in Qt3DAnimation: 26
Missing types in PySide (all) Qt3DAnimation:
Qt3DAnimation.QCallbackMapping
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
Qt3DExtras
Documentation link: https://doc.qt.io/qt-6/qt3dextras-module.html
Number of types in Qt3DExtras: 59
Number of missing types: 0
QtNetworkAuth
Documentation link: https://doc.qt.io/qt-6/qtnetworkauth-module.html
Number of types in QtNetworkAuth: 6
Number of missing types: 0
QtStateMachine
Documentation link: https://doc.qt.io/qt-6/qtstatemachine-module.html
Could not load PyQt6.QtStateMachine for comparison. Received error: module PyQt6 has no attribute QtStateMachine.
Number of types in QtStateMachine: 12
Number of missing types: 0
QtScxml
Documentation link: https://doc.qt.io/qt-6/qtscxml-module.html
Could not load PyQt6.QtScxml for comparison. Received error: module PyQt6 has no attribute QtScxml.
Number of types in QtScxml: 20
Number of missing types: 0
QtCharts
Documentation link: https://doc.qt.io/qt-6/qtcharts-module.html
Number of types in QtCharts: 49
Missing types in PySide (all) QtCharts:
QColorAxis (is present in PyQt6)
Number of missing types: 1
Number of missing types that are present in PyQt6: 1
QtDataVisualization
Documentation link: https://doc.qt.io/qt-6/qtdatavisualization-module.html
Number of types in QtDataVisualization: 35
Number of missing types: 0
QtBluetooth
Documentation link: https://doc.qt.io/qt-6/qtbluetooth-module.html
Number of types in QtBluetooth: 24
Number of missing types: 0
QtPositioning
Documentation link: https://doc.qt.io/qt-6/qtpositioning-module.html
Number of types in QtPositioning: 17
Missing types in PySide (all) QtPositioning:
QNmeaSatelliteInfoSource (is present in PyQt6)
Number of missing types: 1
Number of missing types that are present in PyQt6: 1
QtMultimedia
Documentation link: https://doc.qt.io/qt-6/qtmultimedia-module.html
Number of types in QtMultimedia: 26
Missing types in PySide (all) QtMultimedia:
QScreenCapture
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtRemoteObjects
Documentation link: https://doc.qt.io/qt-6/qtremoteobjects-module.html
Number of types in QtRemoteObjects: 15
Missing types in PySide (all) QtRemoteObjects:
QRemoteObjectPendingReply QtROClientFactory QtROServerFactory QtRemoteObjects (is present in PyQt6)
Number of missing types: 4
Number of missing types that are present in PyQt6: 1
QtSensors
Documentation link: https://doc.qt.io/qt-6/qtsensors-module.html
Number of types in QtSensors: 48
Number of missing types: 0
QtSerialPort
Documentation link: https://doc.qt.io/qt-6/qtserialport-module.html
Number of types in QtSerialPort: 2
Number of missing types: 0
QtWebChannel
Documentation link: https://doc.qt.io/qt-6/qtwebchannel-module.html
Number of types in QtWebChannel: 2
Number of missing types: 0
QtWebEngineCore
Documentation link: https://doc.qt.io/qt-6/qtwebenginecore-module.html
Number of types in QtWebEngineCore: 29
Missing types in PySide (all) QtWebEngineCore:
QWebEngineClientCertificateSelection QWebEngineClientCertificateStore QWebEngineNavigationRequest
Number of missing types: 3
Number of missing types that are present in PyQt6: 0
QtWebEngineQuick
Documentation link: https://doc.qt.io/qt-6/qtwebenginequick-module.html
Number of types in QtWebEngineQuick: 2
Number of missing types: 0
QtWebEngineWidgets
Documentation link: https://doc.qt.io/qt-6/qtwebenginewidgets-module.html
Number of types in QtWebEngineWidgets: 1
Number of missing types: 0
QtWebSockets
Documentation link: https://doc.qt.io/qt-6/qtwebsockets-module.html
Number of types in QtWebSockets: 6
Number of missing types: 0
QtHttpServer
Documentation link: https://doc.qt.io/qt-6/qthttpserver-module.html
Could not load PyQt6.QtHttpServer for comparison. Received error: module PyQt6 has no attribute QtHttpServer.
Number of types in QtHttpServer: 7
Number of missing types: 0
QtMultimediaWidgets
Documentation link: https://doc.qt.io/qt-6/qtmultimediawidgets-module.html
Number of types in QtMultimediaWidgets: 2
Number of missing types: 0
QtNfc
Documentation link: https://doc.qt.io/qt-6/qtnfc-module.html
Number of types in QtNfc: 11
Missing types in PySide (all) QtNfc:
QNearFieldTarget.RequestId (is present in PyQt6)
Number of missing types: 1
Number of missing types that are present in PyQt6: 1
QtQuick3D
Documentation link: https://doc.qt.io/qt-6/qtquick3d-module.html
Number of types in QtQuick3D: 5
Number of missing types: 0
QtPdf
Documentation link: https://doc.qt.io/qt-6/qtpdf-module.html
Number of types in QtPdf: 9
Missing types in PySide (all) QtPdf:
QPdfView
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtSpatialAudio
Documentation link: https://doc.qt.io/qt-6/qtspatialaudio-module.html
Could not load PyQt6.QtSpatialAudio for comparison. Received error: module PyQt6 has no attribute QtSpatialAudio.
Number of types in QtSpatialAudio: 5
Number of missing types: 0
QtSerialBus
Documentation link: https://doc.qt.io/qt-6/qtserialbus-module.html
Could not load PyQt6.QtSerialBus for comparison. Received error: module PyQt6 has no attribute QtSerialBus.
Number of types in QtSerialBus: 30
Missing types in PySide (all) QtSerialBus:
QCanDbcFileParser QCanFrameProcessor QCanFrameProcessor.ParseResult QCanMessageDescription QCanSignalDescription QCanSignalDescription.MultiplexValueRange QCanUniqueIdDescription QModbusExceptionResponse QModbusResponse QtCanBus
Number of missing types: 10
Number of missing types that are present in PyQt6: 0
QtTextToSpeech
Documentation link: https://doc.qt.io/qt-6/qttexttospeech-module.html
Number of types in QtTextToSpeech: 2
Number of missing types: 0
QtLocation
Documentation link: https://doc.qt.io/qt-6/qtlocation-module.html
Could not load PyQt6.QtLocation for comparison. Received error: module PyQt6 has no attribute QtLocation.
Number of types in QtLocation: 37
Missing types in PySide (all) QtLocation:
QGeoJson QLocation
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
Summary
Total number of missing types: 165
Total number of missing types that are present in PyQt6: 11
Total number of missing modules: 0