Re: PyQt 3D for QtQuick (QML) support
Phil Thompson <[email protected]> Wed, 06 May 2020 21:47:00 +0100
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
On 06/05/2020 18:09, Kirill Rogachevsky wrote: > Hello RiverBank, > > I am developing a PyQt UI application with QML, and I need to use some > 3D > graphics, I saw that Qt has extensive 3D support for QML (example here: > https://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/simple-qml?h=5.14) > > But when I checked in PyQt docs I found 3D support only for widgets and > not > for QML (here: > https://docs.huihoo.com/pyqt/PyQt5/Qt3DExtras.html#PyQt5-Qt3DExtras) > > Am I missing something? Is 3D for QML not supported in PyQt? It's currently a Qt Technology Preview. These are never supported by PyQt until they become "official". Phil