summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/gallery.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/gallery.qdoc')
-rw-r--r--examples/widgets/doc/src/gallery.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/doc/src/gallery.qdoc b/examples/widgets/doc/src/gallery.qdoc
new file mode 100644
index 0000000000..36b76d8f63
--- /dev/null
+++ b/examples/widgets/doc/src/gallery.qdoc
@@ -0,0 +1,14 @@
+// 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.
+
+ This example demonstrates widgets typically used in dialogs and forms.
+ It also allows for changing the style.
+*/