diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-10 12:20:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-10 12:20:47 (GMT) |
commit | 147ef453d130fc7817b3b4406502b1b887ab6c79 (patch) | |
tree | 2e595967681753880f92341ee241fd87f73d4a65 /doc/src/overviews.qdoc | |
parent | 8439cd1c1343d0248588c8f072e0056bb266f14f (diff) | |
download | Qt-147ef453d130fc7817b3b4406502b1b887ab6c79.zip Qt-147ef453d130fc7817b3b4406502b1b887ab6c79.tar.gz Qt-147ef453d130fc7817b3b4406502b1b887ab6c79.tar.bz2 |
qdoc: Another revision of the top doc page.
More to come.
Diffstat (limited to 'doc/src/overviews.qdoc')
-rw-r--r-- | doc/src/overviews.qdoc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc index b2ba3a1..cb6541d 100644 --- a/doc/src/overviews.qdoc +++ b/doc/src/overviews.qdoc @@ -49,9 +49,9 @@ /*! \group qt-basic-concepts - \title Qt Basic Concepts + \title Basic Qt Architecture - \brief The basic concepts of the Qt cross-platform application and UI framework. + \brief The basic architecture of the Qt cross-platform application and UI framework. Qt is a cross-platform application and UI framework for writing web-enabled applications for desktop, mobile, and embedded @@ -63,9 +63,14 @@ /*! \group qt-gui-concepts - \title Qt GUI Construction + \title Qt Desktop UI Components - \brief The Qt components for constructing Graphical User Intefaces. + \brief The Qt components for constructing native look & feel desktop UI's. + + These pages are about Qt's traditional set of GUI components for + building both native look ^ feel and custom UI's for the desktop + environment. Use \l {declarativeui.html} {Qt Quick} for building + UI's for mobile devices. \generatelist {related} */ |