diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-14 12:47:42 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-14 12:47:42 (GMT) |
commit | 02bc8c45f2cae1b6cd417631be8e98bc79c9c42d (patch) | |
tree | a9fc690ace2a77f71c43f54b9db8963ee5a65e79 /doc/src/windows-and-dialogs/mainwindow.qdoc | |
parent | 08d4f04947aca96f40e002ed099dfc7be6531e17 (diff) | |
download | Qt-02bc8c45f2cae1b6cd417631be8e98bc79c9c42d.zip Qt-02bc8c45f2cae1b6cd417631be8e98bc79c9c42d.tar.gz Qt-02bc8c45f2cae1b6cd417631be8e98bc79c9c42d.tar.bz2 |
doc: Another upgrade of the top page and overviews.
More to come.
Diffstat (limited to 'doc/src/windows-and-dialogs/mainwindow.qdoc')
-rw-r--r-- | doc/src/windows-and-dialogs/mainwindow.qdoc | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/src/windows-and-dialogs/mainwindow.qdoc b/doc/src/windows-and-dialogs/mainwindow.qdoc index b282dab..c1e66d9 100644 --- a/doc/src/windows-and-dialogs/mainwindow.qdoc +++ b/doc/src/windows-and-dialogs/mainwindow.qdoc @@ -46,12 +46,11 @@ /*! \page application-windows.html - \title Application Windows and Dialogs + \title Window and Dialog Widgets + \brief Windows and Dialogs in Qt. \ingroup qt-gui-concepts \ingroup frameworks-technologies - \nextpage The Application Main Window - A \l{Widgets Tutorial}{widget} that is not embedded in a parent widget is called a window. Usually, windows have a frame and a title bar, although it is also possible to create windows without such decoration using suitable window flags). In Qt, QMainWindow @@ -165,12 +164,9 @@ /*! \page mainwindow.html - \title The Application Main Window - \brief Everything you need for a typical modern main application window, - including menus, toolbars, workspace, etc. - - \contentspage Application Windows and Dialogs - \nextpage Dialog Windows + \title Application Main Window + \ingroup qt-gui-concepts + \brief Creating the application window. \tableofcontents |