summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets-and-layouts/widgets.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-05-28 14:11:51 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-05-28 14:11:51 (GMT)
commit9c2b421bfd8a68895f3797ca629bdc6bef506d46 (patch)
tree7eeca76ae8053aa44ddf6baa1c82ceb1e3f77782 /doc/src/widgets-and-layouts/widgets.qdoc
parent0f61bdd677c204c41b56158b0a38880856e43c28 (diff)
parent60c12264b0ff01bb4888323b3acda0bc581021a7 (diff)
downloadQt-9c2b421bfd8a68895f3797ca629bdc6bef506d46.zip
Qt-9c2b421bfd8a68895f3797ca629bdc6bef506d46.tar.gz
Qt-9c2b421bfd8a68895f3797ca629bdc6bef506d46.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7
Diffstat (limited to 'doc/src/widgets-and-layouts/widgets.qdoc')
-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