Doc: Add list with widgets examples using layouts
Change-Id: I585cd63f68220467de1beed3346cdaa12af2b34b Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
46312b611b
commit
db6e357d48
@ -29,6 +29,7 @@
|
||||
\page tutorials-addressbook.html
|
||||
|
||||
\title Address Book Tutorial
|
||||
\ingroup examples-layout
|
||||
\brief An introduction to GUI programming, showing how to put together a
|
||||
simple yet fully-functioning application.
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
/*!
|
||||
\example layouts/borderlayout
|
||||
\title Border Layout Example
|
||||
\ingroup examples-layout
|
||||
\brief Shows how to arrange child widgets along a border.
|
||||
|
||||
\e{Border Layout} implements a layout that arranges child widgets to
|
||||
|
@ -29,6 +29,7 @@
|
||||
\example widgets/calculator
|
||||
\title Calculator Example
|
||||
\ingroup examples-widgets
|
||||
\ingroup examples-layout
|
||||
\brief The example shows how to use signals and slots to implement the
|
||||
functionality of a calculator widget, and how to use QGridLayout
|
||||
to place child widgets in a grid.
|
||||
|
@ -29,6 +29,7 @@
|
||||
\title Calendar Widget Example
|
||||
\example widgets/calendarwidget
|
||||
\ingroup examples-widgets
|
||||
\ingroup examples-layout
|
||||
\brief The Calendar Widget example shows use of QCalendarWidget.
|
||||
|
||||
\borderedimage calendarwidgetexample.png
|
||||
|
@ -29,6 +29,7 @@
|
||||
\example tools/echoplugin
|
||||
\title Echo Plugin Example
|
||||
\ingroup examples-widgets-tools
|
||||
\ingroup examples-layout
|
||||
|
||||
\brief This example shows how to create a Qt plugin.
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
/*!
|
||||
\example layouts/flowlayout
|
||||
\title Flow Layout Example
|
||||
\ingroup examples-layout
|
||||
\brief Shows how to arrange widgets for different window sizes.
|
||||
|
||||
\e{Flow Layout} implements a layout that handles different window sizes. The
|
||||
|
@ -29,6 +29,7 @@
|
||||
\example painting/imagecomposition
|
||||
\title Image Composition Example
|
||||
\ingroup examples-painting
|
||||
\ingroup examples-layout
|
||||
\brief Shows how composition modes work in QPainter.
|
||||
|
||||
\brief The Image Composition example lets the user combine images
|
||||
|
@ -29,6 +29,7 @@
|
||||
\example mainwindows/menus
|
||||
\title Menus Example
|
||||
\ingroup examples-mainwindow
|
||||
\ingroup examples-layout
|
||||
|
||||
\brief The Menus example demonstrates how menus can be used in a main
|
||||
window application.
|
||||
|
@ -29,6 +29,7 @@
|
||||
\example itemviews/simpletreemodel
|
||||
\title Simple Tree Model Example
|
||||
\ingroup examples-itemviews
|
||||
\ingroup examples-layout
|
||||
\brief The Simple Tree Model example shows how to use a hierarchical model
|
||||
with Qt's standard view classes.
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
/*!
|
||||
\example animation/sub-attaq
|
||||
\title Sub-Attaq
|
||||
\ingroup examples-layout
|
||||
|
||||
\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.
|
||||
|
@ -392,7 +392,6 @@
|
||||
Many Qt Widgets \l{Qt Widgets Examples}{examples} already use layouts,
|
||||
however, several examples exist to showcase various layouts.
|
||||
|
||||
\list
|
||||
\li \l{Layout Examples}
|
||||
\endlist
|
||||
\annotatedlist examples-layout
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user