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

/*!
    \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.

    \borderedimage tablemodel-example.png
*/