Skip to content

Upgrade to PyQt6 #21

@bicobus

Description

@bicobus

Changes within PyQt that affects us:

  • All exec_() methods have been removed. ‼️
  • The Qt module has been removed.
    -- which one ⁉️
  • QtWidgets.qApp has been removed.
    -- Use QtWidgets.QApplication instead.
  • pyrcc has been removed.

API changes within Qt6 that affects us:

  • Classes moved from QtWidgets into QtGui
    • QAction and 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).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions