mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-03-13 02:19:53 +08:00
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
|
// Copyright (C) 2016 The Qt Company Ltd.
|
||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||
|
|
||
|
/*!
|
||
|
\example sqlbrowser
|
||
|
\title SQL Browser
|
||
|
\ingroup sql_examples
|
||
|
|
||
|
\brief The SQL Browser example shows how a data browser can be used to visualize
|
||
|
the results of SQL statements on a live database.
|
||
|
|
||
|
\borderedimage sqlbrowser-demo.png
|
||
|
*/
|