diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-11 10:19:48 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-11 10:23:15 (GMT) |
commit | a5a27973b1e4df62217ed510229b0d8dfa70e354 (patch) | |
tree | 7b32a9589f0bea1332c807a9ca50dcc179c460df /doc | |
parent | 47d6e83659f23de6bf4d0a37cb30c325dcacefc1 (diff) | |
download | Qt-a5a27973b1e4df62217ed510229b0d8dfa70e354.zip Qt-a5a27973b1e4df62217ed510229b0d8dfa70e354.tar.gz Qt-a5a27973b1e4df62217ed510229b0d8dfa70e354.tar.bz2 |
Doc: QHeaderView::section:checked was left out of stylesheet docs.
Task-number: 254741
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/code/doc_src_stylesheet.qdoc | 5 | ||||
-rw-r--r-- | doc/src/widgets-and-layouts/stylesheet.qdoc | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_stylesheet.qdoc b/doc/src/snippets/code/doc_src_stylesheet.qdoc index f79f7ff..1c0440c 100644 --- a/doc/src/snippets/code/doc_src_stylesheet.qdoc +++ b/doc/src/snippets/code/doc_src_stylesheet.qdoc @@ -1007,6 +1007,11 @@ QHeaderView::section { border: 1px solid #6c6c6c; } +QHeaderView::section:checked +{ + background-color: red; +} + /* style the sort indicator */ QHeaderView::down-arrow { image: url(down_arrow.png); diff --git a/doc/src/widgets-and-layouts/stylesheet.qdoc b/doc/src/widgets-and-layouts/stylesheet.qdoc index c40795a..d2538f4 100644 --- a/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -840,7 +840,8 @@ \l{#first-ps}{:first}, \l{#last-ps}{:last}, \l{#only-one-ps}{:only-one}, \l{#next-selected-ps}{:next-selected}, \l{#previous-selected-ps}{:previous-selected}, - \l{#selected-ps}{:selected} pseudo states. + \l{#selected-ps}{:selected}, + and \l{#checked-ps}{:checked} pseudo states. Sort indicator in can be styled using the \l{#up-arrow-sub}{::up-arrow} and the |