python-qtwidgets icon indicating copy to clipboard operation
python-qtwidgets copied to clipboard

Pyside6 and PyQt6 support is not complete

Open kohei-noda-qcrg opened this issue 2 years ago • 1 comments

The colorbutton widget is not yet compatible with PyQt6 and PySide6, so some widgets are not available (see the screenshot below).

image

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

kohei-noda-qcrg avatar Jun 12 '23 06:06 kohei-noda-qcrg

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 avatar Mar 12 '25 07:03 rjuarezp

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

kohei-noda-qcrg avatar May 19 '25 08:05 kohei-noda-qcrg