bicobus / qModManager

Simple mod manager written using PyQt5
http://qmodmanager.readthedocs.io/
European Union Public License 1.2
4 stars 1 forks source link

Upgrade to PyQt6 #21

Open bicobus opened 3 years ago

bicobus commented 3 years ago

Changes within PyQt that affects us:

API changes within Qt6 that affects us:

Currently, pipenv does not support PyQt6's wheel naming scheme. I'll fall back to python venv if pipenv doesn't have a new release soon(ish).

bicobus commented 3 years ago

QtCore.QEvent.type() is currently buggy in PyQt 6.0.0:

https://www.riverbankcomputing.com/pipermail/pyqt/2021-January/043498.html