qt6-bb10/examples/sql/doc/src/querymodel.qdoc

16 lines
502 B
Plaintext

// 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
*/