diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-01 10:58:08 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-01 11:14:47 (GMT) |
commit | 973adfb8272c95bd197af8b0afc9c1a9095552cb (patch) | |
tree | f20b41bfa431c4412b400a79bad99919c0860064 | |
parent | 3b37aff1e6c641290c155a6aa14d83167725556b (diff) | |
download | Qt-973adfb8272c95bd197af8b0afc9c1a9095552cb.zip Qt-973adfb8272c95bd197af8b0afc9c1a9095552cb.tar.gz Qt-973adfb8272c95bd197af8b0afc9c1a9095552cb.tar.bz2 |
Doc: A bit of text for example categories.
IPC is missing.
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc index 543a2e1..d80308a 100644 --- a/doc/src/getting-started/examples.qdoc +++ b/doc/src/getting-started/examples.qdoc @@ -295,6 +295,8 @@ \o \image animation-examples.png \o + These examples show to to use the \l{The Animation Framework}{animation framework} + to build highly animated, high-performance GUIs. \row \o{2,1} \l{Gestures Examples}{\bold{Gestures}} @@ -322,6 +324,8 @@ \o \image activeqt-examples.png ActiveQt \o + These examples demonstrate how to write ActiveX controls and control servers + with Qt, and how to use ActiveX controls and COM objects in a Qt application. \row \o{2,1} \l{Qt Quarterly}{\bold{Qt Quarterly}} |