Qt for Python Missing Bindings: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== PySide2 bindings for Qt 5.6 == | |||
Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2. | Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2. | ||
Line 27: | Line 29: | ||
QLockFile (is present in PyQt5) | QLockFile (is present in PyQt5) | ||
QLoggingCategory | QLoggingCategory | ||
QMessageAuthenticationCode (is present in PyQt5) | QMessageAuthenticationCode (is present in PyQt5) | ||
QMessageLogger (is present in PyQt5) | QMessageLogger (is present in PyQt5) | ||
Line 47: | Line 48: | ||
QVersionNumber (is present in PyQt5) | QVersionNumber (is present in PyQt5) | ||
QWinEventNotifier | QWinEventNotifier | ||
Number of missing types:''' | Number of missing types:''' 36''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 21''' | ||
===== QtGui ===== | ===== QtGui ===== | ||
Line 73: | Line 74: | ||
QAccessibleValueChangeEvent | QAccessibleValueChangeEvent | ||
QAccessibleValueInterface | QAccessibleValueInterface | ||
QGlyphRun (is present in PyQt5) | QGlyphRun (is present in PyQt5) | ||
QInputMethod (is present in PyQt5) | QInputMethod (is present in PyQt5) | ||
Line 93: | Line 92: | ||
QOpenGLVertexArrayObject.Binder (is present in PyQt5) | QOpenGLVertexArrayObject.Binder (is present in PyQt5) | ||
QOpenGLWindow (is present in PyQt5) | QOpenGLWindow (is present in PyQt5) | ||
QPlatformGraphicsBuffer | QPlatformGraphicsBuffer | ||
QPlatformSurfaceEvent (is present in PyQt5) | QPlatformSurfaceEvent (is present in PyQt5) | ||
QPlatformSystemTrayIcon | QPlatformSystemTrayIcon | ||
QRasterPaintEngine | QRasterPaintEngine | ||
QRgba64 (is present in PyQt5) | QRgba64 (is present in PyQt5) | ||
QScrollEvent (is present in PyQt5) | QScrollEvent (is present in PyQt5) | ||
QScrollPrepareEvent (is present in PyQt5) | QScrollPrepareEvent (is present in PyQt5) | ||
QSupportedWritingSystems | QSupportedWritingSystems | ||
Number of missing types:''' | Number of missing types:''' 41''' | ||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 23''' | ||
===== QtWidgets ===== | ===== QtWidgets ===== | ||
Line 140: | Line 130: | ||
QAbstractPlanarVideoBuffer | QAbstractPlanarVideoBuffer | ||
QAudioBuffer.StereoFrame | QAudioBuffer.StereoFrame | ||
QCameraExposure (is present in PyQt5) | QCameraExposure (is present in PyQt5) | ||
QCameraFeedbackControl | QCameraFeedbackControl | ||
QCameraFlashControl | QCameraFlashControl | ||
QCameraFocus (is present in PyQt5) | QCameraFocus (is present in PyQt5) | ||
QCameraFocusControl | QCameraFocusControl | ||
QCameraImageProcessing (is present in PyQt5) | QCameraImageProcessing (is present in PyQt5) | ||
QMediaMetaData (is present in PyQt5) | QMediaMetaData (is present in PyQt5) | ||
QMediaService (is present in PyQt5) | QMediaService (is present in PyQt5) | ||
QMediaServiceCameraInfoInterface | QMediaServiceCameraInfoInterface | ||
Line 199: | Line 147: | ||
QMediaStreamsControl | QMediaStreamsControl | ||
QMediaTimeInterval (is present in PyQt5) | QMediaTimeInterval (is present in PyQt5) | ||
QMediaVideoProbeControl | QMediaVideoProbeControl | ||
QMetaDataReaderControl | QMetaDataReaderControl | ||
QMetaDataWriterControl | QMetaDataWriterControl | ||
Number of missing types:''' 21''' | |||
Number of missing types:''' | |||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 6''' | ||
===== QtMultimediaWidgets ===== | ===== QtMultimediaWidgets ===== | ||
Line 243: | Line 176: | ||
QHttpMultiPart (is present in PyQt5) | QHttpMultiPart (is present in PyQt5) | ||
QHttpPart (is present in PyQt5) | QHttpPart (is present in PyQt5) | ||
QSslCertificateExtension (is present in PyQt5) | QSslCertificateExtension (is present in PyQt5) | ||
QSslEllipticCurve (is present in PyQt5) | QSslEllipticCurve (is present in PyQt5) | ||
QSslPreSharedKeyAuthenticator (is present in PyQt5) | QSslPreSharedKeyAuthenticator (is present in PyQt5) | ||
Number of missing types:''' 11''' | |||
Number of missing types:''' | |||
Number of missing types that are present in PyQt5:''' | Number of missing types that are present in PyQt5:''' 11''' | ||
===== QtQml ===== | ===== QtQml ===== | ||
Line 312: | Line 239: | ||
Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html | ||
''Could not load PyQt5.QtConcurrent for comparison. Received error: module | ''Could not load PyQt5.QtConcurrent for comparison. Received error: module PyQt5 has no attribute QtConcurrent '' | ||
Number of types in QtConcurrent:''' 1''' | Number of types in QtConcurrent:''' 1''' | ||
Line 321: | Line 248: | ||
Documentation link: http://doc.qt.io/qt-5.6/qthelp-module.html | Documentation link: http://doc.qt.io/qt-5.6/qthelp-module.html | ||
''Could not load PySide2.QtHelp. Received error: module PySide2 has no attribute QtHelp Skipping.'' | |||
===== QtOpenGL ===== | ===== QtOpenGL ===== | ||
Line 335: | Line 260: | ||
Documentation link: http://doc.qt.io/qt-5.6/qtlocation-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtlocation-module.html | ||
''Could not load PySide2.QtLocation. Received error: module | ''Could not load PySide2.QtLocation. Received error: module PySide2 has no attribute QtLocation Skipping.'' | ||
===== QtPrintSupport ===== | ===== QtPrintSupport ===== | ||
Line 347: | Line 272: | ||
Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html | ||
''Could not load | ''Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript Skipping.'' | ||
===== QtScriptTools ===== | ===== QtScriptTools ===== | ||
Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html | ||
''Could not load | ''Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools Skipping.'' | ||
===== QtSvg ===== | ===== QtSvg ===== | ||
Line 377: | Line 289: | ||
Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html | ||
''Could not load | ''Could not load PySide2.QtUiTools. Received error: module PySide2 has no attribute QtUiTools Skipping.'' | ||
===== QtWebChannel ===== | ===== QtWebChannel ===== | ||
Line 415: | Line 323: | ||
Documentation link: http://doc.qt.io/qt-5.6/qtx11extras-module.html | Documentation link: http://doc.qt.io/qt-5.6/qtx11extras-module.html | ||
''Could not load PySide2.QtX11Extras. Received error: module | ''Could not load PySide2.QtX11Extras. Received error: module PySide2 has no attribute QtX11Extras Skipping.'' | ||
===== QtXml ===== | ===== QtXml ===== | ||
Line 436: | Line 344: | ||
Number of missing types that are present in PyQt5:''' 1''' | Number of missing types that are present in PyQt5:''' 1''' | ||
===== | ===== Summary ===== | ||
Total number of missing types:''' | Total number of missing types:''' 134''' | ||
Total number of missing types that are present in PyQt5:''' | Total number of missing types that are present in PyQt5:''' 80''' | ||
Total number of missing modules:''' | Total number of missing modules:''' 6''' |
Revision as of 16:35, 28 July 2017
PySide2 bindings for Qt 5.6
Using Qt version 5.6 documentation to find public API Qt types, to test if they are present in PySide2.
Similar report: https://gist.github.com/ethanhs/6c626ca4e291f3682589699296377d3a
QtCore
Documentation link: http://doc.qt.io/qt-5.6/qtcore-module.html
Number of types in QtCore: 166
Missing types in QtCore:
QAbstractNativeEventFilter (is present in PyQt5) QAtomicInt QAtomicInteger QAtomicPointer QByteArrayList QCache QContiguousCache QEventLoopLocker (is present in PyQt5) QException QFuture QFutureSynchronizer QFutureWatcher QIdentityProxyModel (is present in PyQt5) QJsonObject QLibrary (is present in PyQt5) QLockFile (is present in PyQt5) QLoggingCategory QMessageAuthenticationCode (is present in PyQt5) QMessageLogger (is present in PyQt5) QMetaType (is present in PyQt5) QObjectCleanupHandler (is present in PyQt5) QRegularExpression (is present in PyQt5) QRegularExpressionMatch (is present in PyQt5) QRegularExpressionMatchIterator (is present in PyQt5) QSharedMemory (is present in PyQt5) QSignalBlocker (is present in PyQt5) QStringListModel (is present in PyQt5) QThreadStorage QTimeZone (is present in PyQt5) QTimeZone.OffsetData (is present in PyQt5) QUnhandledException QUrlQuery (is present in PyQt5) QUuid (is present in PyQt5) QVariant (is present in PyQt5) QVersionNumber (is present in PyQt5) QWinEventNotifier
Number of missing types: 36
Number of missing types that are present in PyQt5: 21
QtGui
Documentation link: http://doc.qt.io/qt-5.6/qtgui-module.html
Number of types in QtGui: 188
Missing types in QtGui:
QAbstractOpenGLFunctions (is present in PyQt5) QAccessibleEditableTextInterface QAccessibleImageInterface QAccessibleObject QAccessibleStateChangeEvent QAccessibleTableCellInterface QAccessibleTableModelChangeEvent QAccessibleTextCursorEvent QAccessibleTextInsertEvent QAccessibleTextInterface QAccessibleTextRemoveEvent QAccessibleTextSelectionEvent QAccessibleTextUpdateEvent QAccessibleValueChangeEvent QAccessibleValueInterface QGlyphRun (is present in PyQt5) QInputMethod (is present in PyQt5) QInputMethodQueryEvent (is present in PyQt5) QNativeGestureEvent (is present in PyQt5) QOffscreenSurface (is present in PyQt5) QOpenGLContextGroup (is present in PyQt5) QOpenGLDebugLogger (is present in PyQt5) QOpenGLDebugMessage (is present in PyQt5) QOpenGLFramebufferObjectFormat (is present in PyQt5) QOpenGLPaintDevice (is present in PyQt5) QOpenGLShaderProgram (is present in PyQt5) QOpenGLTexture (is present in PyQt5) QOpenGLTimeMonitor (is present in PyQt5) QOpenGLTimerQuery (is present in PyQt5) QOpenGLVersionProfile (is present in PyQt5) QOpenGLVertexArrayObject (is present in PyQt5) QOpenGLVertexArrayObject.Binder (is present in PyQt5) QOpenGLWindow (is present in PyQt5) QPlatformGraphicsBuffer QPlatformSurfaceEvent (is present in PyQt5) QPlatformSystemTrayIcon QRasterPaintEngine QRgba64 (is present in PyQt5) QScrollEvent (is present in PyQt5) QScrollPrepareEvent (is present in PyQt5) QSupportedWritingSystems
Number of missing types: 41
Number of missing types that are present in PyQt5: 23
QtWidgets
Documentation link: http://doc.qt.io/qt-5.6/qtwidgets-module.html
Number of types in QtWidgets: 200
Missing types in QtWidgets:
QAccessibleWidget QColormap QMacCocoaViewContainer (is present in PyQt5) QMacNativeWidget QProxyStyle (is present in PyQt5) QScroller (is present in PyQt5) QScrollerProperties (is present in PyQt5)
Number of missing types: 7
Number of missing types that are present in PyQt5: 4
QtMultimedia
Documentation link: http://doc.qt.io/qt-5.6/qtmultimedia-module.html
Number of types in QtMultimedia: 90
Missing types in QtMultimedia:
QAbstractPlanarVideoBuffer QAudioBuffer.StereoFrame QCameraExposure (is present in PyQt5) QCameraFeedbackControl QCameraFlashControl QCameraFocus (is present in PyQt5) QCameraFocusControl QCameraImageProcessing (is present in PyQt5) QMediaMetaData (is present in PyQt5) QMediaService (is present in PyQt5) QMediaServiceCameraInfoInterface QMediaServiceDefaultDeviceInterface QMediaServiceFeaturesInterface QMediaServiceProviderPlugin QMediaServiceSupportedDevicesInterface QMediaServiceSupportedFormatsInterface QMediaStreamsControl QMediaTimeInterval (is present in PyQt5) QMediaVideoProbeControl QMetaDataReaderControl QMetaDataWriterControl
Number of missing types: 21
Number of missing types that are present in PyQt5: 6
QtMultimediaWidgets
Documentation link: http://doc.qt.io/qt-5.6/qtmultimediawidgets-module.html
Number of types in QtMultimediaWidgets: 4
Number of missing types: 0
QtNetwork
Documentation link: http://doc.qt.io/qt-5.6/qtnetwork-module.html
Number of types in QtNetwork: 43
Missing types in QtNetwork:
QDnsDomainNameRecord (is present in PyQt5) QDnsHostAddressRecord (is present in PyQt5) QDnsLookup (is present in PyQt5) QDnsMailExchangeRecord (is present in PyQt5) QDnsServiceRecord (is present in PyQt5) QDnsTextRecord (is present in PyQt5) QHttpMultiPart (is present in PyQt5) QHttpPart (is present in PyQt5) QSslCertificateExtension (is present in PyQt5) QSslEllipticCurve (is present in PyQt5) QSslPreSharedKeyAuthenticator (is present in PyQt5)
Number of missing types: 11
Number of missing types that are present in PyQt5: 11
QtQml
Documentation link: http://doc.qt.io/qt-5.6/qtqml-module.html
Number of types in QtQml: 23
Missing types in QtQml:
QQmlListProperty (is present in PyQt5)
Number of missing types: 1
Number of missing types that are present in PyQt5: 1
QtQuick
Documentation link: http://doc.qt.io/qt-5.6/qtquick-module.html
Number of types in QtQuick: 43
Missing types in QtQuick:
QQuickItem.ItemChangeData (is present in PyQt5) QSGFlatColorMaterial (is present in PyQt5) QSGMaterial (is present in PyQt5) QSGMaterialShader (is present in PyQt5) QSGMaterialShader.RenderState (is present in PyQt5) QSGOpaqueTextureMaterial (is present in PyQt5) QSGSimpleMaterial QSGSimpleMaterialShader QSGTextureMaterial (is present in PyQt5) QSGVertexColorMaterial (is present in PyQt5)
Number of missing types: 10
Number of missing types that are present in PyQt5: 8
QtSql
Documentation link: http://doc.qt.io/qt-5.6/qtsql-module.html
Number of types in QtSql: 15
Number of missing types: 0
QtTest
Documentation link: http://doc.qt.io/qt-5.6/qttest-module.html
Number of types in QtTest: 4
Missing types in QtTest:
QSignalSpy (is present in PyQt5) QTestEventList
Number of missing types: 2
Number of missing types that are present in PyQt5: 1
QtConcurrent
Documentation link: http://doc.qt.io/qt-5.6/qtconcurrent-module.html
Could not load PyQt5.QtConcurrent for comparison. Received error: module PyQt5 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 PySide2 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 PySide2 has no attribute QtLocation Skipping.
QtPrintSupport
Documentation link: http://doc.qt.io/qt-5.6/qtprintsupport-module.html
Number of types in QtPrintSupport: 8
Number of missing types: 0
QtScript
Documentation link: http://doc.qt.io/qt-5.6/qtscript-module.html
Could not load PySide2.QtScript. Received error: module PySide2 has no attribute QtScript Skipping.
QtScriptTools
Documentation link: http://doc.qt.io/qt-5.6/qtscripttools-module.html
Could not load PySide2.QtScriptTools. Received error: module PySide2 has no attribute QtScriptTools Skipping.
QtSvg
Documentation link: http://doc.qt.io/qt-5.6/qtsvg-module.html
Number of types in QtSvg: 4
Number of missing types: 0
QtUiTools
Documentation link: http://doc.qt.io/qt-5.6/qtuitools-module.html
Could not load PySide2.QtUiTools. Received error: module PySide2 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 PySide2 has no attribute QtX11Extras Skipping.
QtXml
Documentation link: http://doc.qt.io/qt-5.6/qtxml-module.html
Number of types in QtXml: 31
Number of missing types: 0
QtXmlPatterns
Documentation link: http://doc.qt.io/qt-5.6/qtxmlpatterns-module.html
Number of types in QtXmlPatterns: 16
Missing types in QtXmlPatterns:
QSimpleXmlNodeModel (is present in PyQt5)
Number of missing types: 1
Number of missing types that are present in PyQt5: 1
Summary
Total number of missing types: 134
Total number of missing types that are present in PyQt5: 80
Total number of missing modules: 6