Tag dialog examples and create dialog examples group
Change-Id: I0049b841dd5aee806e8aed36af069b0507e3c9f1 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>bb10
parent
d2179014f9
commit
b2cc13d95a
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/classwizard
|
||||
\title Class Wizard Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The License Wizard example shows how to implement linear
|
||||
wizards using QWizard.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/configdialog
|
||||
\title Config Dialog Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Config Dialog examples shows how a configuration dialog can be created by
|
||||
using an icon view with a stacked widget.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/extension
|
||||
\title Extension Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Extension example shows how to add an extension to a QDialog
|
||||
using the QAbstractButton::toggled() signal and the
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/findfiles
|
||||
\title Find Files Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Find Files example shows how to use QProgressDialog to provide
|
||||
feedback on the progress of a slow operation. The example also
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/licensewizard
|
||||
\title License Wizard Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The License Wizard example shows how to implement complex wizards in
|
||||
Qt.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/standarddialogs
|
||||
\title Standard Dialogs Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Standard Dialogs example shows the standard dialogs that are provided by Qt.
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/tabdialog
|
||||
\title Tab Dialog Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Tab Dialog example shows how to construct a tab dialog using the
|
||||
QTabWidget class.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
/*!
|
||||
\example dialogs/trivialwizard
|
||||
\title Trivial Wizard Example
|
||||
\ingroup examples-dialogs
|
||||
|
||||
\brief The Trivial Wizard example illustrates how to create a linear three-page
|
||||
registration wizard using three instances of QWizardPage and one instance
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
|
|
@ -95,3 +95,20 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\group examples-dialogs
|
||||
\ingroup all-examples
|
||||
\title Dialog Examples
|
||||
\brief Using Qt's standard dialogs and building and using custom dialogs.
|
||||
|
||||
\image dialog-examples.png
|
||||
|
||||
Qt includes standard dialogs for many common operations, such as file
|
||||
selection, printing, and color selection.
|
||||
|
||||
Custom dialogs can also be created for specialized modal or modeless
|
||||
interactions with users.
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue