From e05a73a1dc281d212fc7f4f6b35e0bc5f4204d9c Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 25 Sep 2016 19:20:24 +0000 Subject: Fixed [3217462fff] for the alt and classic themes --- library/ttk/altTheme.tcl | 9 +++++++-- library/ttk/classicTheme.tcl | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl index d57227c..e792539 100644 --- a/library/ttk/altTheme.tcl +++ b/library/ttk/altTheme.tcl @@ -14,6 +14,7 @@ namespace eval ttk::theme::alt { -disabledfg "#a3a3a3" -selectbg "#4a6984" -selectfg "#ffffff" + -altindicator "#aaaaaa" } ttk::style theme settings alt { @@ -46,9 +47,13 @@ namespace eval ttk::theme::alt { ttk::style configure TCheckbutton -indicatorcolor "#ffffff" -padding 2 ttk::style configure TRadiobutton -indicatorcolor "#ffffff" -padding 2 ttk::style map TCheckbutton -indicatorcolor \ - [list disabled $colors(-frame) pressed $colors(-frame)] + [list pressed $colors(-frame) \ + alternate $colors(-altindicator) \ + disabled $colors(-frame)] ttk::style map TRadiobutton -indicatorcolor \ - [list disabled $colors(-frame) pressed $colors(-frame)] + [list pressed $colors(-frame) \ + alternate $colors(-altindicator) \ + disabled $colors(-frame)] ttk::style configure TMenubutton \ -width -11 -padding "3 3" -relief raised diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl index 7e3eff5..e510361 100644 --- a/library/ttk/classicTheme.tcl +++ b/library/ttk/classicTheme.tcl @@ -15,6 +15,7 @@ namespace eval ttk::theme::classic { -selectfg "#000000" -disabledfg "#a3a3a3" -indicator "#b03060" + -altindicator "#b05e5e" } ttk::style theme settings classic { @@ -49,14 +50,18 @@ namespace eval ttk::theme::classic { ttk::style configure TCheckbutton -indicatorrelief raised ttk::style map TCheckbutton \ -indicatorcolor [list \ - pressed $colors(-frame) selected $colors(-indicator)] \ + pressed $colors(-frame) \ + selected $colors(-indicator) \ + alternate $colors(-altindicator)] \ -indicatorrelief {selected sunken pressed sunken} \ ; ttk::style configure TRadiobutton -indicatorrelief raised ttk::style map TRadiobutton \ -indicatorcolor [list \ - pressed $colors(-frame) selected $colors(-indicator)] \ + pressed $colors(-frame) \ + selected $colors(-indicator) \ + alternate $colors(-altindicator)] \ -indicatorrelief {selected sunken pressed sunken} \ ; -- cgit v0.12 s='right' method='get' action='/oss-git/Qt.git/log/tools/qdoc3/doc/qdoc-manual.qdoc'>
path: root/tools/qdoc3/doc/qdoc-manual.qdoc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-02-24 11:55:14 (GMT)
committerMartin Smith <martin.smith@nokia.com>2011-02-24 11:55:14 (GMT)
commita7bca792fd7c1ae7edf45a7aae67c7a3423d35e8 (patch)
treef9bf30985d5bede850fcbc3e3c0fbeb89fe1d7a7 /tools/qdoc3/doc/qdoc-manual.qdoc
parentd3a878209faa4e18102f41aeb3e700d88c46572b (diff)
downloadQt-a7bca792fd7c1ae7edf45a7aae67c7a3423d35e8.zip
Qt-a7bca792fd7c1ae7edf45a7aae67c7a3423d35e8.tar.gz
Qt-a7bca792fd7c1ae7edf45a7aae67c7a3423d35e8.tar.bz2
qdoc: More updating command descriptions.
Diffstat (limited to 'tools/qdoc3/doc/qdoc-manual.qdoc')
-rw-r--r--tools/qdoc3/doc/qdoc-manual.qdoc256
1 files changed, 123 insertions, 133 deletions
diff --git a/tools/qdoc3/doc/qdoc-manual.qdoc b/tools/qdoc3/doc/qdoc-manual.qdoc
index 7fcd92f..0ada405 100644
--- a/tools/qdoc3/doc/qdoc-manual.qdoc
+++ b/tools/qdoc3/doc/qdoc-manual.qdoc