Qt5 comes with a huge number of widgets built-in, from simple text boxes to digital displays, vector graphics canvas and a full-blown web browser. While you can build perfectly functional applications with the built-in widgets, sometimes your applications will need a more.
This library contains custom Python Qt5 widgets which are free to use in your own applications. Widgets are compatible with both PyQt5 and PySide2 (Qt for Python).
These custom widgets are also available in the LearnPyQt qtwidgets
library.
You can install the qtwidgets
library using pip.
pip3 install qtwidgets
For more information, see the Github repository.