blob: 6770c918c8c707115e0d85d0c2ac0b09ebe23d42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example dialogs/standarddialogs
\title Standard Dialogs Example
\ingroup examples-dialogs
\brief The Standard Dialogs example shows the standard dialogs that are provided by Qt.
\image standarddialogs-example.png
*/
|