PyQt5 Mac Cocoa
-
Hi,
I'm trying to migrate a PyQt4 Project to PyQt5. Everything's fine so far except that I can't find the Cocoa objects in PyQt especially QMacCocoaViewContainer. Regarding the Qt5 docs it's still available in the new QtWidgets Package: http://qt-project.org/doc/qt-5/qmaccocoaviewcontainer-members.html
Is there anything I'm missing, or is it just not implemented yet?
Thanks in advance!