From a800228fdaa3111df71a70086a3fc3b0e9866157 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Mon, 3 Dec 2012 16:43:45 +0100 Subject: Moved the mainwindow examples from qtdoc Change-Id: I5a11933e86c6c71f68a55e45c7bcfdfc702bf4e6 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/widgets/doc/images/mainwindow-examples.png | Bin 0 -> 10271 bytes src/widgets/doc/src/qtwidgets-examples.qdoc | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/widgets/doc/images/mainwindow-examples.png (limited to 'src/widgets/doc') diff --git a/src/widgets/doc/images/mainwindow-examples.png b/src/widgets/doc/images/mainwindow-examples.png new file mode 100644 index 0000000000..3e946a68bf Binary files /dev/null and b/src/widgets/doc/images/mainwindow-examples.png differ 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. + +*/ -- cgit v1.2.3