MeVisLab / pythonqt

Dynamic Python binding for Qt Applications
https://mevislab.github.io/pythonqt/
GNU Lesser General Public License v2.1
251 stars 89 forks source link

Qt 6.7: Several bindings are not generated #224

Closed mrbean-bremen closed 4 months ago

mrbean-bremen commented 4 months ago

We noticed this only after making the patch release. Qt 6.7 binding are still quite incomplete, missing wrappers for QtCore include:

Also missing are operators for QDateTime and QTime.

usiems commented 4 months ago

QDeferredDeleteEvent is actually gone from Qt 6.7 (or rather moved to the private headers).

usiems commented 4 months ago

Should be fixed with merge request #225.