-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add wrapper modules for PyQt #995
Copy link
Copy link
Closed
Labels
component: style / refactoringIssues related to coding styles or code that should be refactored.Issues related to coding styles or code that should be refactored.priority: 1 - middleIssues which should be done at some point, but aren't that important.Issues which should be done at some point, but aren't that important.
Milestone
Description
There should be qutebrowser.qt.QtCore etc. which wraps PyQt5. This will make it easier to look at PySide2 in the future, and to provide fake PyQt5 stubs (via an environment variable) for #973 so we don't need to install PyQt5 for the misc env once #773 is implemented.
We need to find a solution which works with pylint however - I'm not sure if a from PyQt5.QtCore import * in a QtCore.py does...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: style / refactoringIssues related to coding styles or code that should be refactored.Issues related to coding styles or code that should be refactored.priority: 1 - middleIssues which should be done at some point, but aren't that important.Issues which should be done at some point, but aren't that important.