summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-04-06 22:19:09 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2022-04-17 21:48:58 +0200
commitbfcd28764a66cc220e6ad2ca0db7bb2d14750da0 (patch)
tree14d312687c8ebef42f0c69b30a438acefa7b04f5 /examples
parentb82737367dde1ab41a96ee0394f4500cfa523e2a (diff)
doc: Add Qt Quick details to the Qt PDF module page; clarify examples
The module is more about Qt Quick than about widgets nowadays. Also clarify on the Qt PDF Examples page that one example uses widgets and the other uses Qt Quick. Change-Id: I38a77a4290f9489ef17bf66fe3a0f69be9bd0e88 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/pdf/multipage/doc/src/multipage.qdoc2
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/pdf/multipage/doc/src/multipage.qdoc b/examples/pdf/multipage/doc/src/multipage.qdoc
index ecb8127b1..442c253ef 100644
--- a/examples/pdf/multipage/doc/src/multipage.qdoc
+++ b/examples/pdf/multipage/doc/src/multipage.qdoc
@@ -30,7 +30,7 @@
\ingroup qtpdf-examples
\title PDF Multipage Viewer Example
- \brief A PDF viewer that allows scrolling through the pages.
+ \brief A Qt Quick PDF viewer that allows scrolling through the pages.
\image multipageviewer.png
diff --git a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
index 2a1531f6d..0f232be3f 100644
--- a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
+++ b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
@@ -30,7 +30,7 @@
\ingroup qtpdf-examples
\title PDF Viewer Example
- \brief Renders PDF documents.
+ \brief A widget-based PDF viewer that allows scrolling through the pages.
\omit
//! TODO add thumbnail \image pdfviewer.png