python-qtwidgets
python-qtwidgets copied to clipboard
Pyside6 and PyQt6 support is not complete
The colorbutton widget is not yet compatible with PyQt6 and PySide6, so some widgets are not available (see the screenshot below).
colorbutton import can be made common by "from qtpy.QtCore import Qt, Signal" (ref: https://github.com/spyder-ide/qtpy#module-aliases-and-constants)
I think this issue can be resolved in #8 pull request. Could you please review and merge it? @mfitzp
The same happens if you try to use the Toggle class because it relys in the Colorbutton class...
Could you please fix it?
Thanks very much!
@rjuarezp
Unfortunately, I don't have permission to push commit to the any branch of this repository, and this repo seems to be no longer maintained since the latest commit timestamp is about a year past, Feb 15, 2024.
If you wish to use this library, you may need to fork it.