python-qtwidgets
python-qtwidgets copied to clipboard
Custom widget library for PyQt5 and PySide2 (Qt for Python). Free to use in your own applications.
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...
Adding QtPy to install_requires in setup.py would be useful to resolve library dependencies without having to manually install qtpy for users installing this library.
change QPoint to QPointF for moveCenter(QRectF) function
Hi, there are any plans for supporting Qt6? Maybe porting this package to QtPy could be useful in that regard. Can I help in any way? Would you accept a...