diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 13:55:59 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 14:23:59 (GMT) |
commit | d13162dd4695274dc4bdb286ce85bf198391d94b (patch) | |
tree | b794ebb2096e488516f1ebd4b244186e9c32b487 /doc/src/stylesheet.qdoc | |
parent | e5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff) | |
download | Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.zip Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.bz2 |
Fix some typos in the documentation.
Usually, "the the" is not proper English
Reviewed-By: Thiago Macieira
Diffstat (limited to 'doc/src/stylesheet.qdoc')
-rw-r--r-- | doc/src/stylesheet.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/stylesheet.qdoc b/doc/src/stylesheet.qdoc index f895918..46ec041 100644 --- a/doc/src/stylesheet.qdoc +++ b/doc/src/stylesheet.qdoc @@ -332,7 +332,7 @@ respect to the reference element. Once positioned, they are treated the same as widgets and can be styled - using the the \l{box model}. + using the \l{box model}. See the \l{List of Sub-Controls} below for a list of supported sub-controls, and \l{Customizing the QPushButton's Menu Indicator @@ -671,7 +671,7 @@ \l{Qt Style Sheets Reference#subcontrol-origin-prop}{subcontrol-origin} properties. - Once positioned, sub-controls can be styled using the the \l{box model}. + Once positioned, sub-controls can be styled using the \l{box model}. \note With complex widgets such as QComboBox and QScrollBar, if one property or sub-control is customized, \bold{all} the other properties or @@ -1154,7 +1154,7 @@ \l{#pane-sub}{::pane} subcontrol. The left and right corners are styled using the \l{#left-corner-sub}{::left-corner} and \l{#right-corner-sub}{::right-corner} respectively. - The position of the the tab bar is controlled using the + The position of the tab bar is controlled using the \l{#tab-bar-sub}{::tab-bar} subcontrol. By default, the subcontrols have positions of a QTabWidget in @@ -1254,7 +1254,7 @@ the \l{#menu-button-sub}{::menu-button} subcontrol is used to draw the menu button. \l{#menu-arrow-sub}{::menu-arrow} subcontrol is used to draw the menu arrow inside the menu-button. By default, it is - positioned in the center of the Contents rectangle of the the + positioned in the center of the Contents rectangle of the menu-button subcontrol. When the QToolButton displays arrows, the \l{#up-arrow-sub}{::up-arrow}, |