📄️ Introduction to Drawing
We've seen that PyQt5 already has very powerful widget features. However, widget interfaces are relatively fixed. If we want to DIY and draw custom graphics such as points, lines, rectangles, circles, characters, images, etc., we can use the QPainter class drawing functions.
🗃️ Drawing Shapes
2 items
🗃️ Drawing Text
2 items
📄️ Drawing Images
Drawing an image is similar to drawing shapes — it only takes one function: