author | alwin <alwin> | 2005-03-07 09:42:21 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-07 09:42:21 (UTC) |
commit | d6fc7417f752867c14a0b6555c32f2d768736fe8 (patch) (unidiff) | |
tree | 29b1780ed157b799cbcf8133f846b74da248e8e5 | |
parent | f312f32d624c6198c63890e141e8658bc492cf37 (diff) | |
download | opie-d6fc7417f752867c14a0b6555c32f2d768736fe8.zip opie-d6fc7417f752867c14a0b6555c32f2d768736fe8.tar.gz opie-d6fc7417f752867c14a0b6555c32f2d768736fe8.tar.bz2 |
applied patch from Paul Eggleton
-rw-r--r-- | noncore/styles/phase/phasestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/styles/phase/phasestyle.cpp b/noncore/styles/phase/phasestyle.cpp index 906ccee..746354e 100644 --- a/noncore/styles/phase/phasestyle.cpp +++ b/noncore/styles/phase/phasestyle.cpp | |||
@@ -1,1236 +1,1236 @@ | |||
1 | ////////////////////////////////////////////////////////////////////////////// | 1 | ////////////////////////////////////////////////////////////////////////////// |
2 | // phasestyle.h | 2 | // phasestyle.h |
3 | // ------------------- | 3 | // ------------------- |
4 | // A style for KDE | 4 | // A style for KDE |
5 | // ------------------- | 5 | // ------------------- |
6 | // Copyright (c) 2004 David Johnson <david@usermode.org> | 6 | // Copyright (c) 2004 David Johnson <david@usermode.org> |
7 | // | 7 | // |
8 | // Permission is hereby granted, free of charge, to any person obtaining a copy | 8 | // Permission is hereby granted, free of charge, to any person obtaining a copy |
9 | // of this software and associated documentation files (the "Software"), to | 9 | // of this software and associated documentation files (the "Software"), to |
10 | // deal in the Software without restriction, including without limitation the | 10 | // deal in the Software without restriction, including without limitation the |
11 | // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | 11 | // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
12 | // sell copies of the Software, and to permit persons to whom the Software is | 12 | // sell copies of the Software, and to permit persons to whom the Software is |
13 | // furnished to do so, subject to the following conditions: | 13 | // furnished to do so, subject to the following conditions: |
14 | // | 14 | // |
15 | // The above copyright notice and this permission notice shall be included in | 15 | // The above copyright notice and this permission notice shall be included in |
16 | // all copies or substantial portions of the Software. | 16 | // all copies or substantial portions of the Software. |
17 | // | 17 | // |
18 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 18 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
19 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 19 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
20 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 20 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
21 | // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 21 | // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
22 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 22 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
23 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | 23 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
24 | // IN THE SOFTWARE. | 24 | // IN THE SOFTWARE. |
25 | ////////////////////////////////////////////////////////////////////////////// | 25 | ////////////////////////////////////////////////////////////////////////////// |
26 | 26 | ||
27 | #include "phasestyle.h" | 27 | #include "phasestyle.h" |
28 | 28 | ||
29 | #include "bitmaps.h" | 29 | #include "bitmaps.h" |
30 | 30 | ||
31 | #define INCLUDE_MENUITEM_DEF | 31 | #define INCLUDE_MENUITEM_DEF |
32 | #include <qpopupmenu.h> | 32 | #include <qpopupmenu.h> |
33 | #include <qpushbutton.h> | 33 | #include <qpushbutton.h> |
34 | #include <qtoolbutton.h> | 34 | #include <qtoolbutton.h> |
35 | #include <qpainter.h> | 35 | #include <qpainter.h> |
36 | #include <qbrush.h> | 36 | #include <qbrush.h> |
37 | #include <qiconset.h> | 37 | #include <qiconset.h> |
38 | #include <qtabbar.h> | 38 | #include <qtabbar.h> |
39 | #include <qscrollbar.h> | 39 | #include <qscrollbar.h> |
40 | 40 | ||
41 | 41 | ||
42 | /* Spacing and sizeHint */ | 42 | /* Spacing and sizeHint */ |
43 | static unsigned contrast = 110; | 43 | static unsigned contrast = 110; |
44 | 44 | ||
45 | static const int ITEMFRAME = 1; // menu stuff | 45 | static const int ITEMFRAME = 1; // menu stuff |
46 | static const int ITEMHMARGIN = 3; | 46 | static const int ITEMHMARGIN = 3; |
47 | static const int ITEMVMARGIN = 0; | 47 | static const int ITEMVMARGIN = 0; |
48 | 48 | ||
49 | static const int ARROWMARGIN = 6; | 49 | static const int ARROWMARGIN = 6; |
50 | static const int RIGHTBORDER = 10; | 50 | static const int RIGHTBORDER = 10; |
51 | static const int MINICONSIZE = 12; | 51 | static const int MINICONSIZE = 12; |
52 | static const int CHECKSIZE = 9; | 52 | static const int CHECKSIZE = 9; |
53 | static const int SCROLLBAR_EXTENT = 12; | 53 | static const int SCROLLBAR_EXTENT = 12; |
54 | 54 | ||
55 | 55 | ||
56 | /* | 56 | /* |
57 | * Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org> | 57 | * Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org> |
58 | * LGPLv2 from kdelibs/kdefx/kdrawutil.cpp | 58 | * LGPLv2 from kdelibs/kdefx/kdrawutil.cpp |
59 | */ | 59 | */ |
60 | void kColorBitmaps(QPainter *p, const QColorGroup &g, int x, int y, | 60 | void kColorBitmaps(QPainter *p, const QColorGroup &g, int x, int y, |
61 | QBitmap *lightColor, QBitmap *midColor, | 61 | QBitmap *lightColor, QBitmap *midColor, |
62 | QBitmap *midlightColor, QBitmap *darkColor, | 62 | QBitmap *midlightColor, QBitmap *darkColor, |
63 | QBitmap *blackColor, QBitmap *whiteColor) | 63 | QBitmap *blackColor, QBitmap *whiteColor) |
64 | { | 64 | { |
65 | QBitmap *bitmaps[]={lightColor, midColor, midlightColor, darkColor, | 65 | QBitmap *bitmaps[]={lightColor, midColor, midlightColor, darkColor, |
66 | blackColor, whiteColor}; | 66 | blackColor, whiteColor}; |
67 | 67 | ||
68 | QColor colors[]={g.light(), g.mid(), g.midlight(), g.dark(), | 68 | QColor colors[]={g.light(), g.mid(), g.midlight(), g.dark(), |
69 | Qt::black, Qt::white}; | 69 | Qt::black, Qt::white}; |
70 | 70 | ||
71 | int i; | 71 | int i; |
72 | for(i=0; i < 6; ++i){ | 72 | for(i=0; i < 6; ++i){ |
73 | if(bitmaps[i]){ | 73 | if(bitmaps[i]){ |
74 | if(!bitmaps[i]->mask()) | 74 | if(!bitmaps[i]->mask()) |
75 | bitmaps[i]->setMask(*bitmaps[i]); | 75 | bitmaps[i]->setMask(*bitmaps[i]); |
76 | p->setPen(colors[i]); | 76 | p->setPen(colors[i]); |
77 | p->drawPixmap(x, y, *bitmaps[i]); | 77 | p->drawPixmap(x, y, *bitmaps[i]); |
78 | } | 78 | } |
79 | } | 79 | } |
80 | } | 80 | } |
81 | 81 | ||
82 | 82 | ||
83 | /* | 83 | /* |
84 | * drawMenuBarItem is not virtual | 84 | * drawMenuBarItem is not virtual |
85 | * this way we define our draw handler | 85 | * this way we define our draw handler |
86 | */ | 86 | */ |
87 | typedef void (QStyle::*QDrawMenuBarItemImpl) (QPainter *, int, int, int, int, QMenuItem *, | 87 | typedef void (QStyle::*QDrawMenuBarItemImpl) (QPainter *, int, int, int, int, QMenuItem *, |
88 | QColorGroup &, bool, bool); | 88 | QColorGroup &, bool, bool); |
89 | 89 | ||
90 | extern QDrawMenuBarItemImpl qt_set_draw_menu_bar_impl(QDrawMenuBarItemImpl impl); | 90 | extern QDrawMenuBarItemImpl qt_set_draw_menu_bar_impl(QDrawMenuBarItemImpl impl); |
91 | 91 | ||
92 | 92 | ||
93 | PhaseStyle::PhaseStyle() | 93 | PhaseStyle::PhaseStyle() |
94 | : QWindowsStyle() | 94 | : QWindowsStyle() |
95 | { | 95 | { |
96 | setName( "PhaseStyle" ); | 96 | setName( "PhaseStyle" ); |
97 | 97 | ||
98 | /* small default sizes */ | 98 | /* small default sizes */ |
99 | setButtonDefaultIndicatorWidth(1); | 99 | setButtonDefaultIndicatorWidth(1); |
100 | setScrollBarExtent(SCROLLBAR_EXTENT, SCROLLBAR_EXTENT); | 100 | setScrollBarExtent(SCROLLBAR_EXTENT, SCROLLBAR_EXTENT); |
101 | setSliderThickness(12); | 101 | setSliderThickness(12); |
102 | setButtonMargin( 1 ); | 102 | setButtonMargin( 1 ); |
103 | 103 | ||
104 | // create bitmaps | 104 | // create bitmaps |
105 | uarrow = QBitmap(6, 6, uarrow_bits, true); | 105 | uarrow = QBitmap(6, 6, uarrow_bits, true); |
106 | uarrow.setMask(uarrow); | 106 | uarrow.setMask(uarrow); |
107 | darrow = QBitmap(6, 6, darrow_bits, true); | 107 | darrow = QBitmap(6, 6, darrow_bits, true); |
108 | darrow.setMask(darrow); | 108 | darrow.setMask(darrow); |
109 | larrow = QBitmap(6, 6, larrow_bits, true); | 109 | larrow = QBitmap(6, 6, larrow_bits, true); |
110 | larrow.setMask(larrow); | 110 | larrow.setMask(larrow); |
111 | rarrow = QBitmap(6, 6, rarrow_bits, true); | 111 | rarrow = QBitmap(6, 6, rarrow_bits, true); |
112 | rarrow.setMask(rarrow); | 112 | rarrow.setMask(rarrow); |
113 | bplus = QBitmap(6, 6, bplus_bits, true); | 113 | bplus = QBitmap(6, 6, bplus_bits, true); |
114 | bplus.setMask(bplus); | 114 | bplus.setMask(bplus); |
115 | bminus = QBitmap(6, 6, bminus_bits, true); | 115 | bminus = QBitmap(6, 6, bminus_bits, true); |
116 | bminus.setMask(bminus); | 116 | bminus.setMask(bminus); |
117 | bcheck = QBitmap(9, 9, bcheck_bits, true); | 117 | bcheck = QBitmap(9, 9, bcheck_bits, true); |
118 | bcheck.setMask(bcheck); | 118 | bcheck.setMask(bcheck); |
119 | dexpand = QBitmap(9, 9, dexpand_bits, true); | 119 | dexpand = QBitmap(9, 9, dexpand_bits, true); |
120 | dexpand.setMask(dexpand); | 120 | dexpand.setMask(dexpand); |
121 | rexpand = QBitmap(9, 9, rexpand_bits, true); | 121 | rexpand = QBitmap(9, 9, rexpand_bits, true); |
122 | rexpand.setMask(rexpand); | 122 | rexpand.setMask(rexpand); |
123 | doodad_mid = QBitmap(4, 4, doodad_mid_bits, true); | 123 | doodad_mid = QBitmap(4, 4, doodad_mid_bits, true); |
124 | doodad_light = QBitmap(4, 4, doodad_light_bits, true); | 124 | doodad_light = QBitmap(4, 4, doodad_light_bits, true); |
125 | } | 125 | } |
126 | 126 | ||
127 | PhaseStyle::~PhaseStyle() { | 127 | PhaseStyle::~PhaseStyle() { |
128 | /* deleted by Qt */ | 128 | /* deleted by Qt */ |
129 | } | 129 | } |
130 | 130 | ||
131 | void PhaseStyle::drawCheckMark ( QPainter * p, int x, int y, int w, | 131 | void PhaseStyle::drawCheckMark ( QPainter * p, int x, int y, int w, |
132 | int h, const QColorGroup & g, | 132 | int h, const QColorGroup & g, |
133 | bool , bool) { | 133 | bool , bool) { |
134 | p->setPen(g.text()); | 134 | p->setPen(g.text()); |
135 | p->drawPixmap(x+w/2-4, y+h/2-4, bcheck); | 135 | p->drawPixmap(x+w/2-4, y+h/2-4, bcheck); |
136 | } | 136 | } |
137 | 137 | ||
138 | void PhaseStyle::drawArrow(QPainter *painter, Qt::ArrowType type, bool down, | 138 | void PhaseStyle::drawArrow(QPainter *painter, Qt::ArrowType type, bool down, |
139 | int x, int y, int w, int h, const QColorGroup &group, | 139 | int x, int y, int w, int h, const QColorGroup &group, |
140 | bool enabled , const QBrush * ) { | 140 | bool enabled , const QBrush * ) { |
141 | switch( type ) { | 141 | switch( type ) { |
142 | case UpArrow: | 142 | case UpArrow: |
143 | if (enabled) | 143 | if (enabled) |
144 | painter->setPen(down ? group.midlight() : group.dark()); | 144 | painter->setPen(down ? group.midlight() : group.dark()); |
145 | else painter->setPen(group.mid()); | 145 | else painter->setPen(group.mid()); |
146 | painter->drawPixmap(x+w/2-3, y+h/2-3, uarrow); | 146 | painter->drawPixmap(x+w/2-3, y+h/2-3, uarrow); |
147 | break; | 147 | break; |
148 | case DownArrow: | 148 | case DownArrow: |
149 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); | 149 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); |
150 | else painter->setPen(group.mid()); | 150 | else painter->setPen(group.mid()); |
151 | painter->drawPixmap(x+w/2-3, y+h/2-3, darrow); | 151 | painter->drawPixmap(x+w/2-3, y+h/2-3, darrow); |
152 | break; | 152 | break; |
153 | case LeftArrow: | 153 | case LeftArrow: |
154 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); | 154 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); |
155 | else painter->setPen(group.mid()); | 155 | else painter->setPen(group.mid()); |
156 | painter->drawPixmap(x+w/2-3, y+h/2-3, larrow); | 156 | painter->drawPixmap(x+w/2-3, y+h/2-3, larrow); |
157 | break; | 157 | break; |
158 | case RightArrow: | 158 | case RightArrow: |
159 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); | 159 | if (enabled) painter->setPen(down ? group.midlight() : group.dark()); |
160 | else painter->setPen(group.mid()); | 160 | else painter->setPen(group.mid()); |
161 | painter->drawPixmap(x+w/2-3, y+h/2-3, rarrow); | 161 | painter->drawPixmap(x+w/2-3, y+h/2-3, rarrow); |
162 | break; | 162 | break; |
163 | } | 163 | } |
164 | } | 164 | } |
165 | 165 | ||
166 | void PhaseStyle::drawPushButton(QPushButton *btn, QPainter *painter) { | 166 | void PhaseStyle::drawPushButton(QPushButton *btn, QPainter *painter) { |
167 | QRect r = btn->rect(); | 167 | QRect r = btn->rect(); |
168 | int x = r.x(); | 168 | int x = r.x(); |
169 | int y = r.y(); | 169 | int y = r.y(); |
170 | int h = r.height(); | 170 | int h = r.height(); |
171 | int w = r.width(); | 171 | int w = r.width(); |
172 | bool depress = btn->isOn() || btn->isDown(); | 172 | bool depress = btn->isOn() || btn->isDown(); |
173 | QColorGroup group = btn->colorGroup(); | 173 | QColorGroup group = btn->colorGroup(); |
174 | QBrush brush(group.button() ); | 174 | QBrush brush(group.button() ); |
175 | // int bd = pixelMetric(PM_ButtonDefaultIndicator, widget) + 1; | 175 | // int bd = pixelMetric(PM_ButtonDefaultIndicator, widget) + 1; |
176 | static int bd = 2; | 176 | static int bd = 2; |
177 | 177 | ||
178 | if (btn->isDefault() && !depress) { | 178 | if (btn->isDefault() && !depress) { |
179 | drawPanel(painter, x, y, h, w, group, | 179 | drawPanel(painter, x, y, w, h, group, |
180 | &group.brush(QColorGroup::Mid), true); | 180 | &group.brush(QColorGroup::Mid), true); |
181 | drawBevelButton(painter, x+bd, y+bd, w-bd*2, h-bd*2, group, | 181 | drawBevelButton(painter, x+bd, y+bd, w-bd*2, h-bd*2, group, |
182 | false, &brush ); | 182 | false, &brush ); |
183 | } else { | 183 | } else { |
184 | drawButton(painter, x, y, w, h, group, depress, | 184 | drawButton(painter, x, y, w, h, group, depress, |
185 | &brush ); | 185 | &brush ); |
186 | } | 186 | } |
187 | 187 | ||
188 | if (btn->hasFocus() ) { // draw focus | 188 | if (btn->hasFocus() ) { // draw focus |
189 | QColor col; | 189 | QColor col; |
190 | drawFocusRect(painter, r, group, | 190 | drawFocusRect(painter, r, group, |
191 | &col, false ); | 191 | &col, false ); |
192 | } | 192 | } |
193 | } | 193 | } |
194 | 194 | ||
195 | 195 | ||
196 | void PhaseStyle::drawPanel(QPainter* painter, int x, int y, int w, int h, | 196 | void PhaseStyle::drawPanel(QPainter* painter, int x, int y, int w, int h, |
197 | const QColorGroup& group, bool sunken, | 197 | const QColorGroup& group, bool sunken, |
198 | int , const QBrush* fill) { | 198 | int , const QBrush* fill) { |
199 | int x2 = x + w - 1; | 199 | int x2 = x + w - 1; |
200 | int y2 = y + h - 1; | 200 | int y2 = y + h - 1; |
201 | painter->save(); | 201 | painter->save(); |
202 | 202 | ||
203 | if (sunken) { | 203 | if (sunken) { |
204 | painter->setPen(group.dark()); | 204 | painter->setPen(group.dark()); |
205 | painter->drawRect(x+1, y+1, w-2, h-2); | 205 | painter->drawRect(x+1, y+1, w-2, h-2); |
206 | painter->setPen(group.midlight()); | 206 | painter->setPen(group.midlight()); |
207 | painter->drawLine(x+1, y2, x2, y2); | 207 | painter->drawLine(x+1, y2, x2, y2); |
208 | painter->drawLine(x2, y+1, x2, y2-1); | 208 | painter->drawLine(x2, y+1, x2, y2-1); |
209 | painter->setPen(group.mid()); | 209 | painter->setPen(group.mid()); |
210 | painter->drawLine(x, y, x, y2-1); | 210 | painter->drawLine(x, y, x, y2-1); |
211 | painter->drawLine(x+1, y, x2-1, y); | 211 | painter->drawLine(x+1, y, x2-1, y); |
212 | painter->setPen(group.background()); | 212 | painter->setPen(group.background()); |
213 | painter->drawPoint(x, y2); | 213 | painter->drawPoint(x, y2); |
214 | painter->drawPoint(x2, y); | 214 | painter->drawPoint(x2, y); |
215 | } else { | 215 | } else { |
216 | painter->setPen(group.dark()); | 216 | painter->setPen(group.dark()); |
217 | painter->drawRect(x, y, w, h); | 217 | painter->drawRect(x, y, w, h); |
218 | painter->setPen(group.midlight()); | 218 | painter->setPen(group.midlight()); |
219 | painter->drawLine(x+1, y+1, x2-2, y+1); | 219 | painter->drawLine(x+1, y+1, x2-2, y+1); |
220 | painter->drawLine(x+1, y+2, x+1, y2-2); | 220 | painter->drawLine(x+1, y+2, x+1, y2-2); |
221 | painter->setPen(group.mid()); | 221 | painter->setPen(group.mid()); |
222 | painter->drawLine(x+2, y2-1, x2-1, y2-1); | 222 | painter->drawLine(x+2, y2-1, x2-1, y2-1); |
223 | painter->drawLine(x2-1, y+2, x2-1, y2-2); | 223 | painter->drawLine(x2-1, y+2, x2-1, y2-2); |
224 | painter->setPen(group.background()); | 224 | painter->setPen(group.background()); |
225 | painter->drawPoint(x+1, y2-1); | 225 | painter->drawPoint(x+1, y2-1); |
226 | painter->drawPoint(x2-1, y+1); | 226 | painter->drawPoint(x2-1, y+1); |
227 | } | 227 | } |
228 | 228 | ||
229 | if (fill) { | 229 | if (fill) { |
230 | painter->fillRect(x+2, y+2, w-4, h-4, *fill ); | 230 | painter->fillRect(x+2, y+2, w-4, h-4, *fill ); |
231 | } | 231 | } |
232 | painter->restore(); | 232 | painter->restore(); |
233 | } | 233 | } |
234 | 234 | ||
235 | 235 | ||
236 | 236 | ||
237 | void PhaseStyle::drawButton(QPainter *p, int x, int y, int w, int h, | 237 | void PhaseStyle::drawButton(QPainter *p, int x, int y, int w, int h, |
238 | const QColorGroup &group, bool sunken , | 238 | const QColorGroup &group, bool sunken , |
239 | const QBrush *fill ) { | 239 | const QBrush *fill ) { |
240 | int x2 = x + w - 1; | 240 | int x2 = x + w - 1; |
241 | int y2 = y + h - 1; | 241 | int y2 = y + h - 1; |
242 | 242 | ||
243 | p->setPen(group.midlight()); | 243 | p->setPen(group.midlight()); |
244 | p->drawLine(x+1, y2, x2, y2); | 244 | p->drawLine(x+1, y2, x2, y2); |
245 | p->drawLine(x2, y+1, x2, y2-1); | 245 | p->drawLine(x2, y+1, x2, y2-1); |
246 | 246 | ||
247 | p->setPen(group.mid()); | 247 | p->setPen(group.mid()); |
248 | p->drawLine(x, y, x2-1, y); | 248 | p->drawLine(x, y, x2-1, y); |
249 | p->drawLine(x, y+1, x, y2-1); | 249 | p->drawLine(x, y+1, x, y2-1); |
250 | 250 | ||
251 | p->setPen(group.button()); | 251 | p->setPen(group.button()); |
252 | p->drawPoint(x, y2); | 252 | p->drawPoint(x, y2); |
253 | p->drawPoint(x2, y); | 253 | p->drawPoint(x2, y); |
254 | 254 | ||
255 | drawBevelButton(p, x+1, y+1, w-2, h-2, group, sunken, | 255 | drawBevelButton(p, x+1, y+1, w-2, h-2, group, sunken, |
256 | fill); | 256 | fill); |
257 | } | 257 | } |
258 | 258 | ||
259 | void PhaseStyle::drawButtonMask( QPainter* p, int x, int y, | 259 | void PhaseStyle::drawButtonMask( QPainter* p, int x, int y, |
260 | int w, int h ) { | 260 | int w, int h ) { |
261 | QRect rect(x, y, w, h ); | 261 | QRect rect(x, y, w, h ); |
262 | p->fillRect(rect, Qt::color1); | 262 | p->fillRect(rect, Qt::color1); |
263 | p->setPen(Qt::color0); | 263 | p->setPen(Qt::color0); |
264 | } | 264 | } |
265 | 265 | ||
266 | 266 | ||
267 | void PhaseStyle::drawBevelButton(QPainter* p, int x, int y, | 267 | void PhaseStyle::drawBevelButton(QPainter* p, int x, int y, |
268 | int w, int h, const QColorGroup& group, | 268 | int w, int h, const QColorGroup& group, |
269 | bool sunken, const QBrush* fill ) { | 269 | bool sunken, const QBrush* fill ) { |
270 | int x2 = x + w - 1; | 270 | int x2 = x + w - 1; |
271 | int y2 = y + h - 1; | 271 | int y2 = y + h - 1; |
272 | p->save(); | 272 | p->save(); |
273 | 273 | ||
274 | p->setPen(group.dark()); | 274 | p->setPen(group.dark()); |
275 | p->drawRect(x, y, w, h); | 275 | p->drawRect(x, y, w, h); |
276 | 276 | ||
277 | p->setPen(sunken ? group.mid() : group.midlight()); | 277 | p->setPen(sunken ? group.mid() : group.midlight()); |
278 | p->drawLine(x+1, y+1, x2-2, y+1); | 278 | p->drawLine(x+1, y+1, x2-2, y+1); |
279 | p->drawLine(x+1, y+2, x+1, y2-2); | 279 | p->drawLine(x+1, y+2, x+1, y2-2); |
280 | 280 | ||
281 | p->setPen(sunken ? group.midlight() : group.mid()); | 281 | p->setPen(sunken ? group.midlight() : group.mid()); |
282 | p->drawLine(x+2, y2-1, x2-1, y2-1); | 282 | p->drawLine(x+2, y2-1, x2-1, y2-1); |
283 | p->drawLine(x2-1, y+2, x2-1, y2-2); | 283 | p->drawLine(x2-1, y+2, x2-1, y2-2); |
284 | 284 | ||
285 | p->setPen(group.button()); | 285 | p->setPen(group.button()); |
286 | p->drawPoint(x+1, y2-1); | 286 | p->drawPoint(x+1, y2-1); |
287 | p->drawPoint(x2-1, y+1); | 287 | p->drawPoint(x2-1, y+1); |
288 | 288 | ||
289 | QBrush b = fill ? *fill : group.brush( QColorGroup::Button ); | 289 | QBrush b = fill ? *fill : group.brush( QColorGroup::Button ); |
290 | if (sunken) { | 290 | if (sunken) { |
291 | // sunken bevels don't get gradients | 291 | // sunken bevels don't get gradients |
292 | p->fillRect(x+2, y+2, w-4, h-4, b); | 292 | p->fillRect(x+2, y+2, w-4, h-4, b); |
293 | } else | 293 | } else |
294 | drawPhaseGradient(p, QRect(x+2, y+2, w-4, h-4), b.color() ); | 294 | drawPhaseGradient(p, QRect(x+2, y+2, w-4, h-4), b.color() ); |
295 | 295 | ||
296 | p->restore(); | 296 | p->restore(); |
297 | } | 297 | } |
298 | 298 | ||
299 | void PhaseStyle::drawPhaseGradient(QPainter* painter, | 299 | void PhaseStyle::drawPhaseGradient(QPainter* painter, |
300 | const QRect& rect, | 300 | const QRect& rect, |
301 | const QColor& color )const { | 301 | const QColor& color )const { |
302 | painter->fillRect(rect, color); | 302 | painter->fillRect(rect, color); |
303 | } | 303 | } |
304 | 304 | ||
305 | void PhaseStyle::polish( QWidget* widget ) { | 305 | void PhaseStyle::polish( QWidget* widget ) { |
306 | QWindowsStyle::polish(widget ); | 306 | QWindowsStyle::polish(widget ); |
307 | 307 | ||
308 | #if 0 | 308 | #if 0 |
309 | if (widget->inherits("QMenuBar") || | 309 | if (widget->inherits("QMenuBar") || |
310 | widget->inherits("QPopupMenu" ) || | 310 | widget->inherits("QPopupMenu" ) || |
311 | widget->inherits("QToolButton") || | 311 | widget->inherits("QToolButton") || |
312 | widget->inherits("QHeader" ) ) { | 312 | widget->inherits("QHeader" ) ) { |
313 | widget->setBackgroundMode(QWidget::NoBackground); | 313 | widget->setBackgroundMode(QWidget::NoBackground); |
314 | } | 314 | } |
315 | // else if (widget->inherits("QFrame") ) { | 315 | // else if (widget->inherits("QFrame") ) { |
316 | // widget->installEventFilter(this); | 316 | // widget->installEventFilter(this); |
317 | // } | 317 | // } |
318 | #endif | 318 | #endif |
319 | } | 319 | } |
320 | 320 | ||
321 | void PhaseStyle::unPolish( QWidget *w ) | 321 | void PhaseStyle::unPolish( QWidget *w ) |
322 | { | 322 | { |
323 | QWindowsStyle::unPolish( w ); | 323 | QWindowsStyle::unPolish( w ); |
324 | } | 324 | } |
325 | 325 | ||
326 | void PhaseStyle::polish( QPalette &pal ) { | 326 | void PhaseStyle::polish( QPalette &pal ) { |
327 | QWindowsStyle::polish( pal ); | 327 | QWindowsStyle::polish( pal ); |
328 | // lighten up a bit, so the look is not so "crisp" | 328 | // lighten up a bit, so the look is not so "crisp" |
329 | if (QPixmap::defaultDepth() > 8) { // but not on low color displays | 329 | if (QPixmap::defaultDepth() > 8) { // but not on low color displays |
330 | pal.setColor(QPalette::Disabled, QColorGroup::Dark, | 330 | pal.setColor(QPalette::Disabled, QColorGroup::Dark, |
331 | pal.color(QPalette::Disabled, QColorGroup::Dark).light(contrast)); | 331 | pal.color(QPalette::Disabled, QColorGroup::Dark).light(contrast)); |
332 | pal.setColor(QPalette::Active, QColorGroup::Dark, | 332 | pal.setColor(QPalette::Active, QColorGroup::Dark, |
333 | pal.color(QPalette::Active, QColorGroup::Dark).light(contrast)); | 333 | pal.color(QPalette::Active, QColorGroup::Dark).light(contrast)); |
334 | pal.setColor(QPalette::Inactive, QColorGroup::Dark, | 334 | pal.setColor(QPalette::Inactive, QColorGroup::Dark, |
335 | pal.color(QPalette::Inactive, QColorGroup::Dark).light(contrast)); | 335 | pal.color(QPalette::Inactive, QColorGroup::Dark).light(contrast)); |
336 | } | 336 | } |
337 | } | 337 | } |
338 | 338 | ||
339 | void PhaseStyle::polish( QApplication* app ) { | 339 | void PhaseStyle::polish( QApplication* app ) { |
340 | QWindowsStyle::polish( app ); | 340 | QWindowsStyle::polish( app ); |
341 | 341 | ||
342 | qt_set_draw_menu_bar_impl((QDrawMenuBarItemImpl)&PhaseStyle::drawMenuBarItem); | 342 | qt_set_draw_menu_bar_impl((QDrawMenuBarItemImpl)&PhaseStyle::drawMenuBarItem); |
343 | } | 343 | } |
344 | 344 | ||
345 | void PhaseStyle::unPolish( QApplication* app ) { | 345 | void PhaseStyle::unPolish( QApplication* app ) { |
346 | QWindowsStyle::unPolish(app); | 346 | QWindowsStyle::unPolish(app); |
347 | qt_set_draw_menu_bar_impl ( 0 ); | 347 | qt_set_draw_menu_bar_impl ( 0 ); |
348 | } | 348 | } |
349 | 349 | ||
350 | void PhaseStyle::drawPushButtonLabel (QPushButton *button, QPainter *painter) { | 350 | void PhaseStyle::drawPushButtonLabel (QPushButton *button, QPainter *painter) { |
351 | bool active = button->isOn() || button->isDown(); | 351 | bool active = button->isOn() || button->isDown(); |
352 | QRect r = pushButtonContentsRect( button ); | 352 | QRect r = pushButtonContentsRect( button ); |
353 | QColorGroup group = button->colorGroup(); | 353 | QColorGroup group = button->colorGroup(); |
354 | int x, y, w, h; | 354 | int x, y, w, h; |
355 | r.rect( &x, &y, &w, &h ); | 355 | r.rect( &x, &y, &w, &h ); |
356 | bool sunken = false; | 356 | bool sunken = false; |
357 | QIconSet::Mode mode; | 357 | QIconSet::Mode mode; |
358 | QPixmap pixmap; | 358 | QPixmap pixmap; |
359 | 359 | ||
360 | if (active) {// shift contents | 360 | if (active) {// shift contents |
361 | x++; y++; | 361 | x++; y++; |
362 | sunken = true; | 362 | sunken = true; |
363 | } | 363 | } |
364 | 364 | ||
365 | 365 | ||
366 | if (button->isMenuButton()) { // draw the indicator | 366 | if (button->isMenuButton()) { // draw the indicator |
367 | //dx = pixelMetric(PM_MenuButtonIndicator, widget); | 367 | //dx = pixelMetric(PM_MenuButtonIndicator, widget); |
368 | int dx = menuButtonIndicatorWidth( button->height() ); | 368 | int dx = menuButtonIndicatorWidth( button->height() ); |
369 | drawArrow(painter, Qt::DownArrow, active, | 369 | drawArrow(painter, Qt::DownArrow, active, |
370 | x+w-dx, y+2, dx-4, h-4, group,button->isEnabled() ); | 370 | x+w-dx, y+2, dx-4, h-4, group,button->isEnabled() ); |
371 | w -= dx; | 371 | w -= dx; |
372 | } | 372 | } |
373 | 373 | ||
374 | if (button->iconSet() && !button->iconSet()->isNull()) { // draw icon | 374 | if (button->iconSet() && !button->iconSet()->isNull()) { // draw icon |
375 | if (button->isEnabled()) { | 375 | if (button->isEnabled()) { |
376 | if (button->hasFocus()) { | 376 | if (button->hasFocus()) { |
377 | mode = QIconSet::Active; | 377 | mode = QIconSet::Active; |
378 | } else { | 378 | } else { |
379 | mode = QIconSet::Normal; | 379 | mode = QIconSet::Normal; |
380 | } | 380 | } |
381 | } else { | 381 | } else { |
382 | mode = QIconSet::Disabled; | 382 | mode = QIconSet::Disabled; |
383 | } | 383 | } |
384 | 384 | ||
385 | #if 0 | 385 | #if 0 |
386 | if (button->isToggleButton() && button->isOn()) { | 386 | if (button->isToggleButton() && button->isOn()) { |
387 | state = true; | 387 | state = true; |
388 | } else { | 388 | } else { |
389 | state = false; | 389 | state = false; |
390 | } | 390 | } |
391 | #endif | 391 | #endif |
392 | 392 | ||
393 | pixmap = button->iconSet()->pixmap(QIconSet::Small, mode); | 393 | pixmap = button->iconSet()->pixmap(QIconSet::Small, mode); |
394 | if (button->text().isEmpty() && !button->pixmap()) { | 394 | if (button->text().isEmpty() && !button->pixmap()) { |
395 | painter->drawPixmap(x+w/2 - pixmap.width()/2, | 395 | painter->drawPixmap(x+w/2 - pixmap.width()/2, |
396 | y+h/2 - pixmap.height()/2, pixmap); | 396 | y+h/2 - pixmap.height()/2, pixmap); |
397 | } else { | 397 | } else { |
398 | painter->drawPixmap(x+4, y+h/2 - pixmap.height()/2, pixmap); | 398 | painter->drawPixmap(x+4, y+h/2 - pixmap.height()/2, pixmap); |
399 | } | 399 | } |
400 | x += pixmap.width() + 4; | 400 | x += pixmap.width() + 4; |
401 | w -= pixmap.width() + 4; | 401 | w -= pixmap.width() + 4; |
402 | } | 402 | } |
403 | 403 | ||
404 | if (active || button->isDefault()) { // default button | 404 | if (active || button->isDefault()) { // default button |
405 | for(int n=0; n<2; n++) { | 405 | for(int n=0; n<2; n++) { |
406 | drawItem(painter, x+n, y, w, h, | 406 | drawItem(painter, x+n, y, w, h, |
407 | AlignCenter | ShowPrefix, | 407 | AlignCenter | ShowPrefix, |
408 | button->colorGroup(), | 408 | button->colorGroup(), |
409 | button->isEnabled(), | 409 | button->isEnabled(), |
410 | button->pixmap(), | 410 | button->pixmap(), |
411 | button->text(), -1, | 411 | button->text(), -1, |
412 | (button->isEnabled()) ? | 412 | (button->isEnabled()) ? |
413 | &button->colorGroup().buttonText() : | 413 | &button->colorGroup().buttonText() : |
414 | &button->colorGroup().mid()); | 414 | &button->colorGroup().mid()); |
415 | } | 415 | } |
416 | } else { // normal button | 416 | } else { // normal button |
417 | drawItem(painter, x, y, w, h, | 417 | drawItem(painter, x, y, w, h, |
418 | AlignCenter | ShowPrefix, | 418 | AlignCenter | ShowPrefix, |
419 | button->colorGroup(), | 419 | button->colorGroup(), |
420 | button->isEnabled(), | 420 | button->isEnabled(), |
421 | button->pixmap(), | 421 | button->pixmap(), |
422 | button->text(), -1, | 422 | button->text(), -1, |
423 | (button->isEnabled()) ? | 423 | (button->isEnabled()) ? |
424 | &button->colorGroup().buttonText() : | 424 | &button->colorGroup().buttonText() : |
425 | &button->colorGroup().mid()); | 425 | &button->colorGroup().mid()); |
426 | } | 426 | } |
427 | } | 427 | } |
428 | 428 | ||
429 | 429 | ||
430 | void PhaseStyle::drawFocusRect(QPainter *painter, const QRect &rect, | 430 | void PhaseStyle::drawFocusRect(QPainter *painter, const QRect &rect, |
431 | const QColorGroup &group, | 431 | const QColorGroup &group, |
432 | const QColor *, bool atBorder) { | 432 | const QColor *, bool atBorder) { |
433 | 433 | ||
434 | 434 | ||
435 | QPen old = painter->pen(); | 435 | QPen old = painter->pen(); |
436 | painter->setPen(group.highlight().dark(contrast)); | 436 | painter->setPen(group.highlight().dark(contrast)); |
437 | painter->setBrush(NoBrush); | 437 | painter->setBrush(NoBrush); |
438 | 438 | ||
439 | if ( atBorder ) | 439 | if ( atBorder ) |
440 | painter->drawRect(QRect(rect.x()+1, rect.y()+1, | 440 | painter->drawRect(QRect(rect.x()+1, rect.y()+1, |
441 | rect.width()-2, rect.height()-2 )); | 441 | rect.width()-2, rect.height()-2 )); |
442 | else | 442 | else |
443 | painter->drawRect(rect); | 443 | painter->drawRect(rect); |
444 | 444 | ||
445 | 445 | ||
446 | painter->setPen(old); | 446 | painter->setPen(old); |
447 | 447 | ||
448 | } | 448 | } |
449 | 449 | ||
450 | void PhaseStyle::drawSeperator( QPainter* painter, int x, int y, int w, | 450 | void PhaseStyle::drawSeperator( QPainter* painter, int x, int y, int w, |
451 | int h, const QColorGroup& group, bool, | 451 | int h, const QColorGroup& group, bool, |
452 | int , int ) { | 452 | int , int ) { |
453 | qWarning( "Seperator" ); | 453 | qWarning( "Seperator" ); |
454 | QRect rect(x, y, w, h); | 454 | QRect rect(x, y, w, h); |
455 | int x2 = rect.right(); | 455 | int x2 = rect.right(); |
456 | int y2 = rect.bottom(); | 456 | int y2 = rect.bottom(); |
457 | 457 | ||
458 | painter->setPen(group.dark()); | 458 | painter->setPen(group.dark()); |
459 | if (w < h) | 459 | if (w < h) |
460 | painter->drawLine(w/2, y, w/2, y2); | 460 | painter->drawLine(w/2, y, w/2, y2); |
461 | else | 461 | else |
462 | painter->drawLine(x, h/2, x2, h/2); | 462 | painter->drawLine(x, h/2, x2, h/2); |
463 | } | 463 | } |
464 | 464 | ||
465 | void PhaseStyle::drawMenuBarItem(QPainter* p, int x, int y, int w, int h, | 465 | void PhaseStyle::drawMenuBarItem(QPainter* p, int x, int y, int w, int h, |
466 | QMenuItem *mi, QColorGroup& g, bool enabled, | 466 | QMenuItem *mi, QColorGroup& g, bool enabled, |
467 | bool act ) { | 467 | bool act ) { |
468 | return QWindowsStyle::drawMenuBarItem(p, x, y, w, h, mi, g, enabled, act); | 468 | return QWindowsStyle::drawMenuBarItem(p, x, y, w, h, mi, g, enabled, act); |
469 | } | 469 | } |
470 | 470 | ||
471 | 471 | ||
472 | void PhaseStyle::drawIndicator(QPainter* painter, int x, int y, int w, int h, | 472 | void PhaseStyle::drawIndicator(QPainter* painter, int x, int y, int w, int h, |
473 | const QColorGroup &group, int state, bool, | 473 | const QColorGroup &group, int state, bool, |
474 | bool enabled ) { | 474 | bool enabled ) { |
475 | drawPanel(painter, x, y, w, h, group, true, 1, enabled ? | 475 | drawPanel(painter, x, y, w, h, group, true, 1, enabled ? |
476 | &group.brush(QColorGroup::Base) : | 476 | &group.brush(QColorGroup::Base) : |
477 | &group.brush(QColorGroup::Background)); | 477 | &group.brush(QColorGroup::Background)); |
478 | 478 | ||
479 | if (QButton::On == state ) { | 479 | if (QButton::On == state ) { |
480 | painter->setPen(group.dark()); | 480 | painter->setPen(group.dark()); |
481 | painter->drawRect(x+3, y+3, w-6, h-6); | 481 | painter->drawRect(x+3, y+3, w-6, h-6); |
482 | painter->fillRect(x+4, y+4, w-8, h-8, | 482 | painter->fillRect(x+4, y+4, w-8, h-8, |
483 | group.brush(QColorGroup::Highlight)); | 483 | group.brush(QColorGroup::Highlight)); |
484 | } | 484 | } |
485 | } | 485 | } |
486 | 486 | ||
487 | 487 | ||
488 | void PhaseStyle::drawExclusiveIndicator(QPainter* painter, int x, int y, int w, int h, | 488 | void PhaseStyle::drawExclusiveIndicator(QPainter* painter, int x, int y, int w, int h, |
489 | const QColorGroup &group, bool on, | 489 | const QColorGroup &group, bool on, |
490 | bool /*down*/, bool enabled) { | 490 | bool /*down*/, bool enabled) { |
491 | 491 | ||
492 | QRect r(x, y, w, h ); | 492 | QRect r(x, y, w, h ); |
493 | 493 | ||
494 | 494 | ||
495 | /* | 495 | /* |
496 | * As Polygon and Polyline are broken in Qt2 lets use | 496 | * As Polygon and Polyline are broken in Qt2 lets use |
497 | * something not that spectacilur -> ellipse | 497 | * something not that spectacilur -> ellipse |
498 | */ | 498 | */ |
499 | painter->save(); | 499 | painter->save(); |
500 | painter->fillRect(x, y, w, h, group.background()); | 500 | painter->fillRect(x, y, w, h, group.background()); |
501 | 501 | ||
502 | 502 | ||
503 | painter->setBrush(enabled | 503 | painter->setBrush(enabled |
504 | ? group.brush(QColorGroup::Base) | 504 | ? group.brush(QColorGroup::Base) |
505 | : group.brush(QColorGroup::Background)); | 505 | : group.brush(QColorGroup::Background)); |
506 | painter->setPen(group.dark()); | 506 | painter->setPen(group.dark()); |
507 | 507 | ||
508 | if (0 == w % 2) --w; | 508 | if (0 == w % 2) --w; |
509 | if (0 == h % 2) --h; | 509 | if (0 == h % 2) --h; |
510 | painter->drawEllipse(x, y, w, h ); | 510 | painter->drawEllipse(x, y, w, h ); |
511 | 511 | ||
512 | if(on) { | 512 | if(on) { |
513 | painter->setBrush(group.brush(QColorGroup::Highlight)); | 513 | painter->setBrush(group.brush(QColorGroup::Highlight)); |
514 | painter->drawEllipse(x+3,y+3,w-6,h-6); | 514 | painter->drawEllipse(x+3,y+3,w-6,h-6); |
515 | } | 515 | } |
516 | 516 | ||
517 | painter->restore(); | 517 | painter->restore(); |
518 | } | 518 | } |
519 | 519 | ||
520 | 520 | ||
521 | /* | 521 | /* |
522 | * Does not get called in QWS as it seems | 522 | * Does not get called in QWS as it seems |
523 | */ | 523 | */ |
524 | void PhaseStyle::drawExclusiveIndicatorMask(QPainter *painter, int x, int y, int w, | 524 | void PhaseStyle::drawExclusiveIndicatorMask(QPainter *painter, int x, int y, int w, |
525 | int h, bool /*on*/ ) { | 525 | int h, bool /*on*/ ) { |
526 | return; | 526 | return; |
527 | 527 | ||
528 | 528 | ||
529 | 529 | ||
530 | if (0 != w%2) --w; | 530 | if (0 != w%2) --w; |
531 | if (0 != h%2) --h; | 531 | if (0 != h%2) --h; |
532 | 532 | ||
533 | QRect r(x, y, w, h ); | 533 | QRect r(x, y, w, h ); |
534 | int x2 = r.right(); | 534 | int x2 = r.right(); |
535 | int y2 = r.bottom(); | 535 | int y2 = r.bottom(); |
536 | int cx = (x + x2) / 2; | 536 | int cx = (x + x2) / 2; |
537 | int cy = (y + y2) / 2; | 537 | int cy = (y + y2) / 2; |
538 | QPointArray parray; | 538 | QPointArray parray; |
539 | 539 | ||
540 | 540 | ||
541 | painter->setBrush(Qt::color1); | 541 | painter->setBrush(Qt::color1); |
542 | painter->setPen(Qt::color1); | 542 | painter->setPen(Qt::color1); |
543 | parray.putPoints(0, 8, | 543 | parray.putPoints(0, 8, |
544 | x,cy+1, x,cy, cx,y, cx+1,y, | 544 | x,cy+1, x,cy, cx,y, cx+1,y, |
545 | x2,cy, x2,cy+1, cx+1,y2, cx,y2); | 545 | x2,cy, x2,cy+1, cx+1,y2, cx,y2); |
546 | painter->drawPolygon(parray, 0, 8); | 546 | painter->drawPolygon(parray, 0, 8); |
547 | } | 547 | } |
548 | 548 | ||
549 | int PhaseStyle::defaultFrameWidth()const { | 549 | int PhaseStyle::defaultFrameWidth()const { |
550 | return 1; | 550 | return 1; |
551 | } | 551 | } |
552 | 552 | ||
553 | int PhaseStyle::popupMenuItemHeight ( bool , | 553 | int PhaseStyle::popupMenuItemHeight ( bool , |
554 | QMenuItem * mi, | 554 | QMenuItem * mi, |
555 | const QFontMetrics & fm ) { | 555 | const QFontMetrics & fm ) { |
556 | int h = 0; | 556 | int h = 0; |
557 | if (mi->custom() ) { | 557 | if (mi->custom() ) { |
558 | h = mi->custom()->sizeHint().height(); | 558 | h = mi->custom()->sizeHint().height(); |
559 | if (!mi->custom()->fullSpan() ) | 559 | if (!mi->custom()->fullSpan() ) |
560 | h += ITEMVMARGIN*2 + ITEMFRAME*2; | 560 | h += ITEMVMARGIN*2 + ITEMFRAME*2; |
561 | }else if (mi->isSeparator() ) { | 561 | }else if (mi->isSeparator() ) { |
562 | h = 1; | 562 | h = 1; |
563 | }else { | 563 | }else { |
564 | if ( mi->pixmap() ) { | 564 | if ( mi->pixmap() ) { |
565 | h = QMAX(h, mi->pixmap()->height() + ITEMFRAME*2); | 565 | h = QMAX(h, mi->pixmap()->height() + ITEMFRAME*2); |
566 | }else { | 566 | }else { |
567 | h = QMAX(h, MINICONSIZE+ITEMFRAME*2 ); | 567 | h = QMAX(h, MINICONSIZE+ITEMFRAME*2 ); |
568 | h = QMAX(h, fm.height() | 568 | h = QMAX(h, fm.height() |
569 | + ITEMVMARGIN*2 + ITEMFRAME*2 ); | 569 | + ITEMVMARGIN*2 + ITEMFRAME*2 ); |
570 | } | 570 | } |
571 | if ( mi->iconSet() ) | 571 | if ( mi->iconSet() ) |
572 | h = QMAX(h, mi->iconSet()-> | 572 | h = QMAX(h, mi->iconSet()-> |
573 | pixmap(QIconSet::Small, QIconSet::Normal ).height() | 573 | pixmap(QIconSet::Small, QIconSet::Normal ).height() |
574 | + ITEMFRAME*2 ); | 574 | + ITEMFRAME*2 ); |
575 | } | 575 | } |
576 | 576 | ||
577 | 577 | ||
578 | return h; | 578 | return h; |
579 | } | 579 | } |
580 | 580 | ||
581 | int PhaseStyle::extraPopupMenuItemWidth(bool checkable, int maxpmw, | 581 | int PhaseStyle::extraPopupMenuItemWidth(bool checkable, int maxpmw, |
582 | QMenuItem* mi, const QFontMetrics& ) { | 582 | QMenuItem* mi, const QFontMetrics& ) { |
583 | int w = 0; | 583 | int w = 0; |
584 | if (mi->isSeparator() ) | 584 | if (mi->isSeparator() ) |
585 | return 3; | 585 | return 3; |
586 | 586 | ||
587 | else if ( mi->pixmap() ) | 587 | else if ( mi->pixmap() ) |
588 | w = mi->pixmap()->width(); | 588 | w = mi->pixmap()->width(); |
589 | 589 | ||
590 | if (!mi->text().isNull() && | 590 | if (!mi->text().isNull() && |
591 | mi->text().find('\t' ) >= 0 ) | 591 | mi->text().find('\t' ) >= 0 ) |
592 | w += 12; | 592 | w += 12; |
593 | else if ( mi->popup() ) | 593 | else if ( mi->popup() ) |
594 | w += 2*ARROWMARGIN; | 594 | w += 2*ARROWMARGIN; |
595 | 595 | ||
596 | if ( maxpmw ) | 596 | if ( maxpmw ) |
597 | w += maxpmw +4; | 597 | w += maxpmw +4; |
598 | 598 | ||
599 | 599 | ||
600 | if ( maxpmw > 0 || checkable ) | 600 | if ( maxpmw > 0 || checkable ) |
601 | w += ITEMHMARGIN*2+8; | 601 | w += ITEMHMARGIN*2+8; |
602 | 602 | ||
603 | w += RIGHTBORDER; | 603 | w += RIGHTBORDER; |
604 | return w; | 604 | return w; |
605 | } | 605 | } |
606 | 606 | ||
607 | QSize PhaseStyle::indicatorSize()const { | 607 | QSize PhaseStyle::indicatorSize()const { |
608 | return QSize( 11, 11 ); | 608 | return QSize( 11, 11 ); |
609 | } | 609 | } |
610 | 610 | ||
611 | QSize PhaseStyle::exclusiveIndicatorSize()const { | 611 | QSize PhaseStyle::exclusiveIndicatorSize()const { |
612 | return QSize( 11, 11 ); | 612 | return QSize( 11, 11 ); |
613 | } | 613 | } |
614 | 614 | ||
615 | void PhaseStyle::getButtonShift( int &x, int &y ) { | 615 | void PhaseStyle::getButtonShift( int &x, int &y ) { |
616 | x++; | 616 | x++; |
617 | y++; | 617 | y++; |
618 | } | 618 | } |
619 | 619 | ||
620 | void PhaseStyle::drawPopupMenuItem ( QPainter * p, bool checkable, | 620 | void PhaseStyle::drawPopupMenuItem ( QPainter * p, bool checkable, |
621 | int maxpmw,int tabwidth, | 621 | int maxpmw,int tabwidth, |
622 | QMenuItem * mi, const QPalette & pal, | 622 | QMenuItem * mi, const QPalette & pal, |
623 | bool act, bool enabled, int x, | 623 | bool act, bool enabled, int x, |
624 | int y, int w, int h ) { | 624 | int y, int w, int h ) { |
625 | if ( !mi ) | 625 | if ( !mi ) |
626 | return; | 626 | return; |
627 | 627 | ||
628 | QRect rect(x, y, w, h ); | 628 | QRect rect(x, y, w, h ); |
629 | int x2, y2; | 629 | int x2, y2; |
630 | x2 = rect.right(); | 630 | x2 = rect.right(); |
631 | y2 = rect.bottom(); | 631 | y2 = rect.bottom(); |
632 | const QColorGroup& g = pal.active(); | 632 | const QColorGroup& g = pal.active(); |
633 | QColorGroup itemg = !enabled ? pal.disabled() : pal.active(); | 633 | QColorGroup itemg = !enabled ? pal.disabled() : pal.active(); |
634 | 634 | ||
635 | if ( checkable || maxpmw ) maxpmw = QMAX(maxpmw, 20); | 635 | if ( checkable || maxpmw ) maxpmw = QMAX(maxpmw, 20); |
636 | 636 | ||
637 | if (act && enabled ) | 637 | if (act && enabled ) |
638 | p->fillRect(x, y, w, h, g.highlight() ); | 638 | p->fillRect(x, y, w, h, g.highlight() ); |
639 | else | 639 | else |
640 | p->fillRect(x, y, w, h, g.background() ); | 640 | p->fillRect(x, y, w, h, g.background() ); |
641 | 641 | ||
642 | // draw seperator | 642 | // draw seperator |
643 | if (mi->isSeparator() ) { | 643 | if (mi->isSeparator() ) { |
644 | p->setPen( g.dark() ); | 644 | p->setPen( g.dark() ); |
645 | p->drawLine( x+8, y+1, x+w-8, y+1 ); | 645 | p->drawLine( x+8, y+1, x+w-8, y+1 ); |
646 | 646 | ||
647 | p->setPen( g.mid() ); | 647 | p->setPen( g.mid() ); |
648 | p->drawLine( x+8, y, x+w-8, y ); | 648 | p->drawLine( x+8, y, x+w-8, y ); |
649 | p->drawPoint(x+w,y+1); | 649 | p->drawPoint(x+w,y+1); |
650 | 650 | ||
651 | p->setPen( g.midlight() ); | 651 | p->setPen( g.midlight() ); |
652 | p->drawLine( x+8, y-1, x+w-8, y-1 ); | 652 | p->drawLine( x+8, y-1, x+w-8, y-1 ); |
653 | p->drawPoint(x+8, y ); | 653 | p->drawPoint(x+8, y ); |
654 | return; | 654 | return; |
655 | } | 655 | } |
656 | 656 | ||
657 | // draw icon | 657 | // draw icon |
658 | QIconSet::Mode mode; | 658 | QIconSet::Mode mode; |
659 | if ( mi->iconSet() && !mi->isChecked() ) { | 659 | if ( mi->iconSet() && !mi->isChecked() ) { |
660 | if ( act ) | 660 | if ( act ) |
661 | mode = enabled ? QIconSet::Active : QIconSet::Disabled; | 661 | mode = enabled ? QIconSet::Active : QIconSet::Disabled; |
662 | else | 662 | else |
663 | mode = enabled ? QIconSet::Normal : QIconSet::Disabled; | 663 | mode = enabled ? QIconSet::Normal : QIconSet::Disabled; |
664 | QPixmap pixmap = mi->iconSet()->pixmap(QIconSet::Small, mode ); | 664 | QPixmap pixmap = mi->iconSet()->pixmap(QIconSet::Small, mode ); |
665 | QRect pmrect(0, 0, pixmap.width(), pixmap.height() ); | 665 | QRect pmrect(0, 0, pixmap.width(), pixmap.height() ); |
666 | QRect cr(x, y, maxpmw, h ); | 666 | QRect cr(x, y, maxpmw, h ); |
667 | pmrect.moveCenter( cr.center() ); | 667 | pmrect.moveCenter( cr.center() ); |
668 | p->drawPixmap(pmrect.topLeft(), pixmap); | 668 | p->drawPixmap(pmrect.topLeft(), pixmap); |
669 | } | 669 | } |
670 | 670 | ||
671 | // draw check | 671 | // draw check |
672 | if(mi->isChecked() ) { | 672 | if(mi->isChecked() ) { |
673 | drawCheckMark(p, x, y, maxpmw, h, itemg, act, !enabled ); | 673 | drawCheckMark(p, x, y, maxpmw, h, itemg, act, !enabled ); |
674 | } | 674 | } |
675 | 675 | ||
676 | 676 | ||
677 | // draw text | 677 | // draw text |
678 | int xm = maxpmw + 2; | 678 | int xm = maxpmw + 2; |
679 | int xp = x + xm; | 679 | int xp = x + xm; |
680 | int tw = w -xm - 2; | 680 | int tw = w -xm - 2; |
681 | 681 | ||
682 | p->setPen( enabled ? ( act ? g.highlightedText() : g.buttonText() ) : | 682 | p->setPen( enabled ? ( act ? g.highlightedText() : g.buttonText() ) : |
683 | g.mid() ); | 683 | g.mid() ); |
684 | 684 | ||
685 | 685 | ||
686 | if ( mi->custom() ) { | 686 | if ( mi->custom() ) { |
687 | p->save(); | 687 | p->save(); |
688 | mi->custom()->paint(p, g, act, enabled, | 688 | mi->custom()->paint(p, g, act, enabled, |
689 | xp, y+1, tw, h-2 ); | 689 | xp, y+1, tw, h-2 ); |
690 | p->restore(); | 690 | p->restore(); |
691 | }else { // draw label | 691 | }else { // draw label |
692 | QString text = mi->text(); | 692 | QString text = mi->text(); |
693 | if (!text.isNull() ) { | 693 | if (!text.isNull() ) { |
694 | int t = text.find('\t'); | 694 | int t = text.find('\t'); |
695 | const int tflags = AlignVCenter | DontClip | | 695 | const int tflags = AlignVCenter | DontClip | |
696 | ShowPrefix | SingleLine | | 696 | ShowPrefix | SingleLine | |
697 | AlignLeft; | 697 | AlignLeft; |
698 | 698 | ||
699 | if (t >= 0) { | 699 | if (t >= 0) { |
700 | int tabx = x + w - tabwidth - RIGHTBORDER - | 700 | int tabx = x + w - tabwidth - RIGHTBORDER - |
701 | ITEMHMARGIN - ITEMFRAME; | 701 | ITEMHMARGIN - ITEMFRAME; |
702 | p->drawText(tabx, y+ITEMVMARGIN, tabwidth, | 702 | p->drawText(tabx, y+ITEMVMARGIN, tabwidth, |
703 | h-2*ITEMVMARGIN, tflags, | 703 | h-2*ITEMVMARGIN, tflags, |
704 | text.mid(t+1) ); | 704 | text.mid(t+1) ); |
705 | text = text.left(t ); | 705 | text = text.left(t ); |
706 | } | 706 | } |
707 | 707 | ||
708 | // draw left label | 708 | // draw left label |
709 | p->drawText(xp, y+ITEMVMARGIN, | 709 | p->drawText(xp, y+ITEMVMARGIN, |
710 | tw, h-2*ITEMVMARGIN, | 710 | tw, h-2*ITEMVMARGIN, |
711 | tflags, text, t); | 711 | tflags, text, t); |
712 | }else if ( mi->pixmap() ) { // pixmap as label | 712 | }else if ( mi->pixmap() ) { // pixmap as label |
713 | QPixmap pixmap = *mi->pixmap(); | 713 | QPixmap pixmap = *mi->pixmap(); |
714 | if ( pixmap.depth() == 1 ) | 714 | if ( pixmap.depth() == 1 ) |
715 | p->setBackgroundMode( OpaqueMode ); | 715 | p->setBackgroundMode( OpaqueMode ); |
716 | 716 | ||
717 | int dx = ((w-pixmap.width() ) /2 ) + | 717 | int dx = ((w-pixmap.width() ) /2 ) + |
718 | ((w - pixmap.width()) %2 ); | 718 | ((w - pixmap.width()) %2 ); |
719 | p->drawPixmap(x+dx, y+ITEMFRAME, pixmap ); | 719 | p->drawPixmap(x+dx, y+ITEMFRAME, pixmap ); |
720 | 720 | ||
721 | if ( pixmap.depth() == 1 ) | 721 | if ( pixmap.depth() == 1 ) |
722 | p->setBackgroundMode( TransparentMode ); | 722 | p->setBackgroundMode( TransparentMode ); |
723 | } | 723 | } |
724 | } | 724 | } |
725 | 725 | ||
726 | if ( mi->popup() ) { // draw submenu arrow | 726 | if ( mi->popup() ) { // draw submenu arrow |
727 | int dim = (h-2*ITEMFRAME) / 2; | 727 | int dim = (h-2*ITEMFRAME) / 2; |
728 | drawArrow( p, RightArrow, false, | 728 | drawArrow( p, RightArrow, false, |
729 | x+w-ARROWMARGIN-ITEMFRAME-dim, | 729 | x+w-ARROWMARGIN-ITEMFRAME-dim, |
730 | y+h/2-dim/2, dim, dim, g, enabled ); | 730 | y+h/2-dim/2, dim, dim, g, enabled ); |
731 | } | 731 | } |
732 | } | 732 | } |
733 | 733 | ||
734 | 734 | ||
735 | QRect PhaseStyle::comboButtonRect ( int x, int y, int w, int h ) { | 735 | QRect PhaseStyle::comboButtonRect ( int x, int y, int w, int h ) { |
736 | return QRect(x+2, y+2, w-4-17, h-5 ); | 736 | return QRect(x+2, y+2, w-4-17, h-5 ); |
737 | } | 737 | } |
738 | 738 | ||
739 | void PhaseStyle::drawComboButton( QPainter * p, int x, int y, | 739 | void PhaseStyle::drawComboButton( QPainter * p, int x, int y, |
740 | int w, int h, | 740 | int w, int h, |
741 | const QColorGroup & g, | 741 | const QColorGroup & g, |
742 | bool sunken, | 742 | bool sunken, |
743 | bool editable, | 743 | bool editable, |
744 | bool, | 744 | bool, |
745 | const QBrush *) { | 745 | const QBrush *) { |
746 | drawButton(p, x, y, w, h, g, | 746 | drawButton(p, x, y, w, h, g, |
747 | sunken, &g.brush(QColorGroup::Button )); | 747 | sunken, &g.brush(QColorGroup::Button )); |
748 | 748 | ||
749 | for ( int n = 0; n < 2; ++n ) | 749 | for ( int n = 0; n < 2; ++n ) |
750 | kColorBitmaps(p, g, w-16+(6*n), y+(h/2)-2, | 750 | kColorBitmaps(p, g, w-16+(6*n), y+(h/2)-2, |
751 | 0, &doodad_mid, &doodad_light, 0, 0, 0 ); | 751 | 0, &doodad_mid, &doodad_light, 0, 0, 0 ); |
752 | 752 | ||
753 | 753 | ||
754 | if (editable ) { | 754 | if (editable ) { |
755 | const int x2 = x+w-1; const int y2 = y+h-1; | 755 | const int x2 = x+w-1; const int y2 = y+h-1; |
756 | p->setPen(g.dark()); | 756 | p->setPen(g.dark()); |
757 | p->drawLine(x2+1, y, x2+1, y2); | 757 | p->drawLine(x2+1, y, x2+1, y2); |
758 | p->setPen(g.midlight()); | 758 | p->setPen(g.midlight()); |
759 | p->drawLine(x2+2, y, x2+2, y2-1); | 759 | p->drawLine(x2+2, y, x2+2, y2-1); |
760 | p->setPen(g.button()); | 760 | p->setPen(g.button()); |
761 | p->drawPoint(x2+2, y2); | 761 | p->drawPoint(x2+2, y2); |
762 | } | 762 | } |
763 | 763 | ||
764 | p->setPen(g.buttonText() ); | 764 | p->setPen(g.buttonText() ); |
765 | } | 765 | } |
766 | 766 | ||
767 | void PhaseStyle::tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int& ov ) { | 767 | void PhaseStyle::tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int& ov ) { |
768 | QCommonStyle::tabbarMetrics( t, hframe, vframe, ov ); | 768 | QCommonStyle::tabbarMetrics( t, hframe, vframe, ov ); |
769 | hframe -= 2; | 769 | hframe -= 2; |
770 | vframe += 1; | 770 | vframe += 1; |
771 | } | 771 | } |
772 | 772 | ||
773 | 773 | ||
774 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, | 774 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, |
775 | bool selected ) { | 775 | bool selected ) { |
776 | bool edge = false; | 776 | bool edge = false; |
777 | int x, y, w, h; | 777 | int x, y, w, h; |
778 | QRect r = tab->rect(); | 778 | QRect r = tab->rect(); |
779 | r.rect(&x,&y,&w,&h); | 779 | r.rect(&x,&y,&w,&h); |
780 | const int x2 = x+w-1; | 780 | const int x2 = x+w-1; |
781 | const int y2 = y+h-1; | 781 | const int y2 = y+h-1; |
782 | const QColorGroup &group = bar->colorGroup(); | 782 | const QColorGroup &group = bar->colorGroup(); |
783 | 783 | ||
784 | 784 | ||
785 | painter->save(); | 785 | painter->save(); |
786 | 786 | ||
787 | // what position is the tab? | 787 | // what position is the tab? |
788 | if ((bar->count() == 1 )) | 788 | if ((bar->count() == 1 )) |
789 | edge = true; | 789 | edge = true; |
790 | else | 790 | else |
791 | edge = false; | 791 | edge = false; |
792 | 792 | ||
793 | switch (QTabBar::Shape(bar->shape())) { | 793 | switch (QTabBar::Shape(bar->shape())) { |
794 | case QTabBar::RoundedAbove: | 794 | case QTabBar::RoundedAbove: |
795 | case QTabBar::TriangularAbove: { | 795 | case QTabBar::TriangularAbove: { |
796 | if (!selected) { // shorten | 796 | if (!selected) { // shorten |
797 | y += 2; h -= 2; | 797 | y += 2; h -= 2; |
798 | } | 798 | } |
799 | if (selected) { | 799 | if (selected) { |
800 | painter->setPen(Qt::NoPen); | 800 | painter->setPen(Qt::NoPen); |
801 | painter->fillRect(x+1, y+1, w-1, h-1, | 801 | painter->fillRect(x+1, y+1, w-1, h-1, |
802 | group.brush(QColorGroup::Background)); | 802 | group.brush(QColorGroup::Background)); |
803 | } else | 803 | } else |
804 | drawPhaseGradient(painter, QRect(x+1, y+1, w-1, h-2), | 804 | drawPhaseGradient(painter, QRect(x+1, y+1, w-1, h-2), |
805 | group.background().dark(contrast) ); | 805 | group.background().dark(contrast) ); |
806 | 806 | ||
807 | 807 | ||
808 | // draw tab | 808 | // draw tab |
809 | painter->setPen(group.dark()); | 809 | painter->setPen(group.dark()); |
810 | painter->drawLine(x, y, x, y2-2); | 810 | painter->drawLine(x, y, x, y2-2); |
811 | painter->drawLine(x+1, y, x2, y); | 811 | painter->drawLine(x+1, y, x2, y); |
812 | painter->drawLine(x2, y+1, x2, y2-2); | 812 | painter->drawLine(x2, y+1, x2, y2-2); |
813 | 813 | ||
814 | painter->setPen(group.mid()); | 814 | painter->setPen(group.mid()); |
815 | painter->drawLine(x2-1, y+2, x2-1, y2-2); | 815 | painter->drawLine(x2-1, y+2, x2-1, y2-2); |
816 | 816 | ||
817 | painter->setPen(group.midlight()); | 817 | painter->setPen(group.midlight()); |
818 | painter->drawLine(x+1, y+1, x2-2, y+1); | 818 | painter->drawLine(x+1, y+1, x2-2, y+1); |
819 | if ((selected) || edge) painter->drawLine(x+1, y+2, x+1, y2-2); | 819 | if ((selected) || edge) painter->drawLine(x+1, y+2, x+1, y2-2); |
820 | 820 | ||
821 | // finish off bottom | 821 | // finish off bottom |
822 | if (selected) { | 822 | if (selected) { |
823 | painter->setPen(group.dark()); | 823 | painter->setPen(group.dark()); |
824 | painter->drawPoint(x, y2-1); | 824 | painter->drawPoint(x, y2-1); |
825 | painter->drawPoint(x2, y2-1); | 825 | painter->drawPoint(x2, y2-1); |
826 | 826 | ||
827 | painter->setPen(group.midlight()); | 827 | painter->setPen(group.midlight()); |
828 | painter->drawPoint(x, y2); | 828 | painter->drawPoint(x, y2); |
829 | painter->drawLine(x+1, y2-1, x+1, y2); | 829 | painter->drawLine(x+1, y2-1, x+1, y2); |
830 | painter->drawPoint(x2, y2); | 830 | painter->drawPoint(x2, y2); |
831 | 831 | ||
832 | painter->setPen(group.mid()); | 832 | painter->setPen(group.mid()); |
833 | painter->drawPoint(x2-1, y2-1); | 833 | painter->drawPoint(x2-1, y2-1); |
834 | 834 | ||
835 | if (edge) { | 835 | if (edge) { |
836 | painter->setPen(group.dark()); | 836 | painter->setPen(group.dark()); |
837 | painter->drawLine(x, y2-1, x, y2); | 837 | painter->drawLine(x, y2-1, x, y2); |
838 | painter->setPen(group.midlight()); | 838 | painter->setPen(group.midlight()); |
839 | painter->drawPoint(x+1, y2); | 839 | painter->drawPoint(x+1, y2); |
840 | } | 840 | } |
841 | } else { | 841 | } else { |
842 | painter->setPen(group.dark()); | 842 | painter->setPen(group.dark()); |
843 | painter->drawLine(x, y2-1, x2, y2-1); | 843 | painter->drawLine(x, y2-1, x2, y2-1); |
844 | 844 | ||
845 | painter->setPen(group.midlight()); | 845 | painter->setPen(group.midlight()); |
846 | painter->drawLine(x, y2, x2, y2); | 846 | painter->drawLine(x, y2, x2, y2); |
847 | 847 | ||
848 | if (edge) { | 848 | if (edge) { |
849 | painter->setPen(group.dark()); | 849 | painter->setPen(group.dark()); |
850 | painter->drawLine(x, y2-1, x, y2); | 850 | painter->drawLine(x, y2-1, x, y2); |
851 | } | 851 | } |
852 | } | 852 | } |
853 | break; | 853 | break; |
854 | } | 854 | } |
855 | case QTabBar::RoundedBelow: | 855 | case QTabBar::RoundedBelow: |
856 | case QTabBar::TriangularBelow: { | 856 | case QTabBar::TriangularBelow: { |
857 | painter->setBrush( group.background().dark(contrast)); | 857 | painter->setBrush( group.background().dark(contrast)); |
858 | painter->setPen(Qt::NoPen); | 858 | painter->setPen(Qt::NoPen); |
859 | painter->fillRect(x+1, y+1, w-1, h-1, painter->brush()); | 859 | painter->fillRect(x+1, y+1, w-1, h-1, painter->brush()); |
860 | 860 | ||
861 | // draw tab | 861 | // draw tab |
862 | painter->setPen(group.dark()); | 862 | painter->setPen(group.dark()); |
863 | painter->drawLine(x, y+1, x, y2); | 863 | painter->drawLine(x, y+1, x, y2); |
864 | painter->drawLine(x+1, y2, x2, y2); | 864 | painter->drawLine(x+1, y2, x2, y2); |
865 | painter->drawLine(x2, y+1, x2, y2-1); | 865 | painter->drawLine(x2, y+1, x2, y2-1); |
866 | 866 | ||
867 | painter->setPen(group.mid()); | 867 | painter->setPen(group.mid()); |
868 | painter->drawLine(x2-1, y+1, x2-1, y2-1); | 868 | painter->drawLine(x2-1, y+1, x2-1, y2-1); |
869 | painter->drawLine(x+2, y2-1, x2-1, y2-1); | 869 | painter->drawLine(x+2, y2-1, x2-1, y2-1); |
870 | painter->drawPoint(x, y); | 870 | painter->drawPoint(x, y); |
871 | painter->drawPoint(x2, y); | 871 | painter->drawPoint(x2, y); |
872 | 872 | ||
873 | if ((selected) || edge) { | 873 | if ((selected) || edge) { |
874 | painter->setPen(group.midlight()); | 874 | painter->setPen(group.midlight()); |
875 | painter->drawLine(x+1, y+1, x+1, y2-2); | 875 | painter->drawLine(x+1, y+1, x+1, y2-2); |
876 | } | 876 | } |
877 | 877 | ||
878 | // finish off top | 878 | // finish off top |
879 | if (selected) { | 879 | if (selected) { |
880 | if (edge) { | 880 | if (edge) { |
881 | painter->setPen(group.dark()); | 881 | painter->setPen(group.dark()); |
882 | painter->drawPoint(x, y); | 882 | painter->drawPoint(x, y); |
883 | painter->setPen(group.midlight()); | 883 | painter->setPen(group.midlight()); |
884 | painter->drawPoint(x+1, y); | 884 | painter->drawPoint(x+1, y); |
885 | } | 885 | } |
886 | } else { | 886 | } else { |
887 | painter->setPen(group.dark()); | 887 | painter->setPen(group.dark()); |
888 | painter->drawLine(x, y+1, x2, y+1); | 888 | painter->drawLine(x, y+1, x2, y+1); |
889 | 889 | ||
890 | painter->setPen(group.mid()); | 890 | painter->setPen(group.mid()); |
891 | painter->drawLine(x, y, x2, y); | 891 | painter->drawLine(x, y, x2, y); |
892 | 892 | ||
893 | if (edge) { | 893 | if (edge) { |
894 | painter->setPen(group.dark()); | 894 | painter->setPen(group.dark()); |
895 | painter->drawPoint(x, y); | 895 | painter->drawPoint(x, y); |
896 | } | 896 | } |
897 | } | 897 | } |
898 | break; | 898 | break; |
899 | } | 899 | } |
900 | } | 900 | } |
901 | 901 | ||
902 | painter->restore(); | 902 | painter->restore(); |
903 | } | 903 | } |
904 | 904 | ||
905 | void PhaseStyle::drawTabMask( QPainter* p, const QTabBar*, QTab* tab, | 905 | void PhaseStyle::drawTabMask( QPainter* p, const QTabBar*, QTab* tab, |
906 | bool ) { | 906 | bool ) { |
907 | p->fillRect(tab->rect(), Qt::color1); | 907 | p->fillRect(tab->rect(), Qt::color1); |
908 | } | 908 | } |
909 | 909 | ||
910 | void PhaseStyle::drawToolButton(QPainter * p, int x, int y, | 910 | void PhaseStyle::drawToolButton(QPainter * p, int x, int y, |
911 | int w, int h, const QColorGroup & g, | 911 | int w, int h, const QColorGroup & g, |
912 | bool sunken, | 912 | bool sunken, |
913 | const QBrush * fill ) { | 913 | const QBrush * fill ) { |
914 | QRect r(x, y, w, h ); | 914 | QRect r(x, y, w, h ); |
915 | p->fillRect(r, g.background()); | 915 | p->fillRect(r, g.background()); |
916 | 916 | ||
917 | drawPanel(p, x, y, w, h, g, sunken, 1, | 917 | drawPanel(p, x, y, w, h, g, sunken, 1, |
918 | fill ? fill : &g.brush(QColorGroup::Button) ); | 918 | fill ? fill : &g.brush(QColorGroup::Button) ); |
919 | 919 | ||
920 | 920 | ||
921 | p->setPen(g.text() ); | 921 | p->setPen(g.text() ); |
922 | } | 922 | } |
923 | 923 | ||
924 | 924 | ||
925 | /* | 925 | /* |
926 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 926 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
927 | * | 927 | * |
928 | * ../web/webstyle.cpp | 928 | * ../web/webstyle.cpp |
929 | */ | 929 | */ |
930 | void PhaseStyle::scrollBarMetrics(const QScrollBar* sb, int& sliderMin, | 930 | void PhaseStyle::scrollBarMetrics(const QScrollBar* sb, int& sliderMin, |
931 | int& sliderMax, int &sliderLength, | 931 | int& sliderMax, int &sliderLength, |
932 | int& buttonDim ) { | 932 | int& buttonDim ) { |
933 | int maxlen; | 933 | int maxlen; |
934 | bool horizontal = sb->orientation() == QScrollBar::Horizontal; | 934 | bool horizontal = sb->orientation() == QScrollBar::Horizontal; |
935 | int len = (horizontal) ? sb->width() : sb->height(); | 935 | int len = (horizontal) ? sb->width() : sb->height(); |
936 | int extent = (horizontal) ? sb->height() : sb->width(); | 936 | int extent = (horizontal) ? sb->height() : sb->width(); |
937 | 937 | ||
938 | if (len > (extent - 1) * 2) | 938 | if (len > (extent - 1) * 2) |
939 | buttonDim = extent; | 939 | buttonDim = extent; |
940 | else | 940 | else |
941 | buttonDim = len / 2 - 1; | 941 | buttonDim = len / 2 - 1; |
942 | 942 | ||
943 | if (horizontal) | 943 | if (horizontal) |
944 | sliderMin = buttonDim * 2; | 944 | sliderMin = buttonDim * 2; |
945 | else | 945 | else |
946 | sliderMin = 1; | 946 | sliderMin = 1; |
947 | 947 | ||
948 | maxlen = len - buttonDim * 2 - 1; | 948 | maxlen = len - buttonDim * 2 - 1; |
949 | int div = QMAX(1, (sb->maxValue() - sb->minValue() + sb->pageStep() ) ); | 949 | int div = QMAX(1, (sb->maxValue() - sb->minValue() + sb->pageStep() ) ); |
950 | 950 | ||
951 | sliderLength = | 951 | sliderLength = |
952 | (sb->pageStep() * maxlen) / div; | 952 | (sb->pageStep() * maxlen) / div; |
953 | 953 | ||
954 | if (sliderLength < SCROLLBAR_EXTENT) | 954 | if (sliderLength < SCROLLBAR_EXTENT) |
955 | sliderLength = SCROLLBAR_EXTENT; | 955 | sliderLength = SCROLLBAR_EXTENT; |
956 | 956 | ||
957 | if (sliderLength > maxlen) | 957 | if (sliderLength > maxlen) |
958 | sliderLength = maxlen; | 958 | sliderLength = maxlen; |
959 | 959 | ||
960 | sliderMax = sliderMin + maxlen - sliderLength; | 960 | sliderMax = sliderMin + maxlen - sliderLength; |
961 | } | 961 | } |
962 | 962 | ||
963 | void PhaseStyle::drawScrollBarControls( QPainter* p, const QScrollBar *sb, | 963 | void PhaseStyle::drawScrollBarControls( QPainter* p, const QScrollBar *sb, |
964 | int sliderStart, uint controls, | 964 | int sliderStart, uint controls, |
965 | uint activeControl) { | 965 | uint activeControl) { |
966 | const bool horizontal = (sb->orientation() == Qt::Horizontal ); | 966 | const bool horizontal = (sb->orientation() == Qt::Horizontal ); |
967 | int sliderMin, sliderMax, sliderLength, buttonDim; | 967 | int sliderMin, sliderMax, sliderLength, buttonDim; |
968 | const QColorGroup& g = sb->colorGroup(); | 968 | const QColorGroup& g = sb->colorGroup(); |
969 | QRect sub, add, subPage, addPage, slider; | 969 | QRect sub, add, subPage, addPage, slider; |
970 | int x, y, x2, y2; | 970 | int x, y, x2, y2; |
971 | 971 | ||
972 | scrollBarMetrics( sb, sliderMin, sliderMax, sliderLength, buttonDim ); | 972 | scrollBarMetrics( sb, sliderMin, sliderMax, sliderLength, buttonDim ); |
973 | 973 | ||
974 | /* lets get the positions */ | 974 | /* lets get the positions */ |
975 | scrollBarItemPositions(sb, horizontal, sliderStart, | 975 | scrollBarItemPositions(sb, horizontal, sliderStart, |
976 | sliderMax, sliderLength, buttonDim, | 976 | sliderMax, sliderLength, buttonDim, |
977 | sub, add, subPage, addPage, | 977 | sub, add, subPage, addPage, |
978 | slider ); | 978 | slider ); |
979 | 979 | ||
980 | 980 | ||
981 | /* sanity */ | 981 | /* sanity */ |
982 | if ( sliderStart > sliderMax ) | 982 | if ( sliderStart > sliderMax ) |
983 | sliderStart = sliderMax; | 983 | sliderStart = sliderMax; |
984 | 984 | ||
985 | // addline | 985 | // addline |
986 | if ( controls & AddLine && add.isValid() ) { | 986 | if ( controls & AddLine && add.isValid() ) { |
987 | x = add.x(); y = add.y(); | 987 | x = add.x(); y = add.y(); |
988 | x2 = add.width(); y2 = add.height(); | 988 | x2 = add.width(); y2 = add.height(); |
989 | const bool down = (activeControl & AddLine ); | 989 | const bool down = (activeControl & AddLine ); |
990 | drawBevelButton(p, x, y, x2, y2, g, down, | 990 | drawBevelButton(p, x, y, x2, y2, g, down, |
991 | &g.brush(QColorGroup::Button)); | 991 | &g.brush(QColorGroup::Button)); |
992 | 992 | ||
993 | Qt::ArrowType arrow = horizontal ? RightArrow : DownArrow; | 993 | Qt::ArrowType arrow = horizontal ? RightArrow : DownArrow; |
994 | if (down ) { | 994 | if (down ) { |
995 | switch (arrow ) { | 995 | switch (arrow ) { |
996 | case DownArrow: y++; break; | 996 | case DownArrow: y++; break; |
997 | case RightArrow: x++; break; | 997 | case RightArrow: x++; break; |
998 | default: break; | 998 | default: break; |
999 | } | 999 | } |
1000 | } | 1000 | } |
1001 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); | 1001 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); |
1002 | } | 1002 | } |
1003 | 1003 | ||
1004 | if ( controls & SubLine && sub.isValid() ) { | 1004 | if ( controls & SubLine && sub.isValid() ) { |
1005 | x = sub.x(); y = sub.y(); | 1005 | x = sub.x(); y = sub.y(); |
1006 | x2 = sub.width(); y2 = sub.height(); | 1006 | x2 = sub.width(); y2 = sub.height(); |
1007 | const bool down = (activeControl & SubLine ); | 1007 | const bool down = (activeControl & SubLine ); |
1008 | drawBevelButton(p, x, y, x2, y2, g, down, | 1008 | drawBevelButton(p, x, y, x2, y2, g, down, |
1009 | &g.brush(QColorGroup::Button)); | 1009 | &g.brush(QColorGroup::Button)); |
1010 | 1010 | ||
1011 | Qt::ArrowType arrow = horizontal ? LeftArrow : UpArrow; | 1011 | Qt::ArrowType arrow = horizontal ? LeftArrow : UpArrow; |
1012 | if (down ) { | 1012 | if (down ) { |
1013 | switch (arrow ) { | 1013 | switch (arrow ) { |
1014 | case UpArrow: y--; break; | 1014 | case UpArrow: y--; break; |
1015 | case LeftArrow: x--; break; | 1015 | case LeftArrow: x--; break; |
1016 | default: break; | 1016 | default: break; |
1017 | } | 1017 | } |
1018 | } | 1018 | } |
1019 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); | 1019 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); |
1020 | } | 1020 | } |
1021 | 1021 | ||
1022 | if ( controls & AddPage && addPage.isValid() ) { | 1022 | if ( controls & AddPage && addPage.isValid() ) { |
1023 | x = addPage.x(); y = addPage.y(); | 1023 | x = addPage.x(); y = addPage.y(); |
1024 | x2 = addPage.right(); y2 = addPage.bottom(); | 1024 | x2 = addPage.right(); y2 = addPage.bottom(); |
1025 | 1025 | ||
1026 | p->fillRect(addPage, g.mid()); | 1026 | p->fillRect(addPage, g.mid()); |
1027 | p->setPen(g.dark()); | 1027 | p->setPen(g.dark()); |
1028 | if (horizontal) { // vertical | 1028 | if (horizontal) { // vertical |
1029 | p->drawLine(x, y, x2, y); | 1029 | p->drawLine(x, y, x2, y); |
1030 | p->drawLine(x, y2, x2, y2); | 1030 | p->drawLine(x, y2, x2, y2); |
1031 | } else { // horizontal | 1031 | } else { // horizontal |
1032 | p->drawLine(x, y, x, y2); | 1032 | p->drawLine(x, y, x, y2); |
1033 | p->drawLine(x2, y, x2, y2); | 1033 | p->drawLine(x2, y, x2, y2); |
1034 | } | 1034 | } |
1035 | } | 1035 | } |
1036 | 1036 | ||
1037 | if ( controls & SubPage && subPage.isValid() ) { | 1037 | if ( controls & SubPage && subPage.isValid() ) { |
1038 | x = subPage.x(); y = subPage.y(); | 1038 | x = subPage.x(); y = subPage.y(); |
1039 | x2 = subPage.right(); y2 = subPage.bottom(); | 1039 | x2 = subPage.right(); y2 = subPage.bottom(); |
1040 | 1040 | ||
1041 | p->fillRect(subPage, g.mid()); | 1041 | p->fillRect(subPage, g.mid()); |
1042 | p->setPen(g.dark()); | 1042 | p->setPen(g.dark()); |
1043 | if (horizontal) { // vertical | 1043 | if (horizontal) { // vertical |
1044 | p->drawLine(x, y, x2, y); | 1044 | p->drawLine(x, y, x2, y); |
1045 | p->drawLine(x, y2, x2, y2); | 1045 | p->drawLine(x, y2, x2, y2); |
1046 | } else { // horizontal | 1046 | } else { // horizontal |
1047 | p->drawLine(x, y, x, y2); | 1047 | p->drawLine(x, y, x, y2); |
1048 | p->drawLine(x2, y, x2, y2); | 1048 | p->drawLine(x2, y, x2, y2); |
1049 | } | 1049 | } |
1050 | } | 1050 | } |
1051 | 1051 | ||
1052 | if ( controls & Slider && slider.isValid() ) { | 1052 | if ( controls & Slider && slider.isValid() ) { |
1053 | x = slider.x(); y = slider.y(); | 1053 | x = slider.x(); y = slider.y(); |
1054 | x2 = slider.width(); y2 = slider.height(); | 1054 | x2 = slider.width(); y2 = slider.height(); |
1055 | const bool down = ( activeControl & Slider ); | 1055 | const bool down = ( activeControl & Slider ); |
1056 | int cx = x + x2/2 -2; int cy = y + y2/2 -2; | 1056 | int cx = x + x2/2 -2; int cy = y + y2/2 -2; |
1057 | 1057 | ||
1058 | drawBevelButton(p, x, y, x2, y2, g, down, | 1058 | drawBevelButton(p, x, y, x2, y2, g, down, |
1059 | &g.brush(QColorGroup::Button) ); | 1059 | &g.brush(QColorGroup::Button) ); |
1060 | 1060 | ||
1061 | if (horizontal && (x2 >=20)) { | 1061 | if (horizontal && (x2 >=20)) { |
1062 | for (int n = -5; n <= 5; n += 5) | 1062 | for (int n = -5; n <= 5; n += 5) |
1063 | kColorBitmaps(p, g, cx+n, cy, | 1063 | kColorBitmaps(p, g, cx+n, cy, |
1064 | 0, &doodad_mid, &doodad_light, 0, 0, 0); | 1064 | 0, &doodad_mid, &doodad_light, 0, 0, 0); |
1065 | } else if (!horizontal && (y2 >= 20)) { | 1065 | } else if (!horizontal && (y2 >= 20)) { |
1066 | for (int n = -5; n <= 5; n += 5) | 1066 | for (int n = -5; n <= 5; n += 5) |
1067 | kColorBitmaps(p, g, cx, cy+n, | 1067 | kColorBitmaps(p, g, cx, cy+n, |
1068 | 0, &doodad_mid, &doodad_light, 0, 0, 0); | 1068 | 0, &doodad_mid, &doodad_light, 0, 0, 0); |
1069 | } | 1069 | } |
1070 | 1070 | ||
1071 | if ( sb->hasFocus() && down ) { | 1071 | if ( sb->hasFocus() && down ) { |
1072 | slider = QRect(slider.x()+2, slider.y()+2, | 1072 | slider = QRect(slider.x()+2, slider.y()+2, |
1073 | slider.width()-2, slider.height()-2 ); | 1073 | slider.width()-2, slider.height()-2 ); |
1074 | drawFocusRect(p, slider, g, false ); | 1074 | drawFocusRect(p, slider, g, false ); |
1075 | } | 1075 | } |
1076 | 1076 | ||
1077 | } | 1077 | } |
1078 | } | 1078 | } |
1079 | 1079 | ||
1080 | /* | 1080 | /* |
1081 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 1081 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
1082 | * | 1082 | * |
1083 | * ../web/webstyle.cpp | 1083 | * ../web/webstyle.cpp |
1084 | */ | 1084 | */ |
1085 | QStyle::ScrollControl PhaseStyle::scrollBarPointOver( const QScrollBar * sb, | 1085 | QStyle::ScrollControl PhaseStyle::scrollBarPointOver( const QScrollBar * sb, |
1086 | int sliderStart, | 1086 | int sliderStart, |
1087 | const QPoint & point ) { | 1087 | const QPoint & point ) { |
1088 | if (!sb->rect().contains(point)) | 1088 | if (!sb->rect().contains(point)) |
1089 | return NoScroll; | 1089 | return NoScroll; |
1090 | 1090 | ||
1091 | int sliderMin, sliderMax, sliderLength, buttonDim; | 1091 | int sliderMin, sliderMax, sliderLength, buttonDim; |
1092 | scrollBarMetrics(sb, sliderMin, sliderMax, sliderLength, buttonDim); | 1092 | scrollBarMetrics(sb, sliderMin, sliderMax, sliderLength, buttonDim); |
1093 | 1093 | ||
1094 | if (sb->orientation() == QScrollBar::Horizontal) { | 1094 | if (sb->orientation() == QScrollBar::Horizontal) { |
1095 | int x = point.x(); | 1095 | int x = point.x(); |
1096 | 1096 | ||
1097 | if (x <= buttonDim) | 1097 | if (x <= buttonDim) |
1098 | return SubLine; | 1098 | return SubLine; |
1099 | else if (x <= buttonDim * 2) | 1099 | else if (x <= buttonDim * 2) |
1100 | return AddLine; | 1100 | return AddLine; |
1101 | else if (x < sliderStart) | 1101 | else if (x < sliderStart) |
1102 | return SubPage; | 1102 | return SubPage; |
1103 | else if (x < sliderStart+sliderLength) | 1103 | else if (x < sliderStart+sliderLength) |
1104 | return Slider; | 1104 | return Slider; |
1105 | else | 1105 | else |
1106 | return AddPage; | 1106 | return AddPage; |
1107 | } else { | 1107 | } else { |
1108 | int y = point.y(); | 1108 | int y = point.y(); |
1109 | 1109 | ||
1110 | if (y < sliderStart) | 1110 | if (y < sliderStart) |
1111 | return SubPage; | 1111 | return SubPage; |
1112 | else if (y < sliderStart + sliderLength) | 1112 | else if (y < sliderStart + sliderLength) |
1113 | return Slider; | 1113 | return Slider; |
1114 | else if (y < sliderMax + sliderLength) | 1114 | else if (y < sliderMax + sliderLength) |
1115 | return AddPage; | 1115 | return AddPage; |
1116 | else if (y < sliderMax + sliderLength + buttonDim) | 1116 | else if (y < sliderMax + sliderLength + buttonDim) |
1117 | return SubLine; | 1117 | return SubLine; |
1118 | else | 1118 | else |
1119 | return AddLine; | 1119 | return AddLine; |
1120 | } | 1120 | } |
1121 | } | 1121 | } |
1122 | 1122 | ||
1123 | /* | 1123 | /* |
1124 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 1124 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
1125 | * | 1125 | * |
1126 | * ../web/webstyle.cpp | 1126 | * ../web/webstyle.cpp |
1127 | * scrollBarControlsMetrics | 1127 | * scrollBarControlsMetrics |
1128 | */ | 1128 | */ |
1129 | void PhaseStyle::scrollBarItemPositions( const QScrollBar* sb, const bool horizontal, | 1129 | void PhaseStyle::scrollBarItemPositions( const QScrollBar* sb, const bool horizontal, |
1130 | int sliderStart, int sliderMax, | 1130 | int sliderStart, int sliderMax, |
1131 | int sliderLength, int buttonDim, | 1131 | int sliderLength, int buttonDim, |
1132 | QRect &rSub, QRect& rAdd, QRect& rSubPage, | 1132 | QRect &rSub, QRect& rAdd, QRect& rSubPage, |
1133 | QRect &rAddPage, QRect& rSlider ) { | 1133 | QRect &rAddPage, QRect& rSlider ) { |
1134 | 1134 | ||
1135 | int len = horizontal ? sb->width() : sb->height(); | 1135 | int len = horizontal ? sb->width() : sb->height(); |
1136 | int extent = horizontal ? sb->height() : sb->width(); | 1136 | int extent = horizontal ? sb->height() : sb->width(); |
1137 | 1137 | ||
1138 | QColorGroup g = sb->colorGroup(); | 1138 | QColorGroup g = sb->colorGroup(); |
1139 | 1139 | ||
1140 | if (sliderStart > sliderMax) | 1140 | if (sliderStart > sliderMax) |
1141 | sliderStart = sliderMax; | 1141 | sliderStart = sliderMax; |
1142 | 1142 | ||
1143 | int sliderEnd = sliderStart + sliderLength; | 1143 | int sliderEnd = sliderStart + sliderLength; |
1144 | 1144 | ||
1145 | int addX, addY; | 1145 | int addX, addY; |
1146 | int subX, subY; | 1146 | int subX, subY; |
1147 | int subPageX, subPageY, subPageW, subPageH; | 1147 | int subPageX, subPageY, subPageW, subPageH; |
1148 | int addPageX, addPageY, addPageW, addPageH; | 1148 | int addPageX, addPageY, addPageW, addPageH; |
1149 | int sliderX, sliderY, sliderW, sliderH; | 1149 | int sliderX, sliderY, sliderW, sliderH; |
1150 | 1150 | ||
1151 | if (horizontal){ | 1151 | if (horizontal){ |
1152 | subY = 0; | 1152 | subY = 0; |
1153 | addY = 0; | 1153 | addY = 0; |
1154 | subX = 0; | 1154 | subX = 0; |
1155 | addX = buttonDim; | 1155 | addX = buttonDim; |
1156 | 1156 | ||
1157 | subPageX = buttonDim * 2; | 1157 | subPageX = buttonDim * 2; |
1158 | subPageY = 0; | 1158 | subPageY = 0; |
1159 | subPageW = sliderStart - 1; | 1159 | subPageW = sliderStart - 1; |
1160 | subPageH = extent; | 1160 | subPageH = extent; |
1161 | 1161 | ||
1162 | addPageX = sliderEnd; | 1162 | addPageX = sliderEnd; |
1163 | addPageY = 0; | 1163 | addPageY = 0; |
1164 | addPageW = len - sliderEnd; | 1164 | addPageW = len - sliderEnd; |
1165 | addPageH = extent; | 1165 | addPageH = extent; |
1166 | 1166 | ||
1167 | sliderX = sliderStart; | 1167 | sliderX = sliderStart; |
1168 | sliderY = 0; | 1168 | sliderY = 0; |
1169 | sliderW = sliderLength; | 1169 | sliderW = sliderLength; |
1170 | sliderH = extent; | 1170 | sliderH = extent; |
1171 | }else { | 1171 | }else { |
1172 | subX = 0; | 1172 | subX = 0; |
1173 | addX = 0; | 1173 | addX = 0; |
1174 | subY = len - buttonDim * 2; | 1174 | subY = len - buttonDim * 2; |
1175 | addY = len - buttonDim; | 1175 | addY = len - buttonDim; |
1176 | 1176 | ||
1177 | subPageX = 0; | 1177 | subPageX = 0; |
1178 | subPageY = 0; | 1178 | subPageY = 0; |
1179 | subPageW = extent; | 1179 | subPageW = extent; |
1180 | subPageH = sliderStart; | 1180 | subPageH = sliderStart; |
1181 | 1181 | ||
1182 | addPageX = 0; | 1182 | addPageX = 0; |
1183 | addPageY = sliderEnd; | 1183 | addPageY = sliderEnd; |
1184 | addPageW = extent; | 1184 | addPageW = extent; |
1185 | addPageH = subY - sliderEnd; | 1185 | addPageH = subY - sliderEnd; |
1186 | 1186 | ||
1187 | sliderX = 0; | 1187 | sliderX = 0; |
1188 | sliderY = sliderStart; | 1188 | sliderY = sliderStart; |
1189 | sliderW = extent; | 1189 | sliderW = extent; |
1190 | sliderH = sliderLength; | 1190 | sliderH = sliderLength; |
1191 | } | 1191 | } |
1192 | 1192 | ||
1193 | rSub .setRect( subX, subY, buttonDim, buttonDim); | 1193 | rSub .setRect( subX, subY, buttonDim, buttonDim); |
1194 | rAdd .setRect( addX, addY, buttonDim, buttonDim); | 1194 | rAdd .setRect( addX, addY, buttonDim, buttonDim); |
1195 | rSubPage .setRect(subPageX, subPageY, subPageW, subPageH); | 1195 | rSubPage .setRect(subPageX, subPageY, subPageW, subPageH); |
1196 | rAddPage .setRect(addPageX, addPageY, addPageW, addPageH); | 1196 | rAddPage .setRect(addPageX, addPageY, addPageW, addPageH); |
1197 | rSlider .setRect( sliderX, sliderY, sliderW, sliderH); | 1197 | rSlider .setRect( sliderX, sliderY, sliderW, sliderH); |
1198 | 1198 | ||
1199 | } | 1199 | } |
1200 | 1200 | ||
1201 | 1201 | ||
1202 | void PhaseStyle::drawSlider (QPainter * p, int x, int y, | 1202 | void PhaseStyle::drawSlider (QPainter * p, int x, int y, |
1203 | int w, int h, const QColorGroup &g, | 1203 | int w, int h, const QColorGroup &g, |
1204 | Orientation o, bool, bool ) { | 1204 | Orientation o, bool, bool ) { |
1205 | int cx = x + w/2; | 1205 | int cx = x + w/2; |
1206 | int cy = y + h/2; | 1206 | int cy = y + h/2; |
1207 | QBrush brush = g.brush( QColorGroup::Button ); | 1207 | QBrush brush = g.brush( QColorGroup::Button ); |
1208 | 1208 | ||
1209 | if ( o == Horizontal ) { | 1209 | if ( o == Horizontal ) { |
1210 | drawBevelButton(p, cx-5, y, 6, h, g, false, | 1210 | drawBevelButton(p, cx-5, y, 6, h, g, false, |
1211 | &brush ); | 1211 | &brush ); |
1212 | drawBevelButton(p, cx, y, 6, h, g, false, | 1212 | drawBevelButton(p, cx, y, 6, h, g, false, |
1213 | &brush ); | 1213 | &brush ); |
1214 | }else { | 1214 | }else { |
1215 | drawBevelButton(p, x, cy-5, w, 6, g, false, | 1215 | drawBevelButton(p, x, cy-5, w, 6, g, false, |
1216 | &brush ); | 1216 | &brush ); |
1217 | drawBevelButton(p, x, cy, w, 6, g, false, | 1217 | drawBevelButton(p, x, cy, w, 6, g, false, |
1218 | &brush ); | 1218 | &brush ); |
1219 | } | 1219 | } |
1220 | } | 1220 | } |
1221 | 1221 | ||
1222 | void PhaseStyle::drawSliderGroove(QPainter* p, int x, int y, | 1222 | void PhaseStyle::drawSliderGroove(QPainter* p, int x, int y, |
1223 | int w, int h, const QColorGroup& g, | 1223 | int w, int h, const QColorGroup& g, |
1224 | QCOORD , Orientation o ) { | 1224 | QCOORD , Orientation o ) { |
1225 | int cx = x + w/2; | 1225 | int cx = x + w/2; |
1226 | int cy = y + h/2; | 1226 | int cy = y + h/2; |
1227 | 1227 | ||
1228 | if ( o == Horizontal ) { | 1228 | if ( o == Horizontal ) { |
1229 | y = cy-3; h = 7; | 1229 | y = cy-3; h = 7; |
1230 | }else { | 1230 | }else { |
1231 | x = cx-3; w = 7; | 1231 | x = cx-3; w = 7; |
1232 | } | 1232 | } |
1233 | 1233 | ||
1234 | drawPanel(p, x, y, w, h, g, true, 1, | 1234 | drawPanel(p, x, y, w, h, g, true, 1, |
1235 | &g.brush(QColorGroup::Mid ) ); | 1235 | &g.brush(QColorGroup::Mid ) ); |
1236 | } | 1236 | } |