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

Add generated bindings for Qt 5.15 #183

Closed usiems closed 9 months ago

usiems commented 9 months ago

Generated bindings for Qt 5.15.

It is somewhat hard to compare the generated code with the previous version, since we changed some general things (override instead of virtual), and because new classes push later classes to different header files. At a cursory inspection everything seems ok, though some generated methods may have been dropped (e.g. because they are inherited from a base class). Ah yes, and QRegularExpression is now a builtin type instead of QRegExp.

If you notice something is missing relative to Qt 5.11, please notify me.

he-hesce commented 9 months ago

Please tag an release candidate 2 on this master branch commit.

usiems commented 9 months ago

Done.

he-hesce commented 9 months ago

thanks.