Doc: Add list with widgets examples using layouts

Change-Id: I585cd63f68220467de1beed3346cdaa12af2b34b
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Nico Vertriest 2017-06-29 13:08:24 +02:00
parent 46312b611b
commit db6e357d48
11 changed files with 12 additions and 3 deletions

View File

@ -29,6 +29,7 @@
\page tutorials-addressbook.html \page tutorials-addressbook.html
\title Address Book Tutorial \title Address Book Tutorial
\ingroup examples-layout
\brief An introduction to GUI programming, showing how to put together a \brief An introduction to GUI programming, showing how to put together a
simple yet fully-functioning application. simple yet fully-functioning application.

View File

@ -28,6 +28,7 @@
/*! /*!
\example layouts/borderlayout \example layouts/borderlayout
\title Border Layout Example \title Border Layout Example
\ingroup examples-layout
\brief Shows how to arrange child widgets along a border. \brief Shows how to arrange child widgets along a border.
\e{Border Layout} implements a layout that arranges child widgets to \e{Border Layout} implements a layout that arranges child widgets to

View File

@ -29,6 +29,7 @@
\example widgets/calculator \example widgets/calculator
\title Calculator Example \title Calculator Example
\ingroup examples-widgets \ingroup examples-widgets
\ingroup examples-layout
\brief The example shows how to use signals and slots to implement the \brief The example shows how to use signals and slots to implement the
functionality of a calculator widget, and how to use QGridLayout functionality of a calculator widget, and how to use QGridLayout
to place child widgets in a grid. to place child widgets in a grid.

View File

@ -29,6 +29,7 @@
\title Calendar Widget Example \title Calendar Widget Example
\example widgets/calendarwidget \example widgets/calendarwidget
\ingroup examples-widgets \ingroup examples-widgets
\ingroup examples-layout
\brief The Calendar Widget example shows use of QCalendarWidget. \brief The Calendar Widget example shows use of QCalendarWidget.
\borderedimage calendarwidgetexample.png \borderedimage calendarwidgetexample.png

View File

@ -29,6 +29,7 @@
\example tools/echoplugin \example tools/echoplugin
\title Echo Plugin Example \title Echo Plugin Example
\ingroup examples-widgets-tools \ingroup examples-widgets-tools
\ingroup examples-layout
\brief This example shows how to create a Qt plugin. \brief This example shows how to create a Qt plugin.

View File

@ -28,6 +28,7 @@
/*! /*!
\example layouts/flowlayout \example layouts/flowlayout
\title Flow Layout Example \title Flow Layout Example
\ingroup examples-layout
\brief Shows how to arrange widgets for different window sizes. \brief Shows how to arrange widgets for different window sizes.
\e{Flow Layout} implements a layout that handles different window sizes. The \e{Flow Layout} implements a layout that handles different window sizes. The

View File

@ -29,6 +29,7 @@
\example painting/imagecomposition \example painting/imagecomposition
\title Image Composition Example \title Image Composition Example
\ingroup examples-painting \ingroup examples-painting
\ingroup examples-layout
\brief Shows how composition modes work in QPainter. \brief Shows how composition modes work in QPainter.
\brief The Image Composition example lets the user combine images \brief The Image Composition example lets the user combine images

View File

@ -29,6 +29,7 @@
\example mainwindows/menus \example mainwindows/menus
\title Menus Example \title Menus Example
\ingroup examples-mainwindow \ingroup examples-mainwindow
\ingroup examples-layout
\brief The Menus example demonstrates how menus can be used in a main \brief The Menus example demonstrates how menus can be used in a main
window application. window application.

View File

@ -29,6 +29,7 @@
\example itemviews/simpletreemodel \example itemviews/simpletreemodel
\title Simple Tree Model Example \title Simple Tree Model Example
\ingroup examples-itemviews \ingroup examples-itemviews
\ingroup examples-layout
\brief The Simple Tree Model example shows how to use a hierarchical model \brief The Simple Tree Model example shows how to use a hierarchical model
with Qt's standard view classes. with Qt's standard view classes.

View File

@ -28,6 +28,7 @@
/*! /*!
\example animation/sub-attaq \example animation/sub-attaq
\title Sub-Attaq \title Sub-Attaq
\ingroup examples-layout
\brief This example shows Qt's ability to combine \l{The Animation Framework}{the animation framework} \brief This example shows Qt's ability to combine \l{The Animation Framework}{the animation framework}
and \l{The State Machine Framework}{the state machine framework} to create a game. and \l{The State Machine Framework}{the state machine framework} to create a game.

View File

@ -392,7 +392,6 @@
Many Qt Widgets \l{Qt Widgets Examples}{examples} already use layouts, Many Qt Widgets \l{Qt Widgets Examples}{examples} already use layouts,
however, several examples exist to showcase various layouts. however, several examples exist to showcase various layouts.
\list \annotatedlist examples-layout
\li \l{Layout Examples}
\endlist
*/ */