Doc: Improve opening description of Qt's Paint System

Clarified the Paint System introduction to better convey
its purpose and highlight its flexibility across different surfaces.

Fixes: QTBUG-136487
Change-Id: Ib636087b9bae4d08541566145c4a0943dccb5432
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Dheerendra Purohit 2025-06-05 15:43:50 +05:30
parent d2cd406b34
commit 045eb2179c

View File

@ -28,8 +28,9 @@
\ingroup qt-basic-concepts
Qt's paint system enables painting on screen and print devices
using the same API, and is primarily based on the QPainter,
Qt's paint system provides a unified and flexible framework for
rendering graphics on various surfaces, such as on-screen widgets,
images, and printed pages. It is primarily built around the QPainter,
QPaintDevice, and QPaintEngine classes.
QPainter is used to perform drawing operations, QPaintDevice is an