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 42 qtpy issues
Sort by recently updated
recently updated
newest added

With PySide 6.8.0 installed, qtpy will crash without raising an Exception when importing QtCore from qtpy. The crash happens in "./qtpy/QtCore.py", line 128: `from PySide6.QtCore import *`.

Importing `QWIDGETSIZE_MAX` from qtpy.QtWidgets works with PyQt5 and PyQt6, but not with PySide6. I think this might be an issue with PySide6 though, since it's not in PySide6.QtWidgets as the...