From 045eb2179ca57d6838218b0c77ed93743f985764 Mon Sep 17 00:00:00 2001 From: Dheerendra Purohit Date: Thu, 5 Jun 2025 15:43:50 +0530 Subject: [PATCH] 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 --- src/gui/doc/src/paintsystem.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/doc/src/paintsystem.qdoc b/src/gui/doc/src/paintsystem.qdoc index a376aa5fc75..fb5cc10b085 100644 --- a/src/gui/doc/src/paintsystem.qdoc +++ b/src/gui/doc/src/paintsystem.qdoc @@ -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