summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-11-30 13:21:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 19:40:19 +0100
commit9ea48de5f0f6983778031e1421188d5ac3817f0b (patch)
tree1c7f3a42cc34ad129275faa8231da6988cc9c1ef /src/widgets/doc
parentd8fcfbc3c336b76f486ce4fc215076e96ea8090c (diff)
Fix linking in painting, richtext and desktop examples
Change-Id: If08b2c3366610f74201ab6736f216f1a7d29b3c7 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/widgets/doc')
-rw-r--r--src/widgets/doc/images/desktop-examples.pngbin0 -> 6430 bytes
-rw-r--r--src/widgets/doc/images/painting-examples.pngbin0 -> 10442 bytes
-rw-r--r--src/widgets/doc/images/richtext-examples.pngbin0 -> 6173 bytes
-rw-r--r--src/widgets/doc/src/qtwidgets-examples.qdoc57
4 files changed, 56 insertions, 1 deletions
diff --git a/src/widgets/doc/images/desktop-examples.png b/src/widgets/doc/images/desktop-examples.png
new file mode 100644
index 0000000000..86b16b478b
--- /dev/null
+++ b/src/widgets/doc/images/desktop-examples.png
Binary files differ
diff --git a/src/widgets/doc/images/painting-examples.png b/src/widgets/doc/images/painting-examples.png
new file mode 100644
index 0000000000..214004ce39
--- /dev/null
+++ b/src/widgets/doc/images/painting-examples.png
Binary files differ
diff --git a/src/widgets/doc/images/richtext-examples.png b/src/widgets/doc/images/richtext-examples.png
new file mode 100644
index 0000000000..1091c20454
--- /dev/null
+++ b/src/widgets/doc/images/richtext-examples.png
Binary files differ
diff --git a/src/widgets/doc/src/qtwidgets-examples.qdoc b/src/widgets/doc/src/qtwidgets-examples.qdoc
index b199c97823..05402d98bc 100644
--- a/src/widgets/doc/src/qtwidgets-examples.qdoc
+++ b/src/widgets/doc/src/qtwidgets-examples.qdoc
@@ -45,4 +45,59 @@
\annotatedlist examples-widgets
-*/ \ No newline at end of file
+*/
+
+/*!
+ \page examples-painting.html
+ \ingroup all-examples
+ \title Painting Examples
+ \brief How to use the Qt painting system.
+ \group examples-painting
+
+ \image painting-examples.png
+
+ Qt's painting system is able to render vector graphics, images, and outline
+ font-based text with sub-pixel accuracy accuracy using anti-aliasing to
+ improve rendering quality.
+
+ These examples show the most common techniques that are used when painting
+ with Qt, from basic concepts such as drawing simple primitives to the use of
+ transformations.
+
+ \annotatedlist{painting-examples}
+*/
+
+/*!
+ \page examples-richtext.html
+ \ingroup all-examples
+ \title Rich Text Examples
+ \brief Using the document-oriented rich text engine.
+ \group examples-richtext
+
+ \image richtext-examples.png
+
+ Qt provides powerful document-oriented rich text engine that supports Unicode
+ and right-to-left scripts. Documents can be manipulated using a cursor-based
+ API, and their contents can be imported and exported as both HTML and in a
+ custom XML format.
+
+ */
+
+/*!
+ \page examples-desktop.html
+ \ingroup all-examples
+ \title Desktop Examples
+ \brief Integrating your Qt application with your favorite desktop.
+ \group examples-desktop
+
+ \image desktop-examples.png
+
+ Qt provides features to enable applications to integrate with the user's
+ preferred desktop environment.
+
+ Features such as system tray icons, access to the desktop widget, and
+ support for desktop services can be used to improve the appearance of
+ applications and take advantage of underlying desktop facilities.
+
+*/
+