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

/*!
    \example masterdetail
    \title Master Detail Example
    \ingroup sql_examples
    \examplecategory {Data Processing & I/O}

    \brief The Master Detail Example shows how to present data from different
    data sources in the same application. The album titles, and the
    corresponding artists and release dates, are kept in a
    database, while each album's tracks are stored in an XML
    file.

    The example also shows how to add as well as remove data from both
    the database and the associated XML file using the API provided by
    the Qt SQL and Qt XML modules, respectively.

    \borderedimage masterdetail-example.png
*/