diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 13:05:08 (GMT) |
commit | d987e048f542a4c85c640b36d116bb408dd029fd (patch) | |
tree | abcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/windows-and-dialogs | |
parent | 107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff) | |
download | Qt-d987e048f542a4c85c640b36d116bb408dd029fd.zip Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/windows-and-dialogs')
-rw-r--r-- | doc/src/windows-and-dialogs/mainwindow.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/windows-and-dialogs/mainwindow.qdoc b/doc/src/windows-and-dialogs/mainwindow.qdoc index c1e66d9..db9a636 100644 --- a/doc/src/windows-and-dialogs/mainwindow.qdoc +++ b/doc/src/windows-and-dialogs/mainwindow.qdoc @@ -49,7 +49,6 @@ \title Window and Dialog Widgets \brief Windows and Dialogs in Qt. \ingroup qt-gui-concepts - \ingroup frameworks-technologies 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 @@ -81,7 +80,7 @@ \section1 Main Windows and Dialogs - \l{The Application Main Window} provides the framework for building the + The \l{Application Main Window} provides the framework for building the application's main user interface, and are created by subclassing QMainWindow. QMainWindow has its own layout to which you can add a \l{QMenuBar}{menu bar}, \l{QToolBar}{tool bars}, \l{QDockWidget}{dockable widgets} and a |