Qt comes with a large library of widgets built-in. But sometimes your applications need something different. In PyQt5 you can you design your own widgets, drawing them directly in your application.
In these tutorials we'll go through the basics of drawing graphics in Qt to building your own entirely custom widget.
- Learn about drawing graphics bitmap primitives
- Assemble existing widgets to create compound widgets
- Add animations and transitions to your widgets to make them feel more tactile