Widgets in Qt are built on bitmap graphics — drawing pixels on a rectangular canvas to
construct the "widget". To be able to create your own custom widgets you first need to understand
how the QPainter
system works and what you can do with it. In this PyQt5 tutorial we'll go
from basic bitmap graphics to our own entirely custom widget.
Custom Widgets
Start with “QPainter and Bitmap Graphics”
Custom Widgets
QPainter and Bitmap Graphics
(0:15:47)
Introduction to the core features of QPainter |
|
Creating custom GUI widgets in PyQt5
(0:22:52)
Build a completely functional custom widget from scratch using QPainter |
|
Animating custom widgets with QPropertyAnimation
(0:18:17)
Add dynamic visual effects to your custom widgets |