diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-01-14 13:02:57 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-01-14 13:02:57 (GMT) |
commit | 74f63cebc430ef6634917577783dafeed9a233d5 (patch) | |
tree | 663d030b0ca0f6dba36260aa542d11c62792a7d8 /doc | |
parent | 02d904d5983ff0597f52d8d6ec76439f81da6504 (diff) | |
download | Qt-74f63cebc430ef6634917577783dafeed9a233d5.zip Qt-74f63cebc430ef6634917577783dafeed9a233d5.tar.gz Qt-74f63cebc430ef6634917577783dafeed9a233d5.tar.bz2 |
qdoc: Added colorizing of individual table cells.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/icons.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/icons.qdoc b/doc/src/examples/icons.qdoc index 21a308d..a1a8e72 100644 --- a/doc/src/examples/icons.qdoc +++ b/doc/src/examples/icons.qdoc @@ -147,8 +147,8 @@ render the other six mode/state combinations, QIcon uses the search algorithm described in the table below: - \table - \header \o{2,1} Requested Pixmap \o{8,1} Preferred Alternatives (mode/state) + \table 100% + \header \o{2,1} Requested Pixmap \o {8,1} Preferred Alternatives (mode/state) \header \o Mode \o State \o 1 \o 2 \o 3 \o 4 \o 5 \o 6 \o 7 \o 8 \row \o{1,2} Normal \o Off \o \bold N0 \o A0 \o N1 \o A1 \o D0 \o S0 \o D1 \o S1 \row \o On \o N1 \o \bold A1 \o N0 \o A0 \o D1 \o S1 \o D0 \o S0 |