From 115e9d2332b3673288d69cc60deca658df9db975 Mon Sep 17 00:00:00 2001 From: Eren Bursali Date: Thu, 9 Oct 2025 14:57:25 +0200 Subject: Docs: renew screenshot for (Document Layout) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exchanging old screenshot with a newer one and changing image to ".webp" in "https://doc.qt.io/qt-6/richtext-layouts.html" Fixes: QTBUG-140917 Pick-to: 6.10 Change-Id: I7e68833715f8d5230480ea68d6fe1203b4656a0e Reviewed-by: Kai Köhne --- src/gui/doc/images/plaintext-layout.png | Bin 46384 -> 0 bytes src/gui/doc/images/plaintext-layout.webp | Bin 0 -> 7714 bytes src/gui/doc/src/richtext.qdoc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/gui/doc/images/plaintext-layout.png create mode 100644 src/gui/doc/images/plaintext-layout.webp (limited to 'src') diff --git a/src/gui/doc/images/plaintext-layout.png b/src/gui/doc/images/plaintext-layout.png deleted file mode 100644 index 9172d7a044d..00000000000 Binary files a/src/gui/doc/images/plaintext-layout.png and /dev/null differ diff --git a/src/gui/doc/images/plaintext-layout.webp b/src/gui/doc/images/plaintext-layout.webp new file mode 100644 index 00000000000..b8266ec5a8c Binary files /dev/null and b/src/gui/doc/images/plaintext-layout.webp differ diff --git a/src/gui/doc/src/richtext.qdoc b/src/gui/doc/src/richtext.qdoc index 429233ec8f1..2fa49a31e03 100644 --- a/src/gui/doc/src/richtext.qdoc +++ b/src/gui/doc/src/richtext.qdoc @@ -650,7 +650,7 @@ the QTextLayout class, to help developers perform word-wrapping and layout tasks without the need to create a document first. - \image plaintext-layout.png {Screenshot of a text that flows around a + \image plaintext-layout.webp {Screenshot of a text that flows around a circle.} Formatting and drawing a paragraph of plain text is straightforward. -- cgit v1.2.3