qtbase/examples/sql/doc/src/querymodel.qdoc
Kai Köhne 5d05532c32 Doc: Add remaining SQL examples to Data Processing & I/O category
Task-number: QTBUG-115174
Change-Id: Idd8ba8504efb17f0e4a11b3c36b991739251f2ef
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
(cherry picked from commit c07a3f10ef27b42ab2f87bde74d86831c79317cf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-07-13 15:07:28 +00:00

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