summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc/src/relationaltablemodel.qdoc
blob: e3f7ab2c8d23e785315a66202f191350fb00a165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example relationaltablemodel
    \title Relational Table Model Example
    \ingroup sql_examples
    \examplecategory {Data Processing & I/O}

    \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.

    \image relationaltablemodel-example.png {The main window displays the relationship between a user's name, the city that that they are from, as well as the corresponding country}
*/