diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-12 13:04:18 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-12 13:04:18 (GMT) |
commit | 50fa9ebe8fc0e7eca7536a8663c86cd6b98b2c04 (patch) | |
tree | f1a99d50e8dee2f5b6aa2dc418fd30bdfe048a17 /doc/src/index.qdoc | |
parent | 37475bcc4aef3f08c5917f22c7f0f427e4214b91 (diff) | |
download | Qt-50fa9ebe8fc0e7eca7536a8663c86cd6b98b2c04.zip Qt-50fa9ebe8fc0e7eca7536a8663c86cd6b98b2c04.tar.gz Qt-50fa9ebe8fc0e7eca7536a8663c86cd6b98b2c04.tar.bz2 |
qdoc: Yet another revision of the top doc page.
Still more to come.
Diffstat (limited to 'doc/src/index.qdoc')
-rw-r--r-- | doc/src/index.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc index c9b6929..b759435 100644 --- a/doc/src/index.qdoc +++ b/doc/src/index.qdoc @@ -90,8 +90,9 @@ </div> <div class="sectionlist"> <ul> - <li><a href="webintegration.html">Integrating web content</a></li> <li><a href="model-view-programming.html">Model/View programming</a></li> + <li><a href="technology-apis.html">Qt API's for other technologies</a></li> + <li><a href="best-practices.html">Qt How-to's & best practices</a></li> <li><a href="developing-with-qt.html">Cross-platform development</a></li> </ul> </div> |