summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-02-10 16:54:32 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2023-03-30 18:07:31 +0200
commit9937cbb4a0f43a799400f4057e8c695f88d1aa9f (patch)
treecd6c7ad3a1cafc4751d46e1324673443ba034ab1 /examples
parent24a11562f89016079f62b51ca5ad40938b74761c (diff)
downloadqtwebengine-9937cbb4a0f43a799400f4057e8c695f88d1aa9f.tar.gz
doc: Provide a screenshot of the PDF Viewer widget example; rename page
Let's be clear in the title that this is a widget-based example, as opposed to the Qt Quick example in the docs. The screenshot is from macOS 13.2.1. The 6.6 example has more features, so this screenshot looks a bit incomplete compared to that. Pick-to: 6.5 Task-number: QTBUG-81560 Change-Id: I28b50d608756f10967f1bf5f7ac72ec9a83d9417 Reviewed-by: Matthias Rauter <matthias.rauter@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
index 8a60e06d6..e585a84ef 100644
--- a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
+++ b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
@@ -6,12 +6,10 @@
\meta installpath pdfwidgets
\ingroup qtpdf-examples
- \title PDF Viewer Example
+ \title PDF Viewer Widget Example
\brief A widget-based PDF viewer that allows scrolling through the pages.
- \omit
- //! TODO add thumbnail \image pdfviewer.png
- \endomit
+ \image pdfviewer.png
\e {PDF Viewer} demonstrates how to use the QPdfView class to render
PDF documents and the QPdfPageNavigator class to navigate them.