From 9ea48de5f0f6983778031e1421188d5ac3817f0b Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Fri, 30 Nov 2012 13:21:35 +0100 Subject: Fix linking in painting, richtext and desktop examples Change-Id: If08b2c3366610f74201ab6736f216f1a7d29b3c7 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/widgets/doc/images/desktop-examples.png | Bin 0 -> 6430 bytes src/widgets/doc/images/painting-examples.png | Bin 0 -> 10442 bytes src/widgets/doc/images/richtext-examples.png | Bin 0 -> 6173 bytes src/widgets/doc/src/qtwidgets-examples.qdoc | 57 ++++++++++++++++++++++++++- 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 src/widgets/doc/images/desktop-examples.png create mode 100644 src/widgets/doc/images/painting-examples.png create mode 100644 src/widgets/doc/images/richtext-examples.png (limited to 'src/widgets/doc') 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 Binary files /dev/null and b/src/widgets/doc/images/desktop-examples.png 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 Binary files /dev/null and b/src/widgets/doc/images/painting-examples.png 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 Binary files /dev/null and b/src/widgets/doc/images/richtext-examples.png 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. + +*/ + -- cgit v1.2.3