Changes within [PyQt](https://www.riverbankcomputing.com/software/pyqt/download) that affects us: * All `exec_()` methods have been removed. :bangbang: * The `Qt` module has been removed. -- which one :interrobang: * `QtWidgets.qApp` has been removed. -- Use `QtWidgets.QApplication` instead. * pyrcc has been removed. API changes within [Qt6](https://wiki.qt.io/New_Features_in_Qt_6.0) that affects us: * Classes moved from `QtWidgets` into `QtGui` * `QAction` and `QActionGroup` - - - Currently, [pipenv](https://github.com/pypa/pipenv) does not support PyQt6's wheel [naming scheme](https://www.python.org/dev/peps/pep-0600/). I'll fall back to python venv if pipenv doesn't have a new release soon(ish).
Changes within PyQt that affects us:
exec_()methods have been removed.Qtmodule has been removed.-- which one
QtWidgets.qApphas been removed.-- Use
QtWidgets.QApplicationinstead.API changes within Qt6 that affects us:
QtWidgetsintoQtGuiQActionandQActionGroupCurrently, 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).