Skip to content

Add wrapper modules for PyQt #995

@The-Compiler

Description

@The-Compiler

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: style / refactoringIssues 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions