Open bicobus opened 3 years ago
Changes within PyQt that affects us:
exec_()
Qt
QtWidgets.qApp
QtWidgets.QApplication
API changes within Qt6 that affects us:
Classes moved from QtWidgets into QtGui
QtWidgets
QtGui
QAction
QActionGroup
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).
QtCore.QEvent.type() is currently buggy in PyQt 6.0.0:
QtCore.QEvent.type()
https://www.riverbankcomputing.com/pipermail/pyqt/2021-January/043498.html
Changes within PyQt that affects us:
exec_()
methods have been removed. :bangbang:Qt
module has been removed. -- which one :interrobang:QtWidgets.qApp
has been removed. -- UseQtWidgets.QApplication
instead.API changes within Qt6 that affects us:
Classes moved from
QtWidgets
intoQtGui
QAction
andQActionGroup
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).