I don't know if this is known already. There's a way to unify all Python Qt Versions:
Quotes: "Qt.py enables you to write software that runs on any of the 4 supported bindings - PySide2, PyQt5, PySide and PyQt4." "Qt.py is a Minimal Python 2 & 3 shim <https://en.wikipedia.org/wiki/Shim_(computing)> around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5 – which enables you to write software that dynamically chooses the most desireable bindings based on what’s available." https://github.com/mottosso/Qt.py https://fredrikaverpil.github.io/2016/07/25/developing-with-qt-py/ Reinhard -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
