14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
// 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
|
|
|
|
\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.
|
|
|
|
\borderedimage relationaltablemodel-example.png
|
|
*/
|