summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-03 16:43:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 10:28:22 +0100
commita800228fdaa3111df71a70086a3fc3b0e9866157 (patch)
treed8e25e5c9470e327b1a39c64aca505ee94bd8e19 /src/widgets/doc/src
parent2dc2f1a28eaf96e933d573c8bde1858c185b69db (diff)
Moved the mainwindow examples from qtdoc
Change-Id: I5a11933e86c6c71f68a55e45c7bcfdfc702bf4e6 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/widgets/doc/src')
-rw-r--r--src/widgets/doc/src/qtwidgets-examples.qdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/widgets/doc/src/qtwidgets-examples.qdoc b/src/widgets/doc/src/qtwidgets-examples.qdoc
index d0b04b0823..4059414ad7 100644
--- a/src/widgets/doc/src/qtwidgets-examples.qdoc
+++ b/src/widgets/doc/src/qtwidgets-examples.qdoc
@@ -139,3 +139,18 @@
*/
+/*!
+ \group examples-mainwindow
+ \ingroup all-examples
+ \title Main Window Examples
+ \brief Building applications around a main window.
+
+ \image mainwindow-examples.png
+
+ All the standard features of application main windows are provided by Qt.
+
+ Main windows can have pull down menus, tool bars, and dock windows. These
+ separate forms of user input are unified in an integrated action system that
+ also supports keyboard shortcuts and accelerator keys in menu items.
+
+*/