summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/doc')
-rw-r--r--examples/sql/doc/src/cachedtable.qdoc1
-rw-r--r--examples/sql/doc/src/drilldown.qdoc1
-rw-r--r--examples/sql/doc/src/masterdetail.qdoc1
-rw-r--r--examples/sql/doc/src/querymodel.qdoc1
-rw-r--r--examples/sql/doc/src/relationaltablemodel.qdoc1
-rw-r--r--examples/sql/doc/src/sqlbrowser.qdoc1
-rw-r--r--examples/sql/doc/src/sqlwidgetmapper.qdoc1
-rw-r--r--examples/sql/doc/src/tablemodel.qdoc1
8 files changed, 8 insertions, 0 deletions
diff --git a/examples/sql/doc/src/cachedtable.qdoc b/examples/sql/doc/src/cachedtable.qdoc
index 7022799615..8a4022626f 100644
--- a/examples/sql/doc/src/cachedtable.qdoc
+++ b/examples/sql/doc/src/cachedtable.qdoc
@@ -28,6 +28,7 @@
/*!
\example cachedtable
\title Cached Table Example
+ \ingroup sql_examples
\brief The Cached Table example shows how a table view can be used to access a database,
caching any changes to the data until the user explicitly submits them using a
diff --git a/examples/sql/doc/src/drilldown.qdoc b/examples/sql/doc/src/drilldown.qdoc
index c03ce47d6c..82c48f2935 100644
--- a/examples/sql/doc/src/drilldown.qdoc
+++ b/examples/sql/doc/src/drilldown.qdoc
@@ -28,6 +28,7 @@
/*!
\example drilldown
\title Drill Down Example
+ \ingroup sql_examples
\brief The Drill Down example shows how to read data from a database as
well as submit changes, using the QSqlRelationalTableModel and
diff --git a/examples/sql/doc/src/masterdetail.qdoc b/examples/sql/doc/src/masterdetail.qdoc
index 62ccdc7793..63d18980a9 100644
--- a/examples/sql/doc/src/masterdetail.qdoc
+++ b/examples/sql/doc/src/masterdetail.qdoc
@@ -28,6 +28,7 @@
/*!
\example masterdetail
\title Master Detail Example
+ \ingroup sql_examples
\brief The Master Detail Example shows how to present data from different
data sources in the same application. The album titles, and the
diff --git a/examples/sql/doc/src/querymodel.qdoc b/examples/sql/doc/src/querymodel.qdoc
index e606bf0f43..d5d8dbd9a9 100644
--- a/examples/sql/doc/src/querymodel.qdoc
+++ b/examples/sql/doc/src/querymodel.qdoc
@@ -28,6 +28,7 @@
/*!
\example querymodel
\title Query Model Example
+ \ingroup sql_examples
\brief The Query Model example shows how to make customized versions of
data obtained from a SQL query, using a model that encapsulates
diff --git a/examples/sql/doc/src/relationaltablemodel.qdoc b/examples/sql/doc/src/relationaltablemodel.qdoc
index e889d19ead..cc7b50ce2a 100644
--- a/examples/sql/doc/src/relationaltablemodel.qdoc
+++ b/examples/sql/doc/src/relationaltablemodel.qdoc
@@ -28,6 +28,7 @@
/*!
\example relationaltablemodel
\title Relational Table Model Example
+ \ingroup sql_examples
\brief The Relational Table Model example shows how to use table views with a relational
model to visualize the relations between items in a database.
diff --git a/examples/sql/doc/src/sqlbrowser.qdoc b/examples/sql/doc/src/sqlbrowser.qdoc
index a986cb251a..b3a21d2aa8 100644
--- a/examples/sql/doc/src/sqlbrowser.qdoc
+++ b/examples/sql/doc/src/sqlbrowser.qdoc
@@ -28,6 +28,7 @@
/*!
\example sqlbrowser
\title SQL Browser
+ \ingroup sql_examples
\brief The SQL Browser example shows how a data browser can be used to visualize
the results of SQL statements on a live database.
diff --git a/examples/sql/doc/src/sqlwidgetmapper.qdoc b/examples/sql/doc/src/sqlwidgetmapper.qdoc
index f0c80dd44b..2c0cab84ff 100644
--- a/examples/sql/doc/src/sqlwidgetmapper.qdoc
+++ b/examples/sql/doc/src/sqlwidgetmapper.qdoc
@@ -28,6 +28,7 @@
/*!
\example sqlwidgetmapper
\title SQL Widget Mapper Example
+ \ingroup sql_examples
\brief The SQL Widget Mapper example shows how to use a map information from a
database to widgets on a form.
diff --git a/examples/sql/doc/src/tablemodel.qdoc b/examples/sql/doc/src/tablemodel.qdoc
index eb0de61a58..6451b5e7af 100644
--- a/examples/sql/doc/src/tablemodel.qdoc
+++ b/examples/sql/doc/src/tablemodel.qdoc
@@ -28,6 +28,7 @@
/*!
\example tablemodel
\title Table Model Example
+ \ingroup sql_examples
\brief The Table Model example shows how to use a specialized SQL table model with table
views to edit information in a database.