summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets-and-layouts
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
commitd987e048f542a4c85c640b36d116bb408dd029fd (patch)
treeabcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/widgets-and-layouts
parent107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff)
downloadQt-d987e048f542a4c85c640b36d116bb408dd029fd.zip
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/widgets-and-layouts')
-rw-r--r--doc/src/widgets-and-layouts/widgets.qdoc14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/src/widgets-and-layouts/widgets.qdoc b/doc/src/widgets-and-layouts/widgets.qdoc
index 9fe2d69..c93a380 100644
--- a/doc/src/widgets-and-layouts/widgets.qdoc
+++ b/doc/src/widgets-and-layouts/widgets.qdoc
@@ -48,11 +48,10 @@
\section1 Widgets
Widgets are the primary elements for creating user interfaces in Qt.
- \l{Widget Classes}{Widgets} can display data and status information,
+ \l{The Widget Classes}{Widgets} can display data and status information,
receive user input, and provide a container for other widgets that
should be grouped together. A widget that is not embedded in a
- parent widget is called a \l{Application Windows and
- Dialogs}{window}.
+ parent widget is called a \l{Window and Dialog Widgets} {window}.
\image parent-child-widgets.png A parent widget containing various child widgets.
@@ -82,11 +81,10 @@
\section1 Widget Styles
- \l{Implementing Styles and Style Aware Widgets}{Styles} draw on
- behalf of widgets and encapsulate the look and feel of a GUI. Qt's
- built-in widgets use the QStyle class to perform nearly all of their
- drawing, ensuring that they look exactly like the equivalent native
- widgets.
+ \l{Styles &amp Style Aware Widgets}{Styles} draw on behalf of
+ widgets and encapsulate the look and feel of a GUI. Qt's built-in
+ widgets use the QStyle class to perform nearly all of their drawing,
+ ensuring that they look exactly like the equivalent native widgets.
\table
\row