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

Custom widget library for PyQt5 and PySide2 (Qt for Python). Free to use in your own applications.

Results 7 python-qtwidgets issues
Sort by recently updated
recently updated
newest added

The colorbutton widget is not yet compatible with PyQt6 and PySide6, so some widgets are not available (see the screenshot below). ![image](https://github.com/pythonguis/python-qtwidgets/assets/103017367/e6e345ec-27b7-4d82-99a0-79af74c1fcba) 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...