Qt for Python Missing Bindings: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= PySide6 bindings for Qt 6. | = PySide6 bindings for Qt 6.8 = | ||
Using Qt version 6. | Using Qt version 6.8 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 | ||
Line 7: | Line 7: | ||
python main.py | python main.py | ||
on the following date: | on the following date: | ||
2024-11-28 14:22:12 W. Europe Standard Time | |||
===== 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:''' | ''Could not load PyQt6.QtCore for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtCore:''' 261''' | |||
Missing types in PySide (all) QtCore: | Missing types in PySide (all) QtCore: | ||
QAbstractEventDispatcher.TimerInfoV2 | |||
QAbstractEventDispatcherV2 | |||
QAdoptSharedDataTag | QAdoptSharedDataTag | ||
QAnyStringView | QAnyStringView | ||
Line 21: | Line 25: | ||
QAtomicInteger | QAtomicInteger | ||
QAtomicPointer | QAtomicPointer | ||
QAtomicScopedValueRollback | |||
QBEInteger | QBEInteger | ||
QBaseIterator | QBaseIterator | ||
Line 30: | Line 35: | ||
QCborMap.Iterator | QCborMap.Iterator | ||
QCborStreamReader.StringResult | QCborStreamReader.StringResult | ||
QChronoTimer | |||
QConstIterator | QConstIterator | ||
QContiguousCache | QContiguousCache | ||
QEventLoopLocker | QDirListing.sentinel | ||
QEventLoopLocker | |||
QException | QException | ||
QFuture | QFuture | ||
Line 41: | Line 48: | ||
QIterator | QIterator | ||
QJalaliCalendar | QJalaliCalendar | ||
QJniArray | |||
QJniArrayBase | |||
QJniEnvironment | QJniEnvironment | ||
QJniObject | QJniObject | ||
Line 49: | Line 58: | ||
QLatin1StringMatcher | QLatin1StringMatcher | ||
QLatin1StringView | QLatin1StringView | ||
QMessageLogger | QMessageLogger | ||
QMetaContainer | |||
QMetaSequence | QMetaSequence | ||
QMilankovicCalendar | QMilankovicCalendar | ||
QMultiMap.key_iterator | QMultiMap.key_iterator | ||
QMultiMapIterator | QMultiMapIterator | ||
QMutableMultiMapIterator | QMutableMultiMapIterator | ||
QNativeInterface.QAndroidApplication | QNativeInterface.QAndroidApplication | ||
QNtfsPermissionCheckGuard | |||
QObjectBindableProperty | QObjectBindableProperty | ||
QObjectCleanupHandler | QObjectCleanupHandler | ||
QObjectComputedProperty | QObjectComputedProperty | ||
QPartialOrdering | QPartialOrdering | ||
QProcess.CreateProcessArguments | QProcess.CreateProcessArguments | ||
QProcess.UnixProcessParameters | |||
QPromise | QPromise | ||
QProperty | QProperty | ||
Line 71: | Line 82: | ||
QScopeGuard | QScopeGuard | ||
QScopedPropertyUpdateGroup | QScopedPropertyUpdateGroup | ||
QSpan | |||
QStaticByteArrayMatcher | QStaticByteArrayMatcher | ||
QStaticLatin1StringMatcher | |||
QStringTokenizer | QStringTokenizer | ||
QStringView | QStringView | ||
QTaggedIterator | QTaggedIterator | ||
QThreadStorage | QThreadStorage | ||
QTypeRevision | QTypeRevision | ||
QUnhandledException | QUnhandledException | ||
QUntypedBindable | QUntypedBindable | ||
QUtf8StringView | QUtf8StringView | ||
QUuid.Id128Bytes | QUuid.Id128Bytes | ||
QVariant | QVariant | ||
QVariantConstPointer | QVariantConstPointer | ||
QVariantPointer | QVariantPointer | ||
QVariantRef | QVariantRef | ||
Qt.Literals | Qt.Literals | ||
Qt.Literals.StringLiterals | Qt.Literals.StringLiterals | ||
Qt.partial_ordering | |||
Qt.strong_ordering | |||
Qt.totally_ordered_wrapper | |||
Qt.weak_ordering | |||
QtFuture | QtFuture | ||
QtFuture.WhenAnyResult | QtFuture.WhenAnyResult | ||
QtJniTypes | |||
QtLiterals | QtLiterals | ||
qfloat16 | qfloat16 | ||
Number of missing types:''' | Number of missing types:''' 91''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtGui ===== | ===== QtGui ===== | ||
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:''' | ''Could not load PyQt6.QtGui for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtGui:''' 230''' | |||
Missing types in PySide (all) QtGui: | Missing types in PySide (all) QtGui: | ||
QAccessiblePlugin | QAccessiblePlugin | ||
QAccessibleTableInterface | QAccessibleTableInterface | ||
QFileSystemModel | QFileSystemModel | ||
QNativeInterface.QAndroidOffscreenSurface | QNativeInterface.QAndroidOffscreenSurface | ||
QNativeInterface.QAndroidScreen | |||
QNativeInterface.QCocoaGLContext | QNativeInterface.QCocoaGLContext | ||
QNativeInterface.QEGLContext | QNativeInterface.QEGLContext | ||
Line 114: | Line 133: | ||
QNativeInterface.QWGLContext | QNativeInterface.QWGLContext | ||
QNativeInterface.QWaylandApplication | QNativeInterface.QWaylandApplication | ||
QNativeInterface.QWaylandScreen | |||
QNativeInterface.QX11Application | QNativeInterface.QX11Application | ||
QOpenGLTexture | QOpenGLTexture | ||
QPdfOutputIntent | |||
QRgbaFloat | QRgbaFloat | ||
QShader.NativeShaderInfo | QShader.NativeShaderInfo | ||
QShader.SeparateToCombinedImageSamplerMapping | QShader.SeparateToCombinedImageSamplerMapping | ||
Line 154: | Line 159: | ||
QWindowsMimeConverter | QWindowsMimeConverter | ||
Number of missing types:''' | Number of missing types:''' 35''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtNetwork ===== | ===== QtNetwork ===== | ||
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:''' | ''Could not load PyQt6.QtNetwork for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtNetwork:''' 61''' | |||
Missing types in PySide (all) QtNetwork: | Missing types in PySide (all) QtNetwork: | ||
QSctpServer | QSctpServer | ||
QSctpSocket | QSctpSocket | ||
Number of missing types:''' | Number of missing types:''' 2''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtQml ===== | ===== QtQml ===== | ||
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:''' | ''Could not load PyQt6.QtQml for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtQml:''' 31''' | |||
Missing types in PySide (all) QtQml: | Missing types in PySide (all) QtQml: | ||
QJSPrimitiveNull | QJSPrimitiveNull | ||
QJSPrimitiveUndefined | QJSPrimitiveUndefined | ||
QQmlEngineExtensionPlugin | QQmlEngineExtensionPlugin | ||
QQmlInfo | QQmlInfo | ||
QQmlListProperty | QQmlListProperty | ||
Number of missing types:''' 5''' | 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 ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtquick-module.html | Documentation link: https://doc.qt.io/qt-6/qtquick-module.html | ||
Number of types in QtQuick:''' | ''Could not load PyQt6.QtQuick for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtQuick:''' 57''' | |||
Missing types in PySide (all) QtQuick: | Missing types in PySide (all) QtQuick: | ||
Line 201: | Line 210: | ||
QNativeInterface.QSGD3D12Texture | QNativeInterface.QSGD3D12Texture | ||
QNativeInterface.QSGMetalTexture | QNativeInterface.QSGMetalTexture | ||
QNativeInterface.QSGOpenGLTexture | QNativeInterface.QSGOpenGLTexture | ||
QNativeInterface.QSGVulkanTexture | QNativeInterface.QSGVulkanTexture | ||
QQuickItem.ItemChangeData | QQuickItem.ItemChangeData | ||
QQuickOpenGLUtils | QQuickOpenGLUtils | ||
Number of missing types:''' | Number of missing types:''' 7''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtQuickWidgets ===== | ===== QtQuickWidgets ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtquickwidgets-module.html | Documentation link: https://doc.qt.io/qt-6/qtquickwidgets-module.html | ||
''Could not load PyQt6.QtQuickWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtQuickWidgets:''' 1''' | Number of types in QtQuickWidgets:''' 1''' | ||
Line 222: | Line 230: | ||
===== QtSql ===== | ===== QtSql ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtsql-module.html | Documentation link: https://doc.qt.io/qt-6/qtsql-module.html | ||
''Could not load PyQt6.QtSql for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtSql:''' 15''' | Number of types in QtSql:''' 15''' | ||
Line 230: | Line 240: | ||
Documentation link: https://doc.qt.io/qt-6/qtwidgets-module.html | Documentation link: https://doc.qt.io/qt-6/qtwidgets-module.html | ||
Number of types in QtWidgets:''' | ''Could not load PyQt6.QtWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtWidgets:''' 190''' | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 251: | Line 263: | ||
===== QtDBus ===== | ===== QtDBus ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtdbus-module.html | Documentation link: https://doc.qt.io/qt-6/qtdbus-module.html | ||
''Could not load PyQt6.QtDBus for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtDBus:''' 21''' | Number of types in QtDBus:''' 21''' | ||
Line 256: | Line 270: | ||
Missing types in PySide (all) QtDBus: | Missing types in PySide (all) QtDBus: | ||
QDBusPendingReply | QDBusPendingReply | ||
Number of missing types:''' 1''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtHelp ===== | ===== QtHelp ===== | ||
Documentation link: https://doc.qt.io/qt-6/qthelp-module.html | Documentation link: https://doc.qt.io/qt-6/qthelp-module.html | ||
Number of types in QtHelp:''' | ''Could not load PyQt6.QtHelp for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtHelp:''' 17''' | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 271: | Line 287: | ||
===== QtOpenGL ===== | ===== QtOpenGL ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtopengl-module.html | Documentation link: https://doc.qt.io/qt-6/qtopengl-module.html | ||
''Could not load PyQt6.QtOpenGL for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtOpenGL:''' 46''' | Number of types in QtOpenGL:''' 46''' | ||
Line 285: | Line 303: | ||
===== QtPrintSupport ===== | ===== QtPrintSupport ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtprintsupport-module.html | Documentation link: https://doc.qt.io/qt-6/qtprintsupport-module.html | ||
''Could not load PyQt6.QtPrintSupport for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtPrintSupport:''' 8''' | Number of types in QtPrintSupport:''' 8''' | ||
Line 293: | Line 313: | ||
Documentation link: https://doc.qt.io/qt-6/qtsvg-module.html | Documentation link: https://doc.qt.io/qt-6/qtsvg-module.html | ||
Number of types in QtSvg:''' | ''Could not load PyQt6.QtSvg for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtSvg:''' 5''' | |||
Missing types in PySide (all) QtSvg: | Missing types in PySide (all) QtSvg: | ||
Line 306: | Line 328: | ||
===== QtSvgWidgets ===== | ===== QtSvgWidgets ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtsvgwidgets-module.html | Documentation link: https://doc.qt.io/qt-6/qtsvgwidgets-module.html | ||
''Could not load PyQt6.QtSvgWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtSvgWidgets:''' 2''' | Number of types in QtSvgWidgets:''' 2''' | ||
Line 322: | Line 346: | ||
===== QtXml ===== | ===== QtXml ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtxml-module.html | Documentation link: https://doc.qt.io/qt-6/qtxml-module.html | ||
''Could not load PyQt6.QtXml for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtXml:''' 18''' | Number of types in QtXml:''' 18''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== QtTest ===== | ===== QtTest ===== | ||
Documentation link: https://doc.qt.io/qt-6/qttest-module.html | Documentation link: https://doc.qt.io/qt-6/qttest-module.html | ||
''Could not load PyQt6.QtTest for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtTest:''' 5''' | Number of types in QtTest:''' 5''' | ||
Line 345: | Line 367: | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtNetworkAuth ===== | ===== QtNetworkAuth ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtnetworkauth-module.html | Documentation link: https://doc.qt.io/qt-6/qtnetworkauth-module.html | ||
Number of types in QtNetworkAuth:''' | ''Could not load PyQt6.QtNetworkAuth for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtNetworkAuth:''' 8''' | |||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 444: | Line 392: | ||
Number of types in QtScxml:''' 20''' | Number of types in QtScxml:''' 20''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 469: | Line 397: | ||
===== QtBluetooth ===== | ===== QtBluetooth ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtbluetooth-module.html | Documentation link: https://doc.qt.io/qt-6/qtbluetooth-module.html | ||
''Could not load PyQt6.QtBluetooth for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtBluetooth:''' 24''' | Number of types in QtBluetooth:''' 24''' | ||
Line 476: | Line 406: | ||
===== QtPositioning ===== | ===== QtPositioning ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtpositioning-module.html | Documentation link: https://doc.qt.io/qt-6/qtpositioning-module.html | ||
''Could not load PyQt6.QtPositioning for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtPositioning:''' 17''' | Number of types in QtPositioning:''' 17''' | ||
Number of missing types:''' 0''' | |||
===== QtMultimedia ===== | |||
Documentation link: https://doc.qt.io/qt-6/qtmultimedia-module.html | |||
Number of | ''Could not load PyQt6.QtMultimedia for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtMultimedia:''' 34''' | |||
Missing types in PySide (all) QtMultimedia: | |||
QtAudio | |||
Number of types | Number of missing types:''' 1''' | ||
Number of missing types:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtRemoteObjects ===== | ===== QtRemoteObjects ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtremoteobjects-module.html | Documentation link: https://doc.qt.io/qt-6/qtremoteobjects-module.html | ||
''Could not load PyQt6.QtRemoteObjects for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtRemoteObjects:''' 15''' | Number of types in QtRemoteObjects:''' 15''' | ||
Line 502: | Line 438: | ||
QRemoteObjectPendingReply | QRemoteObjectPendingReply | ||
Number of missing types:''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtSensors ===== | ===== QtSensors ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtsensors-module.html | Documentation link: https://doc.qt.io/qt-6/qtsensors-module.html | ||
''Could not load PyQt6.QtSensors for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtSensors:''' 48''' | Number of types in QtSensors:''' 48''' | ||
Line 519: | Line 454: | ||
===== QtSerialPort ===== | ===== QtSerialPort ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtserialport-module.html | Documentation link: https://doc.qt.io/qt-6/qtserialport-module.html | ||
''Could not load PyQt6.QtSerialPort for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtSerialPort:''' 2''' | Number of types in QtSerialPort:''' 2''' | ||
Line 526: | Line 463: | ||
===== QtWebChannel ===== | ===== QtWebChannel ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtwebchannel-module.html | Documentation link: https://doc.qt.io/qt-6/qtwebchannel-module.html | ||
''Could not load PyQt6.QtWebChannel for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtWebChannel:''' 2''' | Number of types in QtWebChannel:''' 2''' | ||
Line 534: | Line 473: | ||
Documentation link: https://doc.qt.io/qt-6/qtwebenginecore-module.html | Documentation link: https://doc.qt.io/qt-6/qtwebenginecore-module.html | ||
Number of types in QtWebEngineCore:''' | ''Could not load PyQt6.QtWebEngineCore for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtWebEngineCore:''' 37''' | |||
Missing types in PySide (all) QtWebEngineCore: | Missing types in PySide (all) QtWebEngineCore: | ||
QWebEngineDesktopMediaRequest | |||
Number of missing types:''' | Number of missing types:''' 1''' | ||
Number of missing types that are present in PyQt6:''' | Number of missing types that are present in PyQt6:''' 0''' | ||
===== QtWebEngineQuick ===== | ===== QtWebEngineQuick ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtwebenginequick-module.html | Documentation link: https://doc.qt.io/qt-6/qtwebenginequick-module.html | ||
''Could not load PyQt6.QtWebEngineQuick for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtWebEngineQuick:''' 2''' | Number of types in QtWebEngineQuick:''' 2''' | ||
Line 557: | Line 496: | ||
===== QtWebEngineWidgets ===== | ===== QtWebEngineWidgets ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtwebenginewidgets-module.html | Documentation link: https://doc.qt.io/qt-6/qtwebenginewidgets-module.html | ||
''Could not load PyQt6.QtWebEngineWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtWebEngineWidgets:''' 1''' | Number of types in QtWebEngineWidgets:''' 1''' | ||
Line 564: | Line 505: | ||
===== QtWebSockets ===== | ===== QtWebSockets ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtwebsockets-module.html | Documentation link: https://doc.qt.io/qt-6/qtwebsockets-module.html | ||
''Could not load PyQt6.QtWebSockets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtWebSockets:''' 6''' | Number of types in QtWebSockets:''' 6''' | ||
Line 574: | Line 517: | ||
''Could not load PyQt6.QtHttpServer for comparison. Received error: module PyQt6 has no attribute QtHttpServer.'' | ''Could not load PyQt6.QtHttpServer for comparison. Received error: module PyQt6 has no attribute QtHttpServer.'' | ||
Number of types in QtHttpServer:''' | Number of types in QtHttpServer:''' 8''' | ||
Number of missing types:''' 0''' | Number of missing types:''' 0''' | ||
Line 580: | Line 523: | ||
===== QtMultimediaWidgets ===== | ===== QtMultimediaWidgets ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtmultimediawidgets-module.html | Documentation link: https://doc.qt.io/qt-6/qtmultimediawidgets-module.html | ||
''Could not load PyQt6.QtMultimediaWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtMultimediaWidgets:''' 2''' | Number of types in QtMultimediaWidgets:''' 2''' | ||
Line 587: | Line 532: | ||
===== QtNfc ===== | ===== QtNfc ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtnfc-module.html | Documentation link: https://doc.qt.io/qt-6/qtnfc-module.html | ||
''Could not load PyQt6.QtNfc for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtNfc:''' 11''' | Number of types in QtNfc:''' 11''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== QtQuick3D ===== | ===== QtQuick3D ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtquick3d-module.html | Documentation link: https://doc.qt.io/qt-6/qtquick3d-module.html | ||
Number of types in QtQuick3D:''' | ''Could not load PyQt6.QtQuick3D for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | ||
Number of types in QtQuick3D:''' 17''' | |||
Missing types in PySide (all) QtQuick3D: | Missing types in PySide (all) QtQuick3D: | ||
QQuick3DExtensionHelpers | QQuick3DExtensionHelpers | ||
QSSGCameraHelpers | |||
QSSGFrameData | |||
QSSGModelHelpers | |||
QSSGRenderContextInterface | |||
QSSGRenderExtension | |||
QSSGRenderExtensionHelpers | |||
QSSGRenderHelpers | |||
QSSGRhiContext | |||
QSSGRhiGraphicsPipelineState | |||
QSSGRhiSamplerDescription | |||
Number of missing types:''' | Number of missing types:''' 11''' | ||
Number of missing types that are present in PyQt6:''' 0''' | Number of missing types that are present in PyQt6:''' 0''' | ||
Line 614: | Line 566: | ||
===== QtPdf ===== | ===== QtPdf ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtpdf-module.html | Documentation link: https://doc.qt.io/qt-6/qtpdf-module.html | ||
''Could not load PyQt6.QtPdf for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtPdf:''' 11''' | Number of types in QtPdf:''' 11''' | ||
Line 628: | Line 582: | ||
===== QtSpatialAudio ===== | ===== QtSpatialAudio ===== | ||
Documentation link: https://doc.qt.io/qt-6/qtspatialaudio-module.html | Documentation link: https://doc.qt.io/qt-6/qtspatialaudio-module.html | ||
''Could not load PyQt6.QtSpatialAudio for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtSpatialAudio:''' 5''' | Number of types in QtSpatialAudio:''' 5''' | ||
Line 640: | Line 596: | ||
Number of types in QtSerialBus:''' 30''' | Number of types in QtSerialBus:''' 30''' | ||
Number of missing types:''' 0''' | |||
Number of missing types | |||
===== QtTextToSpeech ===== | ===== QtTextToSpeech ===== | ||
Documentation link: https://doc.qt.io/qt-6/qttexttospeech-module.html | Documentation link: https://doc.qt.io/qt-6/qttexttospeech-module.html | ||
''Could not load PyQt6.QtTextToSpeech for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..'' | |||
Number of types in QtTextToSpeech:''' 2''' | Number of types in QtTextToSpeech:''' 2''' | ||
Line 677: | Line 620: | ||
Number of missing types:''' 2''' | Number of missing types:''' 2''' | ||
Number of missing types that are present in PyQt6:''' 0''' | |||
===== QtGraphs ===== | |||
Documentation link: https://doc.qt.io/qt-6/qtgraphs-module.html | |||
''Could not load PyQt6.QtGraphs for comparison. Received error: module PyQt6 has no attribute QtGraphs.'' | |||
Number of types in QtGraphs:''' 48''' | |||
Missing types in PySide (all) QtGraphs: | |||
Q3DBarsWidgetItem | |||
Q3DGraphsWidgetItem | |||
Q3DScatterWidgetItem | |||
Q3DSurfaceWidgetItem | |||
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''' | ||
===== Summary ===== | ===== Summary ===== | ||
Total number of missing types:''' | Total number of missing types:''' 169''' | ||
Total number of missing types that are present in PyQt6:''' | Total number of missing types that are present in PyQt6:''' 0''' | ||
Total number of missing modules:''' 0''' | Total number of missing modules:''' 0''' |
Revision as of 15:12, 28 November 2024
PySide6 bindings for Qt 6.8
Using Qt version 6.8 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:
2024-11-28 14:22:12 W. Europe Standard Time
QtCore
Documentation link: https://doc.qt.io/qt-6/qtcore-module.html
Could not load PyQt6.QtCore for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtCore: 261
Missing types in PySide (all) QtCore:
QAbstractEventDispatcher.TimerInfoV2 QAbstractEventDispatcherV2 QAdoptSharedDataTag QAnyStringView QAtomicInt QAtomicInteger QAtomicPointer QAtomicScopedValueRollback QBEInteger QBaseIterator QBindable QByteArrayList QByteArrayView QCache QCborMap.ConstIterator QCborMap.Iterator QCborStreamReader.StringResult QChronoTimer QConstIterator QContiguousCache QDirListing.sentinel QEventLoopLocker QException QFuture QFutureSynchronizer QFutureWatcher QGregorianCalendar QIterable QIterator QJalaliCalendar QJniArray QJniArrayBase QJniEnvironment QJniObject QJsonObject QJulianCalendar QKeyValueIterator QLEInteger QLatin1StringMatcher QLatin1StringView QMessageLogger QMetaContainer QMetaSequence QMilankovicCalendar QMultiMap.key_iterator QMultiMapIterator QMutableMultiMapIterator QNativeInterface.QAndroidApplication QNtfsPermissionCheckGuard QObjectBindableProperty QObjectCleanupHandler QObjectComputedProperty QPartialOrdering QProcess.CreateProcessArguments QProcess.UnixProcessParameters QPromise QProperty QPropertyBindingError QPropertyChangeHandler QPropertyData QPropertyNotifier QRomanCalendar QScopeGuard QScopedPropertyUpdateGroup QSpan QStaticByteArrayMatcher QStaticLatin1StringMatcher QStringTokenizer QStringView QTaggedIterator QThreadStorage QTypeRevision QUnhandledException QUntypedBindable QUtf8StringView QUuid.Id128Bytes QVariant QVariantConstPointer QVariantPointer QVariantRef Qt.Literals Qt.Literals.StringLiterals Qt.partial_ordering Qt.strong_ordering Qt.totally_ordered_wrapper Qt.weak_ordering QtFuture QtFuture.WhenAnyResult QtJniTypes QtLiterals qfloat16
Number of missing types: 91
Number of missing types that are present in PyQt6: 0
QtGui
Documentation link: https://doc.qt.io/qt-6/qtgui-module.html
Could not load PyQt6.QtGui for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtGui: 230
Missing types in PySide (all) QtGui:
QAccessiblePlugin QAccessibleTableInterface QFileSystemModel QNativeInterface.QAndroidOffscreenSurface QNativeInterface.QAndroidScreen QNativeInterface.QCocoaGLContext QNativeInterface.QEGLContext QNativeInterface.QGLXContext QNativeInterface.QWGLContext QNativeInterface.QWaylandApplication QNativeInterface.QWaylandScreen QNativeInterface.QX11Application QOpenGLTexture QPdfOutputIntent QRgbaFloat QShader.NativeShaderInfo QShader.SeparateToCombinedImageSamplerMapping QShaderDescription QShaderDescription.BlockVariable QShaderDescription.BuiltinVariable QShaderDescription.InOutVariable QShaderDescription.PushConstantBlock QShaderDescription.StorageBlock QShaderDescription.UniformBlock QSupportedWritingSystems QUtiMimeConverter QVulkanDeviceFunctions QVulkanExtension QVulkanFunctions QVulkanInfoVector QVulkanInstance QVulkanLayer QVulkanWindow QVulkanWindowRenderer QWindowsMimeConverter
Number of missing types: 35
Number of missing types that are present in PyQt6: 0
QtNetwork
Documentation link: https://doc.qt.io/qt-6/qtnetwork-module.html
Could not load PyQt6.QtNetwork for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtNetwork: 61
Missing types in PySide (all) QtNetwork:
QSctpServer QSctpSocket
Number of missing types: 2
Number of missing types that are present in PyQt6: 0
QtQml
Documentation link: https://doc.qt.io/qt-6/qtqml-module.html
Could not load PyQt6.QtQml for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtQml: 31
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
Could not load PyQt6.QtQuick for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtQuick: 57
Missing types in PySide (all) QtQuick:
QNativeInterface.QSGD3D11Texture QNativeInterface.QSGD3D12Texture QNativeInterface.QSGMetalTexture QNativeInterface.QSGOpenGLTexture QNativeInterface.QSGVulkanTexture QQuickItem.ItemChangeData QQuickOpenGLUtils
Number of missing types: 7
Number of missing types that are present in PyQt6: 0
QtQuickWidgets
Documentation link: https://doc.qt.io/qt-6/qtquickwidgets-module.html
Could not load PyQt6.QtQuickWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtQuickWidgets: 1
Number of missing types: 0
QtSql
Documentation link: https://doc.qt.io/qt-6/qtsql-module.html
Could not load PyQt6.QtSql for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtSql: 15
Number of missing types: 0
QtWidgets
Documentation link: https://doc.qt.io/qt-6/qtwidgets-module.html
Could not load PyQt6.QtWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtWidgets: 190
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
Could not load PyQt6.QtDBus for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtDBus: 21
Missing types in PySide (all) QtDBus:
QDBusPendingReply
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtHelp
Documentation link: https://doc.qt.io/qt-6/qthelp-module.html
Could not load PyQt6.QtHelp for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtHelp: 17
Number of missing types: 0
QtOpenGL
Documentation link: https://doc.qt.io/qt-6/qtopengl-module.html
Could not load PyQt6.QtOpenGL for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
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
Could not load PyQt6.QtPrintSupport for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtPrintSupport: 8
Number of missing types: 0
QtSvg
Documentation link: https://doc.qt.io/qt-6/qtsvg-module.html
Could not load PyQt6.QtSvg for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtSvg: 5
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
Could not load PyQt6.QtSvgWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
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
Could not load PyQt6.QtXml for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtXml: 18
Number of missing types: 0
QtTest
Documentation link: https://doc.qt.io/qt-6/qttest-module.html
Could not load PyQt6.QtTest for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
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
QtNetworkAuth
Documentation link: https://doc.qt.io/qt-6/qtnetworkauth-module.html
Could not load PyQt6.QtNetworkAuth for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtNetworkAuth: 8
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
QtBluetooth
Documentation link: https://doc.qt.io/qt-6/qtbluetooth-module.html
Could not load PyQt6.QtBluetooth for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtBluetooth: 24
Number of missing types: 0
QtPositioning
Documentation link: https://doc.qt.io/qt-6/qtpositioning-module.html
Could not load PyQt6.QtPositioning for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtPositioning: 17
Number of missing types: 0
QtMultimedia
Documentation link: https://doc.qt.io/qt-6/qtmultimedia-module.html
Could not load PyQt6.QtMultimedia for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtMultimedia: 34
Missing types in PySide (all) QtMultimedia:
QtAudio
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
Could not load PyQt6.QtRemoteObjects for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtRemoteObjects: 15
Missing types in PySide (all) QtRemoteObjects:
QRemoteObjectPendingReply
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtSensors
Documentation link: https://doc.qt.io/qt-6/qtsensors-module.html
Could not load PyQt6.QtSensors for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtSensors: 48
Number of missing types: 0
QtSerialPort
Documentation link: https://doc.qt.io/qt-6/qtserialport-module.html
Could not load PyQt6.QtSerialPort for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtSerialPort: 2
Number of missing types: 0
QtWebChannel
Documentation link: https://doc.qt.io/qt-6/qtwebchannel-module.html
Could not load PyQt6.QtWebChannel for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtWebChannel: 2
Number of missing types: 0
QtWebEngineCore
Documentation link: https://doc.qt.io/qt-6/qtwebenginecore-module.html
Could not load PyQt6.QtWebEngineCore for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtWebEngineCore: 37
Missing types in PySide (all) QtWebEngineCore:
QWebEngineDesktopMediaRequest
Number of missing types: 1
Number of missing types that are present in PyQt6: 0
QtWebEngineQuick
Documentation link: https://doc.qt.io/qt-6/qtwebenginequick-module.html
Could not load PyQt6.QtWebEngineQuick for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtWebEngineQuick: 2
Number of missing types: 0
QtWebEngineWidgets
Documentation link: https://doc.qt.io/qt-6/qtwebenginewidgets-module.html
Could not load PyQt6.QtWebEngineWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtWebEngineWidgets: 1
Number of missing types: 0
QtWebSockets
Documentation link: https://doc.qt.io/qt-6/qtwebsockets-module.html
Could not load PyQt6.QtWebSockets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
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: 8
Number of missing types: 0
QtMultimediaWidgets
Documentation link: https://doc.qt.io/qt-6/qtmultimediawidgets-module.html
Could not load PyQt6.QtMultimediaWidgets for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtMultimediaWidgets: 2
Number of missing types: 0
QtNfc
Documentation link: https://doc.qt.io/qt-6/qtnfc-module.html
Could not load PyQt6.QtNfc for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtNfc: 11
Number of missing types: 0
QtQuick3D
Documentation link: https://doc.qt.io/qt-6/qtquick3d-module.html
Could not load PyQt6.QtQuick3D for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtQuick3D: 17
Missing types in PySide (all) QtQuick3D:
QQuick3DExtensionHelpers QSSGCameraHelpers QSSGFrameData QSSGModelHelpers QSSGRenderContextInterface QSSGRenderExtension QSSGRenderExtensionHelpers QSSGRenderHelpers QSSGRhiContext QSSGRhiGraphicsPipelineState QSSGRhiSamplerDescription
Number of missing types: 11
Number of missing types that are present in PyQt6: 0
QtPdf
Documentation link: https://doc.qt.io/qt-6/qtpdf-module.html
Could not load PyQt6.QtPdf for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
Number of types in QtPdf: 11
Missing types in PySide (all) QtPdf:
QPdfPageSelector QPdfView
Number of missing types: 2
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: DLL load failed while importing QtCore: The specified procedure could not be found..
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
Number of missing types: 0
QtTextToSpeech
Documentation link: https://doc.qt.io/qt-6/qttexttospeech-module.html
Could not load PyQt6.QtTextToSpeech for comparison. Received error: DLL load failed while importing QtCore: The specified procedure could not be found..
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
QtGraphs
Documentation link: https://doc.qt.io/qt-6/qtgraphs-module.html
Could not load PyQt6.QtGraphs for comparison. Received error: module PyQt6 has no attribute QtGraphs.
Number of types in QtGraphs: 48
Missing types in PySide (all) QtGraphs:
Q3DBarsWidgetItem Q3DGraphsWidgetItem Q3DScatterWidgetItem Q3DSurfaceWidgetItem
Number of missing types: 4
Number of missing types that are present in PyQt6: 0
Summary
Total number of missing types: 169
Total number of missing types that are present in PyQt6: 0
Total number of missing modules: 0