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

/*!
    \example querymodel
    \title Query Model Example
    \ingroup sql_examples
    \examplecategory {Data Processing & I/O}

    \brief The Query Model example shows how to make customized versions of
    data obtained from a SQL query, using a model that encapsulates
    the query and table views to display the results.

    \borderedimage querymodel-example.png
*/