diff options
author | David Boddie <dboddie@trolltech.com> | 2009-05-14 11:11:56 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-05-14 11:11:56 (GMT) |
commit | 30974e3be08bd913142a13d7d7a35039a0bfa434 (patch) | |
tree | 64cdb8d28a0853b857454103aaed03ee6d834af5 /doc | |
parent | 5db3e40ca796f29cbd7bfc5f7f88823f6e27c16f (diff) | |
parent | dd20c403fa6ec99cf4aec02655a16a97320734c3 (diff) | |
download | Qt-30974e3be08bd913142a13d7d7a35039a0bfa434.zip Qt-30974e3be08bd913142a13d7d7a35039a0bfa434.tar.gz Qt-30974e3be08bd913142a13d7d7a35039a0bfa434.tar.bz2 |
Merge branch 'review/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/stylesheet.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/stylesheet.qdoc b/doc/src/stylesheet.qdoc index c0d13da..0f99688 100644 --- a/doc/src/stylesheet.qdoc +++ b/doc/src/stylesheet.qdoc @@ -398,7 +398,7 @@ (usually) refers to a single object, not to all instances of a class. - Similarly, selectors with pseudo-states are more specific that + Similarly, selectors with pseudo-states are more specific than ones that do not specify pseudo-states. Thus, the following style sheet specifies that a \l{QPushButton} should have white text when the mouse is hovering over it, otherwise red text: @@ -653,7 +653,7 @@ \target sub controls \section1 Sub-controls - A widget is considered as a heirarchy (tree) of subcontrols drawn on top + A widget is considered as a hierarchy (tree) of subcontrols drawn on top of each other. For example, the QComboBox draws the drop-down sub-control followed by the down-arrow sub-control. A QComboBox is thus rendered as follows: |