-rw-r--r-- | noncore/styles/phase/phasestyle.cpp | 22 | ||||
-rw-r--r-- | noncore/styles/phase/phasestyle.h | 8 |
2 files changed, 21 insertions, 9 deletions
diff --git a/noncore/styles/phase/phasestyle.cpp b/noncore/styles/phase/phasestyle.cpp index ba8c460..906ccee 100644 --- a/noncore/styles/phase/phasestyle.cpp +++ b/noncore/styles/phase/phasestyle.cpp | |||
@@ -1,1226 +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, h, w, 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 ) | ||
322 | { | ||
323 | QWindowsStyle::unPolish( w ); | ||
324 | } | ||
325 | |||
321 | void PhaseStyle::polish( QPalette &pal ) { | 326 | void PhaseStyle::polish( QPalette &pal ) { |
322 | QWindowsStyle::polish( pal ); | 327 | QWindowsStyle::polish( pal ); |
323 | // lighten up a bit, so the look is not so "crisp" | 328 | // lighten up a bit, so the look is not so "crisp" |
324 | if (QPixmap::defaultDepth() > 8) { // but not on low color displays | 329 | if (QPixmap::defaultDepth() > 8) { // but not on low color displays |
325 | pal.setColor(QPalette::Disabled, QColorGroup::Dark, | 330 | pal.setColor(QPalette::Disabled, QColorGroup::Dark, |
326 | pal.color(QPalette::Disabled, QColorGroup::Dark).light(contrast)); | 331 | pal.color(QPalette::Disabled, QColorGroup::Dark).light(contrast)); |
327 | pal.setColor(QPalette::Active, QColorGroup::Dark, | 332 | pal.setColor(QPalette::Active, QColorGroup::Dark, |
328 | pal.color(QPalette::Active, QColorGroup::Dark).light(contrast)); | 333 | pal.color(QPalette::Active, QColorGroup::Dark).light(contrast)); |
329 | pal.setColor(QPalette::Inactive, QColorGroup::Dark, | 334 | pal.setColor(QPalette::Inactive, QColorGroup::Dark, |
330 | pal.color(QPalette::Inactive, QColorGroup::Dark).light(contrast)); | 335 | pal.color(QPalette::Inactive, QColorGroup::Dark).light(contrast)); |
331 | } | 336 | } |
332 | } | 337 | } |
333 | 338 | ||
334 | void PhaseStyle::polish( QApplication* app ) { | 339 | void PhaseStyle::polish( QApplication* app ) { |
335 | QWindowsStyle::polish( app ); | 340 | QWindowsStyle::polish( app ); |
336 | 341 | ||
337 | qt_set_draw_menu_bar_impl((QDrawMenuBarItemImpl)&PhaseStyle::drawMenuBarItem); | 342 | qt_set_draw_menu_bar_impl((QDrawMenuBarItemImpl)&PhaseStyle::drawMenuBarItem); |
338 | } | 343 | } |
339 | 344 | ||
345 | void PhaseStyle::unPolish( QApplication* app ) { | ||
346 | QWindowsStyle::unPolish(app); | ||
347 | qt_set_draw_menu_bar_impl ( 0 ); | ||
348 | } | ||
349 | |||
340 | void PhaseStyle::drawPushButtonLabel (QPushButton *button, QPainter *painter) { | 350 | void PhaseStyle::drawPushButtonLabel (QPushButton *button, QPainter *painter) { |
341 | bool active = button->isOn() || button->isDown(); | 351 | bool active = button->isOn() || button->isDown(); |
342 | QRect r = pushButtonContentsRect( button ); | 352 | QRect r = pushButtonContentsRect( button ); |
343 | QColorGroup group = button->colorGroup(); | 353 | QColorGroup group = button->colorGroup(); |
344 | int x, y, w, h; | 354 | int x, y, w, h; |
345 | r.rect( &x, &y, &w, &h ); | 355 | r.rect( &x, &y, &w, &h ); |
346 | bool sunken = false; | 356 | bool sunken = false; |
347 | QIconSet::Mode mode; | 357 | QIconSet::Mode mode; |
348 | QPixmap pixmap; | 358 | QPixmap pixmap; |
349 | 359 | ||
350 | if (active) {// shift contents | 360 | if (active) {// shift contents |
351 | x++; y++; | 361 | x++; y++; |
352 | sunken = true; | 362 | sunken = true; |
353 | } | 363 | } |
354 | 364 | ||
355 | 365 | ||
356 | if (button->isMenuButton()) { // draw the indicator | 366 | if (button->isMenuButton()) { // draw the indicator |
357 | //dx = pixelMetric(PM_MenuButtonIndicator, widget); | 367 | //dx = pixelMetric(PM_MenuButtonIndicator, widget); |
358 | int dx = menuButtonIndicatorWidth( button->height() ); | 368 | int dx = menuButtonIndicatorWidth( button->height() ); |
359 | drawArrow(painter, Qt::DownArrow, active, | 369 | drawArrow(painter, Qt::DownArrow, active, |
360 | 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() ); |
361 | w -= dx; | 371 | w -= dx; |
362 | } | 372 | } |
363 | 373 | ||
364 | if (button->iconSet() && !button->iconSet()->isNull()) { // draw icon | 374 | if (button->iconSet() && !button->iconSet()->isNull()) { // draw icon |
365 | if (button->isEnabled()) { | 375 | if (button->isEnabled()) { |
366 | if (button->hasFocus()) { | 376 | if (button->hasFocus()) { |
367 | mode = QIconSet::Active; | 377 | mode = QIconSet::Active; |
368 | } else { | 378 | } else { |
369 | mode = QIconSet::Normal; | 379 | mode = QIconSet::Normal; |
370 | } | 380 | } |
371 | } else { | 381 | } else { |
372 | mode = QIconSet::Disabled; | 382 | mode = QIconSet::Disabled; |
373 | } | 383 | } |
374 | 384 | ||
375 | #if 0 | 385 | #if 0 |
376 | if (button->isToggleButton() && button->isOn()) { | 386 | if (button->isToggleButton() && button->isOn()) { |
377 | state = true; | 387 | state = true; |
378 | } else { | 388 | } else { |
379 | state = false; | 389 | state = false; |
380 | } | 390 | } |
381 | #endif | 391 | #endif |
382 | 392 | ||
383 | pixmap = button->iconSet()->pixmap(QIconSet::Small, mode); | 393 | pixmap = button->iconSet()->pixmap(QIconSet::Small, mode); |
384 | if (button->text().isEmpty() && !button->pixmap()) { | 394 | if (button->text().isEmpty() && !button->pixmap()) { |
385 | painter->drawPixmap(x+w/2 - pixmap.width()/2, | 395 | painter->drawPixmap(x+w/2 - pixmap.width()/2, |
386 | y+h/2 - pixmap.height()/2, pixmap); | 396 | y+h/2 - pixmap.height()/2, pixmap); |
387 | } else { | 397 | } else { |
388 | painter->drawPixmap(x+4, y+h/2 - pixmap.height()/2, pixmap); | 398 | painter->drawPixmap(x+4, y+h/2 - pixmap.height()/2, pixmap); |
389 | } | 399 | } |
390 | x += pixmap.width() + 4; | 400 | x += pixmap.width() + 4; |
391 | w -= pixmap.width() + 4; | 401 | w -= pixmap.width() + 4; |
392 | } | 402 | } |
393 | 403 | ||
394 | if (active || button->isDefault()) { // default button | 404 | if (active || button->isDefault()) { // default button |
395 | for(int n=0; n<2; n++) { | 405 | for(int n=0; n<2; n++) { |
396 | drawItem(painter, x+n, y, w, h, | 406 | drawItem(painter, x+n, y, w, h, |
397 | AlignCenter | ShowPrefix, | 407 | AlignCenter | ShowPrefix, |
398 | button->colorGroup(), | 408 | button->colorGroup(), |
399 | button->isEnabled(), | 409 | button->isEnabled(), |
400 | button->pixmap(), | 410 | button->pixmap(), |
401 | button->text(), -1, | 411 | button->text(), -1, |
402 | (button->isEnabled()) ? | 412 | (button->isEnabled()) ? |
403 | &button->colorGroup().buttonText() : | 413 | &button->colorGroup().buttonText() : |
404 | &button->colorGroup().mid()); | 414 | &button->colorGroup().mid()); |
405 | } | 415 | } |
406 | } else { // normal button | 416 | } else { // normal button |
407 | drawItem(painter, x, y, w, h, | 417 | drawItem(painter, x, y, w, h, |
408 | AlignCenter | ShowPrefix, | 418 | AlignCenter | ShowPrefix, |
409 | button->colorGroup(), | 419 | button->colorGroup(), |
410 | button->isEnabled(), | 420 | button->isEnabled(), |
411 | button->pixmap(), | 421 | button->pixmap(), |
412 | button->text(), -1, | 422 | button->text(), -1, |
413 | (button->isEnabled()) ? | 423 | (button->isEnabled()) ? |
414 | &button->colorGroup().buttonText() : | 424 | &button->colorGroup().buttonText() : |
415 | &button->colorGroup().mid()); | 425 | &button->colorGroup().mid()); |
416 | } | 426 | } |
417 | } | 427 | } |
418 | 428 | ||
419 | 429 | ||
420 | void PhaseStyle::drawFocusRect(QPainter *painter, const QRect &rect, | 430 | void PhaseStyle::drawFocusRect(QPainter *painter, const QRect &rect, |
421 | const QColorGroup &group, | 431 | const QColorGroup &group, |
422 | const QColor *, bool atBorder) { | 432 | const QColor *, bool atBorder) { |
423 | 433 | ||
424 | 434 | ||
425 | QPen old = painter->pen(); | 435 | QPen old = painter->pen(); |
426 | painter->setPen(group.highlight().dark(contrast)); | 436 | painter->setPen(group.highlight().dark(contrast)); |
427 | painter->setBrush(NoBrush); | 437 | painter->setBrush(NoBrush); |
428 | 438 | ||
429 | if ( atBorder ) | 439 | if ( atBorder ) |
430 | painter->drawRect(QRect(rect.x()+1, rect.y()+1, | 440 | painter->drawRect(QRect(rect.x()+1, rect.y()+1, |
431 | rect.width()-2, rect.height()-2 )); | 441 | rect.width()-2, rect.height()-2 )); |
432 | else | 442 | else |
433 | painter->drawRect(rect); | 443 | painter->drawRect(rect); |
434 | 444 | ||
435 | 445 | ||
436 | painter->setPen(old); | 446 | painter->setPen(old); |
437 | 447 | ||
438 | } | 448 | } |
439 | 449 | ||
440 | void PhaseStyle::drawSeperator( QPainter* painter, int x, int y, int w, | 450 | void PhaseStyle::drawSeperator( QPainter* painter, int x, int y, int w, |
441 | int h, const QColorGroup& group, bool, | 451 | int h, const QColorGroup& group, bool, |
442 | int , int ) { | 452 | int , int ) { |
443 | qWarning( "Seperator" ); | 453 | qWarning( "Seperator" ); |
444 | QRect rect(x, y, w, h); | 454 | QRect rect(x, y, w, h); |
445 | int x2 = rect.right(); | 455 | int x2 = rect.right(); |
446 | int y2 = rect.bottom(); | 456 | int y2 = rect.bottom(); |
447 | 457 | ||
448 | painter->setPen(group.dark()); | 458 | painter->setPen(group.dark()); |
449 | if (w < h) | 459 | if (w < h) |
450 | painter->drawLine(w/2, y, w/2, y2); | 460 | painter->drawLine(w/2, y, w/2, y2); |
451 | else | 461 | else |
452 | painter->drawLine(x, h/2, x2, h/2); | 462 | painter->drawLine(x, h/2, x2, h/2); |
453 | } | 463 | } |
454 | 464 | ||
455 | 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, |
456 | QMenuItem *mi, QColorGroup& g, bool enabled, | 466 | QMenuItem *mi, QColorGroup& g, bool enabled, |
457 | bool act ) { | 467 | bool act ) { |
458 | 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); |
459 | } | 469 | } |
460 | 470 | ||
461 | 471 | ||
462 | 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, |
463 | const QColorGroup &group, int state, bool, | 473 | const QColorGroup &group, int state, bool, |
464 | bool enabled ) { | 474 | bool enabled ) { |
465 | drawPanel(painter, x, y, w, h, group, true, 1, enabled ? | 475 | drawPanel(painter, x, y, w, h, group, true, 1, enabled ? |
466 | &group.brush(QColorGroup::Base) : | 476 | &group.brush(QColorGroup::Base) : |
467 | &group.brush(QColorGroup::Background)); | 477 | &group.brush(QColorGroup::Background)); |
468 | 478 | ||
469 | if (QButton::On == state ) { | 479 | if (QButton::On == state ) { |
470 | painter->setPen(group.dark()); | 480 | painter->setPen(group.dark()); |
471 | painter->drawRect(x+3, y+3, w-6, h-6); | 481 | painter->drawRect(x+3, y+3, w-6, h-6); |
472 | painter->fillRect(x+4, y+4, w-8, h-8, | 482 | painter->fillRect(x+4, y+4, w-8, h-8, |
473 | group.brush(QColorGroup::Highlight)); | 483 | group.brush(QColorGroup::Highlight)); |
474 | } | 484 | } |
475 | } | 485 | } |
476 | 486 | ||
477 | 487 | ||
478 | 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, |
479 | const QColorGroup &group, bool on, | 489 | const QColorGroup &group, bool on, |
480 | bool /*down*/, bool enabled) { | 490 | bool /*down*/, bool enabled) { |
481 | 491 | ||
482 | QRect r(x, y, w, h ); | 492 | QRect r(x, y, w, h ); |
483 | 493 | ||
484 | 494 | ||
485 | /* | 495 | /* |
486 | * As Polygon and Polyline are broken in Qt2 lets use | 496 | * As Polygon and Polyline are broken in Qt2 lets use |
487 | * something not that spectacilur -> ellipse | 497 | * something not that spectacilur -> ellipse |
488 | */ | 498 | */ |
489 | painter->save(); | 499 | painter->save(); |
490 | painter->fillRect(x, y, w, h, group.background()); | 500 | painter->fillRect(x, y, w, h, group.background()); |
491 | 501 | ||
492 | 502 | ||
493 | painter->setBrush(enabled | 503 | painter->setBrush(enabled |
494 | ? group.brush(QColorGroup::Base) | 504 | ? group.brush(QColorGroup::Base) |
495 | : group.brush(QColorGroup::Background)); | 505 | : group.brush(QColorGroup::Background)); |
496 | painter->setPen(group.dark()); | 506 | painter->setPen(group.dark()); |
497 | 507 | ||
498 | if (0 == w % 2) --w; | 508 | if (0 == w % 2) --w; |
499 | if (0 == h % 2) --h; | 509 | if (0 == h % 2) --h; |
500 | painter->drawEllipse(x, y, w, h ); | 510 | painter->drawEllipse(x, y, w, h ); |
501 | 511 | ||
502 | if(on) { | 512 | if(on) { |
503 | painter->setBrush(group.brush(QColorGroup::Highlight)); | 513 | painter->setBrush(group.brush(QColorGroup::Highlight)); |
504 | painter->drawEllipse(x+3,y+3,w-6,h-6); | 514 | painter->drawEllipse(x+3,y+3,w-6,h-6); |
505 | } | 515 | } |
506 | 516 | ||
507 | painter->restore(); | 517 | painter->restore(); |
508 | } | 518 | } |
509 | 519 | ||
510 | 520 | ||
511 | /* | 521 | /* |
512 | * Does not get called in QWS as it seems | 522 | * Does not get called in QWS as it seems |
513 | */ | 523 | */ |
514 | void PhaseStyle::drawExclusiveIndicatorMask(QPainter *painter, int x, int y, int w, | 524 | void PhaseStyle::drawExclusiveIndicatorMask(QPainter *painter, int x, int y, int w, |
515 | int h, bool /*on*/ ) { | 525 | int h, bool /*on*/ ) { |
516 | return; | 526 | return; |
517 | 527 | ||
518 | 528 | ||
519 | 529 | ||
520 | if (0 != w%2) --w; | 530 | if (0 != w%2) --w; |
521 | if (0 != h%2) --h; | 531 | if (0 != h%2) --h; |
522 | 532 | ||
523 | QRect r(x, y, w, h ); | 533 | QRect r(x, y, w, h ); |
524 | int x2 = r.right(); | 534 | int x2 = r.right(); |
525 | int y2 = r.bottom(); | 535 | int y2 = r.bottom(); |
526 | int cx = (x + x2) / 2; | 536 | int cx = (x + x2) / 2; |
527 | int cy = (y + y2) / 2; | 537 | int cy = (y + y2) / 2; |
528 | QPointArray parray; | 538 | QPointArray parray; |
529 | 539 | ||
530 | 540 | ||
531 | painter->setBrush(Qt::color1); | 541 | painter->setBrush(Qt::color1); |
532 | painter->setPen(Qt::color1); | 542 | painter->setPen(Qt::color1); |
533 | parray.putPoints(0, 8, | 543 | parray.putPoints(0, 8, |
534 | x,cy+1, x,cy, cx,y, cx+1,y, | 544 | x,cy+1, x,cy, cx,y, cx+1,y, |
535 | x2,cy, x2,cy+1, cx+1,y2, cx,y2); | 545 | x2,cy, x2,cy+1, cx+1,y2, cx,y2); |
536 | painter->drawPolygon(parray, 0, 8); | 546 | painter->drawPolygon(parray, 0, 8); |
537 | } | 547 | } |
538 | 548 | ||
539 | int PhaseStyle::defaultFrameWidth()const { | 549 | int PhaseStyle::defaultFrameWidth()const { |
540 | return 1; | 550 | return 1; |
541 | } | 551 | } |
542 | 552 | ||
543 | int PhaseStyle::popupMenuItemHeight ( bool , | 553 | int PhaseStyle::popupMenuItemHeight ( bool , |
544 | QMenuItem * mi, | 554 | QMenuItem * mi, |
545 | const QFontMetrics & fm ) { | 555 | const QFontMetrics & fm ) { |
546 | int h = 0; | 556 | int h = 0; |
547 | if (mi->custom() ) { | 557 | if (mi->custom() ) { |
548 | h = mi->custom()->sizeHint().height(); | 558 | h = mi->custom()->sizeHint().height(); |
549 | if (!mi->custom()->fullSpan() ) | 559 | if (!mi->custom()->fullSpan() ) |
550 | h += ITEMVMARGIN*2 + ITEMFRAME*2; | 560 | h += ITEMVMARGIN*2 + ITEMFRAME*2; |
551 | }else if (mi->isSeparator() ) { | 561 | }else if (mi->isSeparator() ) { |
552 | h = 1; | 562 | h = 1; |
553 | }else { | 563 | }else { |
554 | if ( mi->pixmap() ) { | 564 | if ( mi->pixmap() ) { |
555 | h = QMAX(h, mi->pixmap()->height() + ITEMFRAME*2); | 565 | h = QMAX(h, mi->pixmap()->height() + ITEMFRAME*2); |
556 | }else { | 566 | }else { |
557 | h = QMAX(h, MINICONSIZE+ITEMFRAME*2 ); | 567 | h = QMAX(h, MINICONSIZE+ITEMFRAME*2 ); |
558 | h = QMAX(h, fm.height() | 568 | h = QMAX(h, fm.height() |
559 | + ITEMVMARGIN*2 + ITEMFRAME*2 ); | 569 | + ITEMVMARGIN*2 + ITEMFRAME*2 ); |
560 | } | 570 | } |
561 | if ( mi->iconSet() ) | 571 | if ( mi->iconSet() ) |
562 | h = QMAX(h, mi->iconSet()-> | 572 | h = QMAX(h, mi->iconSet()-> |
563 | pixmap(QIconSet::Small, QIconSet::Normal ).height() | 573 | pixmap(QIconSet::Small, QIconSet::Normal ).height() |
564 | + ITEMFRAME*2 ); | 574 | + ITEMFRAME*2 ); |
565 | } | 575 | } |
566 | 576 | ||
567 | 577 | ||
568 | return h; | 578 | return h; |
569 | } | 579 | } |
570 | 580 | ||
571 | int PhaseStyle::extraPopupMenuItemWidth(bool checkable, int maxpmw, | 581 | int PhaseStyle::extraPopupMenuItemWidth(bool checkable, int maxpmw, |
572 | QMenuItem* mi, const QFontMetrics& ) { | 582 | QMenuItem* mi, const QFontMetrics& ) { |
573 | int w = 0; | 583 | int w = 0; |
574 | if (mi->isSeparator() ) | 584 | if (mi->isSeparator() ) |
575 | return 3; | 585 | return 3; |
576 | 586 | ||
577 | else if ( mi->pixmap() ) | 587 | else if ( mi->pixmap() ) |
578 | w = mi->pixmap()->width(); | 588 | w = mi->pixmap()->width(); |
579 | 589 | ||
580 | if (!mi->text().isNull() && | 590 | if (!mi->text().isNull() && |
581 | mi->text().find('\t' ) >= 0 ) | 591 | mi->text().find('\t' ) >= 0 ) |
582 | w += 12; | 592 | w += 12; |
583 | else if ( mi->popup() ) | 593 | else if ( mi->popup() ) |
584 | w += 2*ARROWMARGIN; | 594 | w += 2*ARROWMARGIN; |
585 | 595 | ||
586 | if ( maxpmw ) | 596 | if ( maxpmw ) |
587 | w += maxpmw +4; | 597 | w += maxpmw +4; |
588 | 598 | ||
589 | 599 | ||
590 | if ( maxpmw > 0 || checkable ) | 600 | if ( maxpmw > 0 || checkable ) |
591 | w += ITEMHMARGIN*2+8; | 601 | w += ITEMHMARGIN*2+8; |
592 | 602 | ||
593 | w += RIGHTBORDER; | 603 | w += RIGHTBORDER; |
594 | return w; | 604 | return w; |
595 | } | 605 | } |
596 | 606 | ||
597 | QSize PhaseStyle::indicatorSize()const { | 607 | QSize PhaseStyle::indicatorSize()const { |
598 | return QSize( 11, 11 ); | 608 | return QSize( 11, 11 ); |
599 | } | 609 | } |
600 | 610 | ||
601 | QSize PhaseStyle::exclusiveIndicatorSize()const { | 611 | QSize PhaseStyle::exclusiveIndicatorSize()const { |
602 | return QSize( 11, 11 ); | 612 | return QSize( 11, 11 ); |
603 | } | 613 | } |
604 | 614 | ||
605 | void PhaseStyle::getButtonShift( int &x, int &y ) { | 615 | void PhaseStyle::getButtonShift( int &x, int &y ) { |
606 | x++; | 616 | x++; |
607 | y++; | 617 | y++; |
608 | } | 618 | } |
609 | 619 | ||
610 | void PhaseStyle::drawPopupMenuItem ( QPainter * p, bool checkable, | 620 | void PhaseStyle::drawPopupMenuItem ( QPainter * p, bool checkable, |
611 | int maxpmw,int tabwidth, | 621 | int maxpmw,int tabwidth, |
612 | QMenuItem * mi, const QPalette & pal, | 622 | QMenuItem * mi, const QPalette & pal, |
613 | bool act, bool enabled, int x, | 623 | bool act, bool enabled, int x, |
614 | int y, int w, int h ) { | 624 | int y, int w, int h ) { |
615 | if ( !mi ) | 625 | if ( !mi ) |
616 | return; | 626 | return; |
617 | 627 | ||
618 | QRect rect(x, y, w, h ); | 628 | QRect rect(x, y, w, h ); |
619 | int x2, y2; | 629 | int x2, y2; |
620 | x2 = rect.right(); | 630 | x2 = rect.right(); |
621 | y2 = rect.bottom(); | 631 | y2 = rect.bottom(); |
622 | const QColorGroup& g = pal.active(); | 632 | const QColorGroup& g = pal.active(); |
623 | QColorGroup itemg = !enabled ? pal.disabled() : pal.active(); | 633 | QColorGroup itemg = !enabled ? pal.disabled() : pal.active(); |
624 | 634 | ||
625 | if ( checkable || maxpmw ) maxpmw = QMAX(maxpmw, 20); | 635 | if ( checkable || maxpmw ) maxpmw = QMAX(maxpmw, 20); |
626 | 636 | ||
627 | if (act && enabled ) | 637 | if (act && enabled ) |
628 | p->fillRect(x, y, w, h, g.highlight() ); | 638 | p->fillRect(x, y, w, h, g.highlight() ); |
629 | else | 639 | else |
630 | p->fillRect(x, y, w, h, g.background() ); | 640 | p->fillRect(x, y, w, h, g.background() ); |
631 | 641 | ||
632 | // draw seperator | 642 | // draw seperator |
633 | if (mi->isSeparator() ) { | 643 | if (mi->isSeparator() ) { |
634 | p->setPen( g.dark() ); | 644 | p->setPen( g.dark() ); |
635 | p->drawLine( x+8, y+1, x+w-8, y+1 ); | 645 | p->drawLine( x+8, y+1, x+w-8, y+1 ); |
636 | 646 | ||
637 | p->setPen( g.mid() ); | 647 | p->setPen( g.mid() ); |
638 | p->drawLine( x+8, y, x+w-8, y ); | 648 | p->drawLine( x+8, y, x+w-8, y ); |
639 | p->drawPoint(x+w,y+1); | 649 | p->drawPoint(x+w,y+1); |
640 | 650 | ||
641 | p->setPen( g.midlight() ); | 651 | p->setPen( g.midlight() ); |
642 | p->drawLine( x+8, y-1, x+w-8, y-1 ); | 652 | p->drawLine( x+8, y-1, x+w-8, y-1 ); |
643 | p->drawPoint(x+8, y ); | 653 | p->drawPoint(x+8, y ); |
644 | return; | 654 | return; |
645 | } | 655 | } |
646 | 656 | ||
647 | // draw icon | 657 | // draw icon |
648 | QIconSet::Mode mode; | 658 | QIconSet::Mode mode; |
649 | if ( mi->iconSet() && !mi->isChecked() ) { | 659 | if ( mi->iconSet() && !mi->isChecked() ) { |
650 | if ( act ) | 660 | if ( act ) |
651 | mode = enabled ? QIconSet::Active : QIconSet::Disabled; | 661 | mode = enabled ? QIconSet::Active : QIconSet::Disabled; |
652 | else | 662 | else |
653 | mode = enabled ? QIconSet::Normal : QIconSet::Disabled; | 663 | mode = enabled ? QIconSet::Normal : QIconSet::Disabled; |
654 | QPixmap pixmap = mi->iconSet()->pixmap(QIconSet::Small, mode ); | 664 | QPixmap pixmap = mi->iconSet()->pixmap(QIconSet::Small, mode ); |
655 | QRect pmrect(0, 0, pixmap.width(), pixmap.height() ); | 665 | QRect pmrect(0, 0, pixmap.width(), pixmap.height() ); |
656 | QRect cr(x, y, maxpmw, h ); | 666 | QRect cr(x, y, maxpmw, h ); |
657 | pmrect.moveCenter( cr.center() ); | 667 | pmrect.moveCenter( cr.center() ); |
658 | p->drawPixmap(pmrect.topLeft(), pixmap); | 668 | p->drawPixmap(pmrect.topLeft(), pixmap); |
659 | } | 669 | } |
660 | 670 | ||
661 | // draw check | 671 | // draw check |
662 | if(mi->isChecked() ) { | 672 | if(mi->isChecked() ) { |
663 | drawCheckMark(p, x, y, maxpmw, h, itemg, act, !enabled ); | 673 | drawCheckMark(p, x, y, maxpmw, h, itemg, act, !enabled ); |
664 | } | 674 | } |
665 | 675 | ||
666 | 676 | ||
667 | // draw text | 677 | // draw text |
668 | int xm = maxpmw + 2; | 678 | int xm = maxpmw + 2; |
669 | int xp = x + xm; | 679 | int xp = x + xm; |
670 | int tw = w -xm - 2; | 680 | int tw = w -xm - 2; |
671 | 681 | ||
672 | p->setPen( enabled ? ( act ? g.highlightedText() : g.buttonText() ) : | 682 | p->setPen( enabled ? ( act ? g.highlightedText() : g.buttonText() ) : |
673 | g.mid() ); | 683 | g.mid() ); |
674 | 684 | ||
675 | 685 | ||
676 | if ( mi->custom() ) { | 686 | if ( mi->custom() ) { |
677 | p->save(); | 687 | p->save(); |
678 | mi->custom()->paint(p, g, act, enabled, | 688 | mi->custom()->paint(p, g, act, enabled, |
679 | xp, y+1, tw, h-2 ); | 689 | xp, y+1, tw, h-2 ); |
680 | p->restore(); | 690 | p->restore(); |
681 | }else { // draw label | 691 | }else { // draw label |
682 | QString text = mi->text(); | 692 | QString text = mi->text(); |
683 | if (!text.isNull() ) { | 693 | if (!text.isNull() ) { |
684 | int t = text.find('\t'); | 694 | int t = text.find('\t'); |
685 | const int tflags = AlignVCenter | DontClip | | 695 | const int tflags = AlignVCenter | DontClip | |
686 | ShowPrefix | SingleLine | | 696 | ShowPrefix | SingleLine | |
687 | AlignLeft; | 697 | AlignLeft; |
688 | 698 | ||
689 | if (t >= 0) { | 699 | if (t >= 0) { |
690 | int tabx = x + w - tabwidth - RIGHTBORDER - | 700 | int tabx = x + w - tabwidth - RIGHTBORDER - |
691 | ITEMHMARGIN - ITEMFRAME; | 701 | ITEMHMARGIN - ITEMFRAME; |
692 | p->drawText(tabx, y+ITEMVMARGIN, tabwidth, | 702 | p->drawText(tabx, y+ITEMVMARGIN, tabwidth, |
693 | h-2*ITEMVMARGIN, tflags, | 703 | h-2*ITEMVMARGIN, tflags, |
694 | text.mid(t+1) ); | 704 | text.mid(t+1) ); |
695 | text = text.left(t ); | 705 | text = text.left(t ); |
696 | } | 706 | } |
697 | 707 | ||
698 | // draw left label | 708 | // draw left label |
699 | p->drawText(xp, y+ITEMVMARGIN, | 709 | p->drawText(xp, y+ITEMVMARGIN, |
700 | tw, h-2*ITEMVMARGIN, | 710 | tw, h-2*ITEMVMARGIN, |
701 | tflags, text, t); | 711 | tflags, text, t); |
702 | }else if ( mi->pixmap() ) { // pixmap as label | 712 | }else if ( mi->pixmap() ) { // pixmap as label |
703 | QPixmap pixmap = *mi->pixmap(); | 713 | QPixmap pixmap = *mi->pixmap(); |
704 | if ( pixmap.depth() == 1 ) | 714 | if ( pixmap.depth() == 1 ) |
705 | p->setBackgroundMode( OpaqueMode ); | 715 | p->setBackgroundMode( OpaqueMode ); |
706 | 716 | ||
707 | int dx = ((w-pixmap.width() ) /2 ) + | 717 | int dx = ((w-pixmap.width() ) /2 ) + |
708 | ((w - pixmap.width()) %2 ); | 718 | ((w - pixmap.width()) %2 ); |
709 | p->drawPixmap(x+dx, y+ITEMFRAME, pixmap ); | 719 | p->drawPixmap(x+dx, y+ITEMFRAME, pixmap ); |
710 | 720 | ||
711 | if ( pixmap.depth() == 1 ) | 721 | if ( pixmap.depth() == 1 ) |
712 | p->setBackgroundMode( TransparentMode ); | 722 | p->setBackgroundMode( TransparentMode ); |
713 | } | 723 | } |
714 | } | 724 | } |
715 | 725 | ||
716 | if ( mi->popup() ) { // draw submenu arrow | 726 | if ( mi->popup() ) { // draw submenu arrow |
717 | int dim = (h-2*ITEMFRAME) / 2; | 727 | int dim = (h-2*ITEMFRAME) / 2; |
718 | drawArrow( p, RightArrow, false, | 728 | drawArrow( p, RightArrow, false, |
719 | x+w-ARROWMARGIN-ITEMFRAME-dim, | 729 | x+w-ARROWMARGIN-ITEMFRAME-dim, |
720 | y+h/2-dim/2, dim, dim, g, enabled ); | 730 | y+h/2-dim/2, dim, dim, g, enabled ); |
721 | } | 731 | } |
722 | } | 732 | } |
723 | 733 | ||
724 | 734 | ||
725 | QRect PhaseStyle::comboButtonRect ( int x, int y, int w, int h ) { | 735 | QRect PhaseStyle::comboButtonRect ( int x, int y, int w, int h ) { |
726 | return QRect(x+2, y+2, w-4-17, h-5 ); | 736 | return QRect(x+2, y+2, w-4-17, h-5 ); |
727 | } | 737 | } |
728 | 738 | ||
729 | void PhaseStyle::drawComboButton( QPainter * p, int x, int y, | 739 | void PhaseStyle::drawComboButton( QPainter * p, int x, int y, |
730 | int w, int h, | 740 | int w, int h, |
731 | const QColorGroup & g, | 741 | const QColorGroup & g, |
732 | bool sunken, | 742 | bool sunken, |
733 | bool editable, | 743 | bool editable, |
734 | bool, | 744 | bool, |
735 | const QBrush *) { | 745 | const QBrush *) { |
736 | drawButton(p, x, y, w, h, g, | 746 | drawButton(p, x, y, w, h, g, |
737 | sunken, &g.brush(QColorGroup::Button )); | 747 | sunken, &g.brush(QColorGroup::Button )); |
738 | 748 | ||
739 | for ( int n = 0; n < 2; ++n ) | 749 | for ( int n = 0; n < 2; ++n ) |
740 | kColorBitmaps(p, g, w-16+(6*n), y+(h/2)-2, | 750 | kColorBitmaps(p, g, w-16+(6*n), y+(h/2)-2, |
741 | 0, &doodad_mid, &doodad_light, 0, 0, 0 ); | 751 | 0, &doodad_mid, &doodad_light, 0, 0, 0 ); |
742 | 752 | ||
743 | 753 | ||
744 | if (editable ) { | 754 | if (editable ) { |
745 | 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; |
746 | p->setPen(g.dark()); | 756 | p->setPen(g.dark()); |
747 | p->drawLine(x2+1, y, x2+1, y2); | 757 | p->drawLine(x2+1, y, x2+1, y2); |
748 | p->setPen(g.midlight()); | 758 | p->setPen(g.midlight()); |
749 | p->drawLine(x2+2, y, x2+2, y2-1); | 759 | p->drawLine(x2+2, y, x2+2, y2-1); |
750 | p->setPen(g.button()); | 760 | p->setPen(g.button()); |
751 | p->drawPoint(x2+2, y2); | 761 | p->drawPoint(x2+2, y2); |
752 | } | 762 | } |
753 | 763 | ||
754 | p->setPen(g.buttonText() ); | 764 | p->setPen(g.buttonText() ); |
755 | } | 765 | } |
756 | 766 | ||
757 | 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 ) { |
758 | QCommonStyle::tabbarMetrics( t, hframe, vframe, ov ); | 768 | QCommonStyle::tabbarMetrics( t, hframe, vframe, ov ); |
759 | hframe -= 2; | 769 | hframe -= 2; |
760 | vframe += 1; | 770 | vframe += 1; |
761 | } | 771 | } |
762 | 772 | ||
763 | 773 | ||
764 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, | 774 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, |
765 | bool selected ) { | 775 | bool selected ) { |
766 | bool edge = false; | 776 | bool edge = false; |
767 | int x, y, w, h; | 777 | int x, y, w, h; |
768 | QRect r = tab->rect(); | 778 | QRect r = tab->rect(); |
769 | r.rect(&x,&y,&w,&h); | 779 | r.rect(&x,&y,&w,&h); |
770 | const int x2 = x+w-1; | 780 | const int x2 = x+w-1; |
771 | const int y2 = y+h-1; | 781 | const int y2 = y+h-1; |
772 | const QColorGroup &group = bar->colorGroup(); | 782 | const QColorGroup &group = bar->colorGroup(); |
773 | 783 | ||
774 | 784 | ||
775 | painter->save(); | 785 | painter->save(); |
776 | 786 | ||
777 | // what position is the tab? | 787 | // what position is the tab? |
778 | if ((bar->count() == 1 )) | 788 | if ((bar->count() == 1 )) |
779 | edge = true; | 789 | edge = true; |
780 | else | 790 | else |
781 | edge = false; | 791 | edge = false; |
782 | 792 | ||
783 | switch (QTabBar::Shape(bar->shape())) { | 793 | switch (QTabBar::Shape(bar->shape())) { |
784 | case QTabBar::RoundedAbove: | 794 | case QTabBar::RoundedAbove: |
785 | case QTabBar::TriangularAbove: { | 795 | case QTabBar::TriangularAbove: { |
786 | if (!selected) { // shorten | 796 | if (!selected) { // shorten |
787 | y += 2; h -= 2; | 797 | y += 2; h -= 2; |
788 | } | 798 | } |
789 | if (selected) { | 799 | if (selected) { |
790 | painter->setPen(Qt::NoPen); | 800 | painter->setPen(Qt::NoPen); |
791 | painter->fillRect(x+1, y+1, w-1, h-1, | 801 | painter->fillRect(x+1, y+1, w-1, h-1, |
792 | group.brush(QColorGroup::Background)); | 802 | group.brush(QColorGroup::Background)); |
793 | } else | 803 | } else |
794 | drawPhaseGradient(painter, QRect(x+1, y+1, w-1, h-2), | 804 | drawPhaseGradient(painter, QRect(x+1, y+1, w-1, h-2), |
795 | group.background().dark(contrast) ); | 805 | group.background().dark(contrast) ); |
796 | 806 | ||
797 | 807 | ||
798 | // draw tab | 808 | // draw tab |
799 | painter->setPen(group.dark()); | 809 | painter->setPen(group.dark()); |
800 | painter->drawLine(x, y, x, y2-2); | 810 | painter->drawLine(x, y, x, y2-2); |
801 | painter->drawLine(x+1, y, x2, y); | 811 | painter->drawLine(x+1, y, x2, y); |
802 | painter->drawLine(x2, y+1, x2, y2-2); | 812 | painter->drawLine(x2, y+1, x2, y2-2); |
803 | 813 | ||
804 | painter->setPen(group.mid()); | 814 | painter->setPen(group.mid()); |
805 | painter->drawLine(x2-1, y+2, x2-1, y2-2); | 815 | painter->drawLine(x2-1, y+2, x2-1, y2-2); |
806 | 816 | ||
807 | painter->setPen(group.midlight()); | 817 | painter->setPen(group.midlight()); |
808 | painter->drawLine(x+1, y+1, x2-2, y+1); | 818 | painter->drawLine(x+1, y+1, x2-2, y+1); |
809 | 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); |
810 | 820 | ||
811 | // finish off bottom | 821 | // finish off bottom |
812 | if (selected) { | 822 | if (selected) { |
813 | painter->setPen(group.dark()); | 823 | painter->setPen(group.dark()); |
814 | painter->drawPoint(x, y2-1); | 824 | painter->drawPoint(x, y2-1); |
815 | painter->drawPoint(x2, y2-1); | 825 | painter->drawPoint(x2, y2-1); |
816 | 826 | ||
817 | painter->setPen(group.midlight()); | 827 | painter->setPen(group.midlight()); |
818 | painter->drawPoint(x, y2); | 828 | painter->drawPoint(x, y2); |
819 | painter->drawLine(x+1, y2-1, x+1, y2); | 829 | painter->drawLine(x+1, y2-1, x+1, y2); |
820 | painter->drawPoint(x2, y2); | 830 | painter->drawPoint(x2, y2); |
821 | 831 | ||
822 | painter->setPen(group.mid()); | 832 | painter->setPen(group.mid()); |
823 | painter->drawPoint(x2-1, y2-1); | 833 | painter->drawPoint(x2-1, y2-1); |
824 | 834 | ||
825 | if (edge) { | 835 | if (edge) { |
826 | painter->setPen(group.dark()); | 836 | painter->setPen(group.dark()); |
827 | painter->drawLine(x, y2-1, x, y2); | 837 | painter->drawLine(x, y2-1, x, y2); |
828 | painter->setPen(group.midlight()); | 838 | painter->setPen(group.midlight()); |
829 | painter->drawPoint(x+1, y2); | 839 | painter->drawPoint(x+1, y2); |
830 | } | 840 | } |
831 | } else { | 841 | } else { |
832 | painter->setPen(group.dark()); | 842 | painter->setPen(group.dark()); |
833 | painter->drawLine(x, y2-1, x2, y2-1); | 843 | painter->drawLine(x, y2-1, x2, y2-1); |
834 | 844 | ||
835 | painter->setPen(group.midlight()); | 845 | painter->setPen(group.midlight()); |
836 | painter->drawLine(x, y2, x2, y2); | 846 | painter->drawLine(x, y2, x2, y2); |
837 | 847 | ||
838 | if (edge) { | 848 | if (edge) { |
839 | painter->setPen(group.dark()); | 849 | painter->setPen(group.dark()); |
840 | painter->drawLine(x, y2-1, x, y2); | 850 | painter->drawLine(x, y2-1, x, y2); |
841 | } | 851 | } |
842 | } | 852 | } |
843 | break; | 853 | break; |
844 | } | 854 | } |
845 | case QTabBar::RoundedBelow: | 855 | case QTabBar::RoundedBelow: |
846 | case QTabBar::TriangularBelow: { | 856 | case QTabBar::TriangularBelow: { |
847 | painter->setBrush( group.background().dark(contrast)); | 857 | painter->setBrush( group.background().dark(contrast)); |
848 | painter->setPen(Qt::NoPen); | 858 | painter->setPen(Qt::NoPen); |
849 | 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()); |
850 | 860 | ||
851 | // draw tab | 861 | // draw tab |
852 | painter->setPen(group.dark()); | 862 | painter->setPen(group.dark()); |
853 | painter->drawLine(x, y+1, x, y2); | 863 | painter->drawLine(x, y+1, x, y2); |
854 | painter->drawLine(x+1, y2, x2, y2); | 864 | painter->drawLine(x+1, y2, x2, y2); |
855 | painter->drawLine(x2, y+1, x2, y2-1); | 865 | painter->drawLine(x2, y+1, x2, y2-1); |
856 | 866 | ||
857 | painter->setPen(group.mid()); | 867 | painter->setPen(group.mid()); |
858 | painter->drawLine(x2-1, y+1, x2-1, y2-1); | 868 | painter->drawLine(x2-1, y+1, x2-1, y2-1); |
859 | painter->drawLine(x+2, y2-1, x2-1, y2-1); | 869 | painter->drawLine(x+2, y2-1, x2-1, y2-1); |
860 | painter->drawPoint(x, y); | 870 | painter->drawPoint(x, y); |
861 | painter->drawPoint(x2, y); | 871 | painter->drawPoint(x2, y); |
862 | 872 | ||
863 | if ((selected) || edge) { | 873 | if ((selected) || edge) { |
864 | painter->setPen(group.midlight()); | 874 | painter->setPen(group.midlight()); |
865 | painter->drawLine(x+1, y+1, x+1, y2-2); | 875 | painter->drawLine(x+1, y+1, x+1, y2-2); |
866 | } | 876 | } |
867 | 877 | ||
868 | // finish off top | 878 | // finish off top |
869 | if (selected) { | 879 | if (selected) { |
870 | if (edge) { | 880 | if (edge) { |
871 | painter->setPen(group.dark()); | 881 | painter->setPen(group.dark()); |
872 | painter->drawPoint(x, y); | 882 | painter->drawPoint(x, y); |
873 | painter->setPen(group.midlight()); | 883 | painter->setPen(group.midlight()); |
874 | painter->drawPoint(x+1, y); | 884 | painter->drawPoint(x+1, y); |
875 | } | 885 | } |
876 | } else { | 886 | } else { |
877 | painter->setPen(group.dark()); | 887 | painter->setPen(group.dark()); |
878 | painter->drawLine(x, y+1, x2, y+1); | 888 | painter->drawLine(x, y+1, x2, y+1); |
879 | 889 | ||
880 | painter->setPen(group.mid()); | 890 | painter->setPen(group.mid()); |
881 | painter->drawLine(x, y, x2, y); | 891 | painter->drawLine(x, y, x2, y); |
882 | 892 | ||
883 | if (edge) { | 893 | if (edge) { |
884 | painter->setPen(group.dark()); | 894 | painter->setPen(group.dark()); |
885 | painter->drawPoint(x, y); | 895 | painter->drawPoint(x, y); |
886 | } | 896 | } |
887 | } | 897 | } |
888 | break; | 898 | break; |
889 | } | 899 | } |
890 | } | 900 | } |
891 | 901 | ||
892 | painter->restore(); | 902 | painter->restore(); |
893 | } | 903 | } |
894 | 904 | ||
895 | void PhaseStyle::drawTabMask( QPainter* p, const QTabBar*, QTab* tab, | 905 | void PhaseStyle::drawTabMask( QPainter* p, const QTabBar*, QTab* tab, |
896 | bool ) { | 906 | bool ) { |
897 | p->fillRect(tab->rect(), Qt::color1); | 907 | p->fillRect(tab->rect(), Qt::color1); |
898 | } | 908 | } |
899 | 909 | ||
900 | void PhaseStyle::drawToolButton(QPainter * p, int x, int y, | 910 | void PhaseStyle::drawToolButton(QPainter * p, int x, int y, |
901 | int w, int h, const QColorGroup & g, | 911 | int w, int h, const QColorGroup & g, |
902 | bool sunken, | 912 | bool sunken, |
903 | const QBrush * fill ) { | 913 | const QBrush * fill ) { |
904 | QRect r(x, y, w, h ); | 914 | QRect r(x, y, w, h ); |
905 | p->fillRect(r, g.background()); | 915 | p->fillRect(r, g.background()); |
906 | 916 | ||
907 | drawPanel(p, x, y, w, h, g, sunken, 1, | 917 | drawPanel(p, x, y, w, h, g, sunken, 1, |
908 | fill ? fill : &g.brush(QColorGroup::Button) ); | 918 | fill ? fill : &g.brush(QColorGroup::Button) ); |
909 | 919 | ||
910 | 920 | ||
911 | p->setPen(g.text() ); | 921 | p->setPen(g.text() ); |
912 | } | 922 | } |
913 | 923 | ||
914 | 924 | ||
915 | /* | 925 | /* |
916 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 926 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
917 | * | 927 | * |
918 | * ../web/webstyle.cpp | 928 | * ../web/webstyle.cpp |
919 | */ | 929 | */ |
920 | void PhaseStyle::scrollBarMetrics(const QScrollBar* sb, int& sliderMin, | 930 | void PhaseStyle::scrollBarMetrics(const QScrollBar* sb, int& sliderMin, |
921 | int& sliderMax, int &sliderLength, | 931 | int& sliderMax, int &sliderLength, |
922 | int& buttonDim ) { | 932 | int& buttonDim ) { |
923 | int maxlen; | 933 | int maxlen; |
924 | bool horizontal = sb->orientation() == QScrollBar::Horizontal; | 934 | bool horizontal = sb->orientation() == QScrollBar::Horizontal; |
925 | int len = (horizontal) ? sb->width() : sb->height(); | 935 | int len = (horizontal) ? sb->width() : sb->height(); |
926 | int extent = (horizontal) ? sb->height() : sb->width(); | 936 | int extent = (horizontal) ? sb->height() : sb->width(); |
927 | 937 | ||
928 | if (len > (extent - 1) * 2) | 938 | if (len > (extent - 1) * 2) |
929 | buttonDim = extent; | 939 | buttonDim = extent; |
930 | else | 940 | else |
931 | buttonDim = len / 2 - 1; | 941 | buttonDim = len / 2 - 1; |
932 | 942 | ||
933 | if (horizontal) | 943 | if (horizontal) |
934 | sliderMin = buttonDim * 2; | 944 | sliderMin = buttonDim * 2; |
935 | else | 945 | else |
936 | sliderMin = 1; | 946 | sliderMin = 1; |
937 | 947 | ||
938 | maxlen = len - buttonDim * 2 - 1; | 948 | maxlen = len - buttonDim * 2 - 1; |
939 | int div = QMAX(1, (sb->maxValue() - sb->minValue() + sb->pageStep() ) ); | 949 | int div = QMAX(1, (sb->maxValue() - sb->minValue() + sb->pageStep() ) ); |
940 | 950 | ||
941 | sliderLength = | 951 | sliderLength = |
942 | (sb->pageStep() * maxlen) / div; | 952 | (sb->pageStep() * maxlen) / div; |
943 | 953 | ||
944 | if (sliderLength < SCROLLBAR_EXTENT) | 954 | if (sliderLength < SCROLLBAR_EXTENT) |
945 | sliderLength = SCROLLBAR_EXTENT; | 955 | sliderLength = SCROLLBAR_EXTENT; |
946 | 956 | ||
947 | if (sliderLength > maxlen) | 957 | if (sliderLength > maxlen) |
948 | sliderLength = maxlen; | 958 | sliderLength = maxlen; |
949 | 959 | ||
950 | sliderMax = sliderMin + maxlen - sliderLength; | 960 | sliderMax = sliderMin + maxlen - sliderLength; |
951 | } | 961 | } |
952 | 962 | ||
953 | void PhaseStyle::drawScrollBarControls( QPainter* p, const QScrollBar *sb, | 963 | void PhaseStyle::drawScrollBarControls( QPainter* p, const QScrollBar *sb, |
954 | int sliderStart, uint controls, | 964 | int sliderStart, uint controls, |
955 | uint activeControl) { | 965 | uint activeControl) { |
956 | const bool horizontal = (sb->orientation() == Qt::Horizontal ); | 966 | const bool horizontal = (sb->orientation() == Qt::Horizontal ); |
957 | int sliderMin, sliderMax, sliderLength, buttonDim; | 967 | int sliderMin, sliderMax, sliderLength, buttonDim; |
958 | const QColorGroup& g = sb->colorGroup(); | 968 | const QColorGroup& g = sb->colorGroup(); |
959 | QRect sub, add, subPage, addPage, slider; | 969 | QRect sub, add, subPage, addPage, slider; |
960 | int x, y, x2, y2; | 970 | int x, y, x2, y2; |
961 | 971 | ||
962 | scrollBarMetrics( sb, sliderMin, sliderMax, sliderLength, buttonDim ); | 972 | scrollBarMetrics( sb, sliderMin, sliderMax, sliderLength, buttonDim ); |
963 | 973 | ||
964 | /* lets get the positions */ | 974 | /* lets get the positions */ |
965 | scrollBarItemPositions(sb, horizontal, sliderStart, | 975 | scrollBarItemPositions(sb, horizontal, sliderStart, |
966 | sliderMax, sliderLength, buttonDim, | 976 | sliderMax, sliderLength, buttonDim, |
967 | sub, add, subPage, addPage, | 977 | sub, add, subPage, addPage, |
968 | slider ); | 978 | slider ); |
969 | 979 | ||
970 | 980 | ||
971 | /* sanity */ | 981 | /* sanity */ |
972 | if ( sliderStart > sliderMax ) | 982 | if ( sliderStart > sliderMax ) |
973 | sliderStart = sliderMax; | 983 | sliderStart = sliderMax; |
974 | 984 | ||
975 | // addline | 985 | // addline |
976 | if ( controls & AddLine && add.isValid() ) { | 986 | if ( controls & AddLine && add.isValid() ) { |
977 | x = add.x(); y = add.y(); | 987 | x = add.x(); y = add.y(); |
978 | x2 = add.width(); y2 = add.height(); | 988 | x2 = add.width(); y2 = add.height(); |
979 | const bool down = (activeControl & AddLine ); | 989 | const bool down = (activeControl & AddLine ); |
980 | drawBevelButton(p, x, y, x2, y2, g, down, | 990 | drawBevelButton(p, x, y, x2, y2, g, down, |
981 | &g.brush(QColorGroup::Button)); | 991 | &g.brush(QColorGroup::Button)); |
982 | 992 | ||
983 | Qt::ArrowType arrow = horizontal ? RightArrow : DownArrow; | 993 | Qt::ArrowType arrow = horizontal ? RightArrow : DownArrow; |
984 | if (down ) { | 994 | if (down ) { |
985 | switch (arrow ) { | 995 | switch (arrow ) { |
986 | case DownArrow: y++; break; | 996 | case DownArrow: y++; break; |
987 | case RightArrow: x++; break; | 997 | case RightArrow: x++; break; |
988 | default: break; | 998 | default: break; |
989 | } | 999 | } |
990 | } | 1000 | } |
991 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); | 1001 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); |
992 | } | 1002 | } |
993 | 1003 | ||
994 | if ( controls & SubLine && sub.isValid() ) { | 1004 | if ( controls & SubLine && sub.isValid() ) { |
995 | x = sub.x(); y = sub.y(); | 1005 | x = sub.x(); y = sub.y(); |
996 | x2 = sub.width(); y2 = sub.height(); | 1006 | x2 = sub.width(); y2 = sub.height(); |
997 | const bool down = (activeControl & SubLine ); | 1007 | const bool down = (activeControl & SubLine ); |
998 | drawBevelButton(p, x, y, x2, y2, g, down, | 1008 | drawBevelButton(p, x, y, x2, y2, g, down, |
999 | &g.brush(QColorGroup::Button)); | 1009 | &g.brush(QColorGroup::Button)); |
1000 | 1010 | ||
1001 | Qt::ArrowType arrow = horizontal ? LeftArrow : UpArrow; | 1011 | Qt::ArrowType arrow = horizontal ? LeftArrow : UpArrow; |
1002 | if (down ) { | 1012 | if (down ) { |
1003 | switch (arrow ) { | 1013 | switch (arrow ) { |
1004 | case UpArrow: y--; break; | 1014 | case UpArrow: y--; break; |
1005 | case LeftArrow: x--; break; | 1015 | case LeftArrow: x--; break; |
1006 | default: break; | 1016 | default: break; |
1007 | } | 1017 | } |
1008 | } | 1018 | } |
1009 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); | 1019 | drawArrow( p, arrow, down, x, y, x2, y2, g, true ); |
1010 | } | 1020 | } |
1011 | 1021 | ||
1012 | if ( controls & AddPage && addPage.isValid() ) { | 1022 | if ( controls & AddPage && addPage.isValid() ) { |
1013 | x = addPage.x(); y = addPage.y(); | 1023 | x = addPage.x(); y = addPage.y(); |
1014 | x2 = addPage.right(); y2 = addPage.bottom(); | 1024 | x2 = addPage.right(); y2 = addPage.bottom(); |
1015 | 1025 | ||
1016 | p->fillRect(addPage, g.mid()); | 1026 | p->fillRect(addPage, g.mid()); |
1017 | p->setPen(g.dark()); | 1027 | p->setPen(g.dark()); |
1018 | if (horizontal) { // vertical | 1028 | if (horizontal) { // vertical |
1019 | p->drawLine(x, y, x2, y); | 1029 | p->drawLine(x, y, x2, y); |
1020 | p->drawLine(x, y2, x2, y2); | 1030 | p->drawLine(x, y2, x2, y2); |
1021 | } else { // horizontal | 1031 | } else { // horizontal |
1022 | p->drawLine(x, y, x, y2); | 1032 | p->drawLine(x, y, x, y2); |
1023 | p->drawLine(x2, y, x2, y2); | 1033 | p->drawLine(x2, y, x2, y2); |
1024 | } | 1034 | } |
1025 | } | 1035 | } |
1026 | 1036 | ||
1027 | if ( controls & SubPage && subPage.isValid() ) { | 1037 | if ( controls & SubPage && subPage.isValid() ) { |
1028 | x = subPage.x(); y = subPage.y(); | 1038 | x = subPage.x(); y = subPage.y(); |
1029 | x2 = subPage.right(); y2 = subPage.bottom(); | 1039 | x2 = subPage.right(); y2 = subPage.bottom(); |
1030 | 1040 | ||
1031 | p->fillRect(subPage, g.mid()); | 1041 | p->fillRect(subPage, g.mid()); |
1032 | p->setPen(g.dark()); | 1042 | p->setPen(g.dark()); |
1033 | if (horizontal) { // vertical | 1043 | if (horizontal) { // vertical |
1034 | p->drawLine(x, y, x2, y); | 1044 | p->drawLine(x, y, x2, y); |
1035 | p->drawLine(x, y2, x2, y2); | 1045 | p->drawLine(x, y2, x2, y2); |
1036 | } else { // horizontal | 1046 | } else { // horizontal |
1037 | p->drawLine(x, y, x, y2); | 1047 | p->drawLine(x, y, x, y2); |
1038 | p->drawLine(x2, y, x2, y2); | 1048 | p->drawLine(x2, y, x2, y2); |
1039 | } | 1049 | } |
1040 | } | 1050 | } |
1041 | 1051 | ||
1042 | if ( controls & Slider && slider.isValid() ) { | 1052 | if ( controls & Slider && slider.isValid() ) { |
1043 | x = slider.x(); y = slider.y(); | 1053 | x = slider.x(); y = slider.y(); |
1044 | x2 = slider.width(); y2 = slider.height(); | 1054 | x2 = slider.width(); y2 = slider.height(); |
1045 | const bool down = ( activeControl & Slider ); | 1055 | const bool down = ( activeControl & Slider ); |
1046 | 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; |
1047 | 1057 | ||
1048 | drawBevelButton(p, x, y, x2, y2, g, down, | 1058 | drawBevelButton(p, x, y, x2, y2, g, down, |
1049 | &g.brush(QColorGroup::Button) ); | 1059 | &g.brush(QColorGroup::Button) ); |
1050 | 1060 | ||
1051 | if (horizontal && (x2 >=20)) { | 1061 | if (horizontal && (x2 >=20)) { |
1052 | for (int n = -5; n <= 5; n += 5) | 1062 | for (int n = -5; n <= 5; n += 5) |
1053 | kColorBitmaps(p, g, cx+n, cy, | 1063 | kColorBitmaps(p, g, cx+n, cy, |
1054 | 0, &doodad_mid, &doodad_light, 0, 0, 0); | 1064 | 0, &doodad_mid, &doodad_light, 0, 0, 0); |
1055 | } else if (!horizontal && (y2 >= 20)) { | 1065 | } else if (!horizontal && (y2 >= 20)) { |
1056 | for (int n = -5; n <= 5; n += 5) | 1066 | for (int n = -5; n <= 5; n += 5) |
1057 | kColorBitmaps(p, g, cx, cy+n, | 1067 | kColorBitmaps(p, g, cx, cy+n, |
1058 | 0, &doodad_mid, &doodad_light, 0, 0, 0); | 1068 | 0, &doodad_mid, &doodad_light, 0, 0, 0); |
1059 | } | 1069 | } |
1060 | 1070 | ||
1061 | if ( sb->hasFocus() && down ) { | 1071 | if ( sb->hasFocus() && down ) { |
1062 | slider = QRect(slider.x()+2, slider.y()+2, | 1072 | slider = QRect(slider.x()+2, slider.y()+2, |
1063 | slider.width()-2, slider.height()-2 ); | 1073 | slider.width()-2, slider.height()-2 ); |
1064 | drawFocusRect(p, slider, g, false ); | 1074 | drawFocusRect(p, slider, g, false ); |
1065 | } | 1075 | } |
1066 | 1076 | ||
1067 | } | 1077 | } |
1068 | } | 1078 | } |
1069 | 1079 | ||
1070 | /* | 1080 | /* |
1071 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 1081 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
1072 | * | 1082 | * |
1073 | * ../web/webstyle.cpp | 1083 | * ../web/webstyle.cpp |
1074 | */ | 1084 | */ |
1075 | QStyle::ScrollControl PhaseStyle::scrollBarPointOver( const QScrollBar * sb, | 1085 | QStyle::ScrollControl PhaseStyle::scrollBarPointOver( const QScrollBar * sb, |
1076 | int sliderStart, | 1086 | int sliderStart, |
1077 | const QPoint & point ) { | 1087 | const QPoint & point ) { |
1078 | if (!sb->rect().contains(point)) | 1088 | if (!sb->rect().contains(point)) |
1079 | return NoScroll; | 1089 | return NoScroll; |
1080 | 1090 | ||
1081 | int sliderMin, sliderMax, sliderLength, buttonDim; | 1091 | int sliderMin, sliderMax, sliderLength, buttonDim; |
1082 | scrollBarMetrics(sb, sliderMin, sliderMax, sliderLength, buttonDim); | 1092 | scrollBarMetrics(sb, sliderMin, sliderMax, sliderLength, buttonDim); |
1083 | 1093 | ||
1084 | if (sb->orientation() == QScrollBar::Horizontal) { | 1094 | if (sb->orientation() == QScrollBar::Horizontal) { |
1085 | int x = point.x(); | 1095 | int x = point.x(); |
1086 | 1096 | ||
1087 | if (x <= buttonDim) | 1097 | if (x <= buttonDim) |
1088 | return SubLine; | 1098 | return SubLine; |
1089 | else if (x <= buttonDim * 2) | 1099 | else if (x <= buttonDim * 2) |
1090 | return AddLine; | 1100 | return AddLine; |
1091 | else if (x < sliderStart) | 1101 | else if (x < sliderStart) |
1092 | return SubPage; | 1102 | return SubPage; |
1093 | else if (x < sliderStart+sliderLength) | 1103 | else if (x < sliderStart+sliderLength) |
1094 | return Slider; | 1104 | return Slider; |
1095 | else | 1105 | else |
1096 | return AddPage; | 1106 | return AddPage; |
1097 | } else { | 1107 | } else { |
1098 | int y = point.y(); | 1108 | int y = point.y(); |
1099 | 1109 | ||
1100 | if (y < sliderStart) | 1110 | if (y < sliderStart) |
1101 | return SubPage; | 1111 | return SubPage; |
1102 | else if (y < sliderStart + sliderLength) | 1112 | else if (y < sliderStart + sliderLength) |
1103 | return Slider; | 1113 | return Slider; |
1104 | else if (y < sliderMax + sliderLength) | 1114 | else if (y < sliderMax + sliderLength) |
1105 | return AddPage; | 1115 | return AddPage; |
1106 | else if (y < sliderMax + sliderLength + buttonDim) | 1116 | else if (y < sliderMax + sliderLength + buttonDim) |
1107 | return SubLine; | 1117 | return SubLine; |
1108 | else | 1118 | else |
1109 | return AddLine; | 1119 | return AddLine; |
1110 | } | 1120 | } |
1111 | } | 1121 | } |
1112 | 1122 | ||
1113 | /* | 1123 | /* |
1114 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> | 1124 | * LGPLv2 Copyright (C) 2001 Rik Hemsley (rikkus) <rik@kde.org> |
1115 | * | 1125 | * |
1116 | * ../web/webstyle.cpp | 1126 | * ../web/webstyle.cpp |
1117 | * scrollBarControlsMetrics | 1127 | * scrollBarControlsMetrics |
1118 | */ | 1128 | */ |
1119 | void PhaseStyle::scrollBarItemPositions( const QScrollBar* sb, const bool horizontal, | 1129 | void PhaseStyle::scrollBarItemPositions( const QScrollBar* sb, const bool horizontal, |
1120 | int sliderStart, int sliderMax, | 1130 | int sliderStart, int sliderMax, |
1121 | int sliderLength, int buttonDim, | 1131 | int sliderLength, int buttonDim, |
1122 | QRect &rSub, QRect& rAdd, QRect& rSubPage, | 1132 | QRect &rSub, QRect& rAdd, QRect& rSubPage, |
1123 | QRect &rAddPage, QRect& rSlider ) { | 1133 | QRect &rAddPage, QRect& rSlider ) { |
1124 | 1134 | ||
1125 | int len = horizontal ? sb->width() : sb->height(); | 1135 | int len = horizontal ? sb->width() : sb->height(); |
1126 | int extent = horizontal ? sb->height() : sb->width(); | 1136 | int extent = horizontal ? sb->height() : sb->width(); |
1127 | 1137 | ||
1128 | QColorGroup g = sb->colorGroup(); | 1138 | QColorGroup g = sb->colorGroup(); |
1129 | 1139 | ||
1130 | if (sliderStart > sliderMax) | 1140 | if (sliderStart > sliderMax) |
1131 | sliderStart = sliderMax; | 1141 | sliderStart = sliderMax; |
1132 | 1142 | ||
1133 | int sliderEnd = sliderStart + sliderLength; | 1143 | int sliderEnd = sliderStart + sliderLength; |
1134 | 1144 | ||
1135 | int addX, addY; | 1145 | int addX, addY; |
1136 | int subX, subY; | 1146 | int subX, subY; |
1137 | int subPageX, subPageY, subPageW, subPageH; | 1147 | int subPageX, subPageY, subPageW, subPageH; |
1138 | int addPageX, addPageY, addPageW, addPageH; | 1148 | int addPageX, addPageY, addPageW, addPageH; |
1139 | int sliderX, sliderY, sliderW, sliderH; | 1149 | int sliderX, sliderY, sliderW, sliderH; |
1140 | 1150 | ||
1141 | if (horizontal){ | 1151 | if (horizontal){ |
1142 | subY = 0; | 1152 | subY = 0; |
1143 | addY = 0; | 1153 | addY = 0; |
1144 | subX = 0; | 1154 | subX = 0; |
1145 | addX = buttonDim; | 1155 | addX = buttonDim; |
1146 | 1156 | ||
1147 | subPageX = buttonDim * 2; | 1157 | subPageX = buttonDim * 2; |
1148 | subPageY = 0; | 1158 | subPageY = 0; |
1149 | subPageW = sliderStart - 1; | 1159 | subPageW = sliderStart - 1; |
1150 | subPageH = extent; | 1160 | subPageH = extent; |
1151 | 1161 | ||
1152 | addPageX = sliderEnd; | 1162 | addPageX = sliderEnd; |
1153 | addPageY = 0; | 1163 | addPageY = 0; |
1154 | addPageW = len - sliderEnd; | 1164 | addPageW = len - sliderEnd; |
1155 | addPageH = extent; | 1165 | addPageH = extent; |
1156 | 1166 | ||
1157 | sliderX = sliderStart; | 1167 | sliderX = sliderStart; |
1158 | sliderY = 0; | 1168 | sliderY = 0; |
1159 | sliderW = sliderLength; | 1169 | sliderW = sliderLength; |
1160 | sliderH = extent; | 1170 | sliderH = extent; |
1161 | }else { | 1171 | }else { |
1162 | subX = 0; | 1172 | subX = 0; |
1163 | addX = 0; | 1173 | addX = 0; |
1164 | subY = len - buttonDim * 2; | 1174 | subY = len - buttonDim * 2; |
1165 | addY = len - buttonDim; | 1175 | addY = len - buttonDim; |
1166 | 1176 | ||
1167 | subPageX = 0; | 1177 | subPageX = 0; |
1168 | subPageY = 0; | 1178 | subPageY = 0; |
1169 | subPageW = extent; | 1179 | subPageW = extent; |
1170 | subPageH = sliderStart; | 1180 | subPageH = sliderStart; |
1171 | 1181 | ||
1172 | addPageX = 0; | 1182 | addPageX = 0; |
1173 | addPageY = sliderEnd; | 1183 | addPageY = sliderEnd; |
1174 | addPageW = extent; | 1184 | addPageW = extent; |
1175 | addPageH = subY - sliderEnd; | 1185 | addPageH = subY - sliderEnd; |
1176 | 1186 | ||
1177 | sliderX = 0; | 1187 | sliderX = 0; |
1178 | sliderY = sliderStart; | 1188 | sliderY = sliderStart; |
1179 | sliderW = extent; | 1189 | sliderW = extent; |
1180 | sliderH = sliderLength; | 1190 | sliderH = sliderLength; |
1181 | } | 1191 | } |
1182 | 1192 | ||
1183 | rSub .setRect( subX, subY, buttonDim, buttonDim); | 1193 | rSub .setRect( subX, subY, buttonDim, buttonDim); |
1184 | rAdd .setRect( addX, addY, buttonDim, buttonDim); | 1194 | rAdd .setRect( addX, addY, buttonDim, buttonDim); |
1185 | rSubPage .setRect(subPageX, subPageY, subPageW, subPageH); | 1195 | rSubPage .setRect(subPageX, subPageY, subPageW, subPageH); |
1186 | rAddPage .setRect(addPageX, addPageY, addPageW, addPageH); | 1196 | rAddPage .setRect(addPageX, addPageY, addPageW, addPageH); |
1187 | rSlider .setRect( sliderX, sliderY, sliderW, sliderH); | 1197 | rSlider .setRect( sliderX, sliderY, sliderW, sliderH); |
1188 | 1198 | ||
1189 | } | 1199 | } |
1190 | 1200 | ||
1191 | 1201 | ||
1192 | void PhaseStyle::drawSlider (QPainter * p, int x, int y, | 1202 | void PhaseStyle::drawSlider (QPainter * p, int x, int y, |
1193 | int w, int h, const QColorGroup &g, | 1203 | int w, int h, const QColorGroup &g, |
1194 | Orientation o, bool, bool ) { | 1204 | Orientation o, bool, bool ) { |
1195 | int cx = x + w/2; | 1205 | int cx = x + w/2; |
1196 | int cy = y + h/2; | 1206 | int cy = y + h/2; |
1197 | QBrush brush = g.brush( QColorGroup::Button ); | 1207 | QBrush brush = g.brush( QColorGroup::Button ); |
1198 | 1208 | ||
1199 | if ( o == Horizontal ) { | 1209 | if ( o == Horizontal ) { |
1200 | drawBevelButton(p, cx-5, y, 6, h, g, false, | 1210 | drawBevelButton(p, cx-5, y, 6, h, g, false, |
1201 | &brush ); | 1211 | &brush ); |
1202 | drawBevelButton(p, cx, y, 6, h, g, false, | 1212 | drawBevelButton(p, cx, y, 6, h, g, false, |
1203 | &brush ); | 1213 | &brush ); |
1204 | }else { | 1214 | }else { |
1205 | drawBevelButton(p, x, cy-5, w, 6, g, false, | 1215 | drawBevelButton(p, x, cy-5, w, 6, g, false, |
1206 | &brush ); | 1216 | &brush ); |
1207 | drawBevelButton(p, x, cy, w, 6, g, false, | 1217 | drawBevelButton(p, x, cy, w, 6, g, false, |
1208 | &brush ); | 1218 | &brush ); |
1209 | } | 1219 | } |
1210 | } | 1220 | } |
1211 | 1221 | ||
1212 | void PhaseStyle::drawSliderGroove(QPainter* p, int x, int y, | 1222 | void PhaseStyle::drawSliderGroove(QPainter* p, int x, int y, |
1213 | int w, int h, const QColorGroup& g, | 1223 | int w, int h, const QColorGroup& g, |
1214 | QCOORD , Orientation o ) { | 1224 | QCOORD , Orientation o ) { |
1215 | int cx = x + w/2; | 1225 | int cx = x + w/2; |
1216 | int cy = y + h/2; | 1226 | int cy = y + h/2; |
1217 | 1227 | ||
1218 | if ( o == Horizontal ) { | 1228 | if ( o == Horizontal ) { |
1219 | y = cy-3; h = 7; | 1229 | y = cy-3; h = 7; |
1220 | }else { | 1230 | }else { |
1221 | x = cx-3; w = 7; | 1231 | x = cx-3; w = 7; |
1222 | } | 1232 | } |
1223 | 1233 | ||
1224 | drawPanel(p, x, y, w, h, g, true, 1, | 1234 | drawPanel(p, x, y, w, h, g, true, 1, |
1225 | &g.brush(QColorGroup::Mid ) ); | 1235 | &g.brush(QColorGroup::Mid ) ); |
1226 | } | 1236 | } |
diff --git a/noncore/styles/phase/phasestyle.h b/noncore/styles/phase/phasestyle.h index cbaa534..ae53efe 100644 --- a/noncore/styles/phase/phasestyle.h +++ b/noncore/styles/phase/phasestyle.h | |||
@@ -1,167 +1,169 @@ | |||
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 | #ifndef PHASESTYLE_H | 27 | #ifndef PHASESTYLE_H |
28 | #define PHASESTYLE_H | 28 | #define PHASESTYLE_H |
29 | 29 | ||
30 | #include <qstyle.h> | 30 | #include <qstyle.h> |
31 | #include <qwindowsstyle.h> | 31 | #include <qwindowsstyle.h> |
32 | #include <qcolor.h> | 32 | #include <qcolor.h> |
33 | 33 | ||
34 | class KPixmap; | 34 | class KPixmap; |
35 | 35 | ||
36 | class PhaseStyle : public QWindowsStyle | 36 | class PhaseStyle : public QWindowsStyle |
37 | { | 37 | { |
38 | Q_OBJECT | 38 | Q_OBJECT |
39 | public: | 39 | public: |
40 | PhaseStyle(); | 40 | PhaseStyle(); |
41 | virtual ~PhaseStyle(); | 41 | virtual ~PhaseStyle(); |
42 | 42 | ||
43 | void polish( QWidget * ); | 43 | virtual void polish( QWidget * ); |
44 | void polish( QPalette& ); | 44 | virtual void polish( QPalette& ); |
45 | void polish( QApplication* ); | 45 | virtual void polish( QApplication* a); |
46 | virtual void unPolish( QWidget * ); | ||
47 | virtual void unPolish(QApplication *a); | ||
46 | 48 | ||
47 | 49 | ||
48 | void drawCheckMark ( QPainter * p, int x, int y, int w, | 50 | void drawCheckMark ( QPainter * p, int x, int y, int w, |
49 | int h, const QColorGroup & g, | 51 | int h, const QColorGroup & g, |
50 | bool act, bool dis ); | 52 | bool act, bool dis ); |
51 | void drawArrow(QPainter *p, Qt::ArrowType type, bool down, | 53 | void drawArrow(QPainter *p, Qt::ArrowType type, bool down, |
52 | int x, int y, int w, int h, const QColorGroup &g, | 54 | int x, int y, int w, int h, const QColorGroup &g, |
53 | bool enabled=true, const QBrush *fill = 0); | 55 | bool enabled=true, const QBrush *fill = 0); |
54 | 56 | ||
55 | void drawPushButton(QPushButton* btn, QPainter* p ); | 57 | void drawPushButton(QPushButton* btn, QPainter* p ); |
56 | void drawPushButtonLabel(QPushButton* btn, QPainter* p ); | 58 | void drawPushButtonLabel(QPushButton* btn, QPainter* p ); |
57 | void drawPanel(QPainter* p, int , int, int, int, | 59 | void drawPanel(QPainter* p, int , int, int, int, |
58 | const QColorGroup&, bool sunken = false, | 60 | const QColorGroup&, bool sunken = false, |
59 | int lineWidth = 1, const QBrush *b = 0l ); | 61 | int lineWidth = 1, const QBrush *b = 0l ); |
60 | void drawButton( QPainter*, int x, int y, int w, int h, | 62 | void drawButton( QPainter*, int x, int y, int w, int h, |
61 | const QColorGroup&, bool sunken = false, | 63 | const QColorGroup&, bool sunken = false, |
62 | const QBrush* fill = 0); | 64 | const QBrush* fill = 0); |
63 | void drawBevelButton(QPainter*, int, int, int, int, | 65 | void drawBevelButton(QPainter*, int, int, int, int, |
64 | const QColorGroup&, bool sunken = false, | 66 | const QColorGroup&, bool sunken = false, |
65 | const QBrush* fill = 0 ); | 67 | const QBrush* fill = 0 ); |
66 | void drawFocusRect( QPainter* p, const QRect& r, | 68 | void drawFocusRect( QPainter* p, const QRect& r, |
67 | const QColorGroup&, const QColor* = 0, | 69 | const QColorGroup&, const QColor* = 0, |
68 | bool atBorder = false ); | 70 | bool atBorder = false ); |
69 | void drawButtonMask( QPainter* p, int x, int y, | 71 | void drawButtonMask( QPainter* p, int x, int y, |
70 | int w, int h ); | 72 | int w, int h ); |
71 | 73 | ||
72 | 74 | ||
73 | /* Menu Stuff */ | 75 | /* Menu Stuff */ |
74 | void drawSeperator( QPainter* p, int x, int y, int w, | 76 | void drawSeperator( QPainter* p, int x, int y, int w, |
75 | int h, const QColorGroup& group, bool sunken = true, | 77 | int h, const QColorGroup& group, bool sunken = true, |
76 | int lineWidth = 1, int midLineWidtth = 0 ); | 78 | int lineWidth = 1, int midLineWidtth = 0 ); |
77 | void drawMenuBarItem(QPainter* p, int x, int y, int w, int h, | 79 | void drawMenuBarItem(QPainter* p, int x, int y, int w, int h, |
78 | QMenuItem *mi, QColorGroup& g, bool enabled, | 80 | QMenuItem *mi, QColorGroup& g, bool enabled, |
79 | bool act); | 81 | bool act); |
80 | 82 | ||
81 | /* RadioButton, CheckBox... */ | 83 | /* RadioButton, CheckBox... */ |
82 | void drawIndicator(QPainter* p, int x, int y, int w, int h, | 84 | void drawIndicator(QPainter* p, int x, int y, int w, int h, |
83 | const QColorGroup &g, int state, bool down = FALSE, | 85 | const QColorGroup &g, int state, bool down = FALSE, |
84 | bool enabled = TRUE ); | 86 | bool enabled = TRUE ); |
85 | void drawExclusiveIndicator( QPainter*, int, int, int, int, | 87 | void drawExclusiveIndicator( QPainter*, int, int, int, int, |
86 | const QColorGroup&, bool on, | 88 | const QColorGroup&, bool on, |
87 | bool down = false,bool enabled = true ); | 89 | bool down = false,bool enabled = true ); |
88 | void drawExclusiveIndicatorMask (QPainter*, int, int, int, int, bool ); | 90 | void drawExclusiveIndicatorMask (QPainter*, int, int, int, int, bool ); |
89 | 91 | ||
90 | /* spacing,dimensions */ | 92 | /* spacing,dimensions */ |
91 | int defaultFrameWidth () const; | 93 | int defaultFrameWidth () const; |
92 | int popupMenuItemHeight ( bool checkable, | 94 | int popupMenuItemHeight ( bool checkable, |
93 | QMenuItem * mi, | 95 | QMenuItem * mi, |
94 | const QFontMetrics & fm ); | 96 | const QFontMetrics & fm ); |
95 | int extraPopupMenuItemWidth(bool checkable, int maxpmw, | 97 | int extraPopupMenuItemWidth(bool checkable, int maxpmw, |
96 | QMenuItem* mi, const QFontMetrics& fm ); | 98 | QMenuItem* mi, const QFontMetrics& fm ); |
97 | 99 | ||
98 | QSize indicatorSize()const; | 100 | QSize indicatorSize()const; |
99 | QSize exclusiveIndicatorSize()const; | 101 | QSize exclusiveIndicatorSize()const; |
100 | void getButtonShift( int &x, int &y ); | 102 | void getButtonShift( int &x, int &y ); |
101 | 103 | ||
102 | /* popup drawing */ | 104 | /* popup drawing */ |
103 | void drawPopupMenuItem ( QPainter * p, bool checkable, int maxpmw, | 105 | void drawPopupMenuItem ( QPainter * p, bool checkable, int maxpmw, |
104 | int tab, QMenuItem * mi, | 106 | int tab, QMenuItem * mi, |
105 | const QPalette & pal, bool act, | 107 | const QPalette & pal, bool act, |
106 | bool enabled, int x, int y, | 108 | bool enabled, int x, int y, |
107 | int w, int h ); | 109 | int w, int h ); |
108 | 110 | ||
109 | /* combo box */ | 111 | /* combo box */ |
110 | QRect comboButtonRect ( int x, int y, int w, int h ); | 112 | QRect comboButtonRect ( int x, int y, int w, int h ); |
111 | void drawComboButton( QPainter * p, int x, int y, | 113 | void drawComboButton( QPainter * p, int x, int y, |
112 | int w, int h, | 114 | int w, int h, |
113 | const QColorGroup & g, | 115 | const QColorGroup & g, |
114 | bool sunken = FALSE, | 116 | bool sunken = FALSE, |
115 | bool editable = FALSE, | 117 | bool editable = FALSE, |
116 | bool enabled = TRUE, | 118 | bool enabled = TRUE, |
117 | const QBrush * fill = 0 ); | 119 | const QBrush * fill = 0 ); |
118 | 120 | ||
119 | /* tabbar */ | 121 | /* tabbar */ |
120 | void drawTab(QPainter*, const QTabBar*, QTab*, | 122 | void drawTab(QPainter*, const QTabBar*, QTab*, |
121 | bool selected ); | 123 | bool selected ); |
122 | void drawTabMask( QPainter*, const QTabBar*, QTab*, | 124 | void drawTabMask( QPainter*, const QTabBar*, QTab*, |
123 | bool ); | 125 | bool ); |
124 | void tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int &overlap); | 126 | void tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int &overlap); |
125 | 127 | ||
126 | /* tool button */ | 128 | /* tool button */ |
127 | void drawToolButton ( QPainter * p, int x, int y, | 129 | void drawToolButton ( QPainter * p, int x, int y, |
128 | int w, int h, | 130 | int w, int h, |
129 | const QColorGroup & g, | 131 | const QColorGroup & g, |
130 | bool sunken = FALSE, | 132 | bool sunken = FALSE, |
131 | const QBrush * fill = 0 ); | 133 | const QBrush * fill = 0 ); |
132 | 134 | ||
133 | /* scrollbar */ | 135 | /* scrollbar */ |
134 | void drawScrollBarControls ( QPainter *, const QScrollBar *, | 136 | void drawScrollBarControls ( QPainter *, const QScrollBar *, |
135 | int sliderStart, uint controls, | 137 | int sliderStart, uint controls, |
136 | uint activeControl ); | 138 | uint activeControl ); |
137 | void scrollBarMetrics( const QScrollBar*, int&, int&, int&, int& ); | 139 | void scrollBarMetrics( const QScrollBar*, int&, int&, int&, int& ); |
138 | QStyle::ScrollControl scrollBarPointOver( const QScrollBar*, int sliderStart, | 140 | QStyle::ScrollControl scrollBarPointOver( const QScrollBar*, int sliderStart, |
139 | const QPoint& ); | 141 | const QPoint& ); |
140 | 142 | ||
141 | /* slider drawing */ | 143 | /* slider drawing */ |
142 | void drawSlider ( QPainter * p, int x, int y, int w, int h, | 144 | void drawSlider ( QPainter * p, int x, int y, int w, int h, |
143 | const QColorGroup & g, Orientation, | 145 | const QColorGroup & g, Orientation, |
144 | bool tickAbove, bool tickBelow ); | 146 | bool tickAbove, bool tickBelow ); |
145 | 147 | ||
146 | void drawSliderGroove ( QPainter * p, int x, int y, int w, | 148 | void drawSliderGroove ( QPainter * p, int x, int y, int w, |
147 | int h, const QColorGroup & g, | 149 | int h, const QColorGroup & g, |
148 | QCOORD c, Orientation ); | 150 | QCOORD c, Orientation ); |
149 | private: | 151 | private: |
150 | void drawPhaseGradient(QPainter* p, | 152 | void drawPhaseGradient(QPainter* p, |
151 | const QRect& rec, | 153 | const QRect& rec, |
152 | const QColor& col )const; | 154 | const QColor& col )const; |
153 | static void scrollBarItemPositions( const QScrollBar *, | 155 | static void scrollBarItemPositions( const QScrollBar *, |
154 | const bool horizontal, | 156 | const bool horizontal, |
155 | int sliderStart, | 157 | int sliderStart, |
156 | int sliderMax, | 158 | int sliderMax, |
157 | int sliderLength, | 159 | int sliderLength, |
158 | int buttomDim, | 160 | int buttomDim, |
159 | QRect& sub, | 161 | QRect& sub, |
160 | QRect& add, | 162 | QRect& add, |
161 | QRect& subPage, | 163 | QRect& subPage, |
162 | QRect& addPage, | 164 | QRect& addPage, |
163 | QRect& slider ); | 165 | QRect& slider ); |
164 | }; | 166 | }; |
165 | 167 | ||
166 | 168 | ||
167 | #endif | 169 | #endif |