summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-05-10 17:12:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-13 16:38:54 +0200
commita2e545e6ab76e1df2d9dc0968ffab210d19099e4 (patch)
treee0b3cdd21e2bb9f27fd93ca5d7ed1755688d3552
parent5fda81fefdce62a7804a597885153146ae84a616 (diff)
downloadqtdoc-a2e545e6ab76e1df2d9dc0968ffab210d19099e4.tar.gz
Doc: Cleaned up information about SQL support.
-the list in the "Data Storage" is not aware that the items in the list are chapters in "SQL Programming" guide. -removed extra list items to better give directions to readers. Change-Id: I003132ea1038010e03aca0970d9683437b900e16 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
-rw-r--r--doc/src/datastorage.qdoc19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc
index 9b3fa1b6..4d0596e9 100644
--- a/doc/src/datastorage.qdoc
+++ b/doc/src/datastorage.qdoc
@@ -110,18 +110,17 @@ item views. QSqlTableModel has read/write access to a single table, whereas
QSqlRelationalTableModel has read/write access to the main table (not to the
table with the foreign key).
+The following pages contain information about incorporating SQL into
+applications:
\list
-\li \l {Qt SQL}
-\li \l {Qt SQL C++ Classes}
-\li \l {Connecting to Databases}
-\li \l {SQL Database Drivers}
-\li \l {Creating Data-Aware Forms}
-\li \l {Using the SQL Model Classes}
-\li \l {Presenting Data in a Table View}
\li \l {SQL Programming}
-\li \l {Executing SQL Statements}
-\li \l {Data Types for Qt-supported Database Systems}
-\li \l {Qt Quick Local Storage QML Types}
+ \list
+ \li \l{Database Classes}
+ \li \l{Executing SQL Statements}
+ \li \l{Using the SQL Model Classes}
+ \li \l{Presenting Data in a Table View}
+ \li \l{Creating Data-Aware Forms}
+ \endlist
\endlist
\section1 XML Support in Qt