From eedf8f28e014bb3de6bbaec173d10e03e1792bc4 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 3 Nov 2016 15:28:28 +0100 Subject: Doc: update SQL examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - screenshot: remove OS-dependent part of window - \image --> \borderedimage Change-Id: I3eb98595e5c2eb254d3857e4c81dfedac8b7939e Reviewed-by: Topi Reiniƶ --- examples/sql/doc/src/sqlwidgetmapper.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/sql/doc/src/sqlwidgetmapper.qdoc') diff --git a/examples/sql/doc/src/sqlwidgetmapper.qdoc b/examples/sql/doc/src/sqlwidgetmapper.qdoc index 42e14672c9..a0fc26a642 100644 --- a/examples/sql/doc/src/sqlwidgetmapper.qdoc +++ b/examples/sql/doc/src/sqlwidgetmapper.qdoc @@ -33,7 +33,7 @@ \brief The SQL Widget Mapper example shows how to use a map information from a database to widgets on a form. - \image sql-widget-mapper.png + \borderedimage sql-widget-mapper.png In the \l{Combo Widget Mapper Example}, we showed how to use a named mapping between a widget mapper and a QComboBox widget with a special @@ -74,7 +74,7 @@ including values for the address types that correspond to the address types are stored in a separate table. - \image widgetmapper-sql-mapping-table.png + \borderedimage widgetmapper-sql-mapping-table.png We create an "addresstype" table containing the identifiers used in the "person" table and the corresponding strings: @@ -93,7 +93,7 @@ used wherever the "typeid" is presented to the user. (See the QSqlRelationalTableModel::setRelation() documentation for details.) - \image widgetmapper-sql-mapping.png + \borderedimage widgetmapper-sql-mapping.png The constructor of the \c Window class can be explained in three parts. In the first part, we set up the model used to hold the data, then we set -- cgit v1.2.3