blob: 890121b16936c027573a0f9ac601f9e73b9c46b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example gallery
\meta {tag} {gallery}
\title Widgets Gallery Example
\examplecategory {User Interface Components}
\ingroup examples-widgets
\brief The Widgets Gallery example shows widgets relevant for designing UIs.
\image gallery-example.png "Screenshot of the example"
This example demonstrates widgets typically used in dialogs and forms.
It also allows for changing the style.
*/
|