14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
// 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
|
|
*/
|