qtpy icon indicating copy to clipboard operation
qtpy copied to clipboard

Provides an uniform layer to support PyQt5, PySide2, PyQt6, PySide6 with a single codebase

Results 36 qtpy issues
Sort by recently updated
recently updated
newest added

Seems like the env for Windows with Python 3.7 and PyQt 5.9 on the CI is not working

type:Task

As suggested by @DaelonSuzuka in #344 , > It would also help readability and auditability to standardize the formatting of these files. Indeed, for a while now the QtPy source...

type:Task

One thing we've done in ChimeraX is standardize on using integers instead of enum values as they exist in PyQt6 which poses a challenge because we're still thinking about whether...

type:Enhancement
type:Question

We use this utility function in ChimeraX to grab the raw content of a QImage to pass to our renderer. I'm hoping it will be useful to other users as...

type:Enhancement

Written and edited by @CAM-Gerlach (OP was initially empty): * [ ] Add/move general information currently contained in `__init__` docstring to the README for visibility * [ ] Clarify that...

type:Task

This PR restructure the mainly the init file, implementing new functions to help QtPy to get info about Qt API's. - QtPy will always try 4 times (4 API's) if...

Hi, I'm the author of [this](https://github.com/SanPen/GridCal) project that uses PySide2. I would like to migrate completely to `qtpy` but I'm facing some issues when compiling the `.ui` files. I've noticed...

type:Enhancement
type:Question
type:Awaiting followup

Hi, I'd like to implement a change for setup the binding in a circular form. Here is an example. If the preference list is [pyqt5, pyside2, pyqt, pyside]: - choosing...

type:Enhancement

I would appear that the Qsci python port in PyQt5 is not supported in QtPy. Is this because it is not supported yet on the other bindings ?

type:Enhancement

I liked the approach of py.qode better cause it did not relly on helper functions, but instead it patched QFileDialog to get the correct behavior. We could do the same...

type:Enhancement