summaryrefslogtreecommitdiffstats
path: root/doc/src/overviews.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/overviews.qdoc')
-rw-r--r--doc/src/overviews.qdoc46
1 files changed, 35 insertions, 11 deletions
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc
index b2ba3a1..0b82388 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,16 +63,21 @@
/*!
\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}
*/
/*!
\group qt-graphics
- \title Qt Graphics
+ \title Qt Graphics and Painting
\brief The Qt components for doing graphics.
@@ -80,19 +85,38 @@
*/
/*!
- \group frameworks-technologies
- \title Frameworks and Technologies
+ \group qt-network
+ \title Network programming with Qt
+
+ \brief The these pages are about Qt's support for network programming.
+
+ \generatelist {related}
+ */
- \brief Documentation about the frameworks and technologies in Qt
+/*!
+ \group technology-apis
+ \title Qt API's for other technologies
- These documents dive into the frameworks of classes that Qt provides,
- and provide background information about the technical solutions used
- in Qt's architecture.
+ These pages document Qt's API's for some widely-used standards and
+ technologies.
\generatelist{related}
*/
/*!
+ \group qt-activex
+ \title Qt For ActiveX
+ \brief Qt API's for using ActiveX controls, servers, and COM.
+ \ingroup technology-apis
+ \ingroup platform-specific
+
+ These pages document Qt's API's for developing with ActiveX
+ controls, servers, and COM.
+
+ \generatelist{related}
+*/
+
+/*!
\group best-practices
\title How-To's and Best Practices