From a5a27973b1e4df62217ed510229b0d8dfa70e354 Mon Sep 17 00:00:00 2001 From: Geir Vattekar Date: Fri, 11 Sep 2009 12:19:48 +0200 Subject: Doc: QHeaderView::section:checked was left out of stylesheet docs. Task-number: 254741 Reviewed-by: Trust Me --- doc/src/snippets/code/doc_src_stylesheet.qdoc | 5 +++++ doc/src/widgets-and-layouts/stylesheet.qdoc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v0.12