JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
Other
37 stars 19 forks source link

added pySide2 Support #27

Closed EasyIsrael closed 2 years ago

EasyIsrael commented 2 years ago

please read my comments on #26 first. before accepting this pull request.

there are now two versions for implementing PySide support. currently my favorite is not this onee but to use qtpy, because it brings support for pySide2, pySide6 and PyQt6 out of the box. And for future changes the qtpy guys take care that all old code remain compatible with newer QT-Versions.

My Pull Request for qtpy was already accepted. and thanks to daniel I found and corrected the bug to his comment in #26 in the qtpy code.

JaWeilBaum commented 2 years ago

Closed since this issues was tackled in a more general way in #28