summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquid.h
authorsandman <sandman>2002-11-18 03:48:58 (UTC)
committer sandman <sandman>2002-11-18 03:48:58 (UTC)
commitc2d7749ca68a545b67e1b07ffbb65f08da203702 (patch) (unidiff)
treeb5d867ada033b4c98ffaba8bb1d4cfbb8c0e023a /noncore/styles/liquid/liquid.h
parentee9696cbb7a39e0f13739ae86cd925b0f675a43c (diff)
downloadopie-c2d7749ca68a545b67e1b07ffbb65f08da203702.zip
opie-c2d7749ca68a545b67e1b07ffbb65f08da203702.tar.gz
opie-c2d7749ca68a545b67e1b07ffbb65f08da203702.tar.bz2
Optimized Liquid for handhelds:
- removed some dead code from the original liquid - removed all code related to mouse-hover - rewrote QToolButton drawing, so navigating toolbars with Menu/Direction keys looks nicer - changed the way focus indicators are drawn on many widgets - support for libqte's with version < 2.3.4
Diffstat (limited to 'noncore/styles/liquid/liquid.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/liquid.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/noncore/styles/liquid/liquid.h b/noncore/styles/liquid/liquid.h
index 00cfb35..0582c9a 100644
--- a/noncore/styles/liquid/liquid.h
+++ b/noncore/styles/liquid/liquid.h
@@ -173,5 +173,2 @@ protected:
173 void drawRoundRect(QPainter *p, int x, int y, int w, int h); 173 void drawRoundRect(QPainter *p, int x, int y, int w, int h);
174 void loadCustomButtons();
175 void applyCustomAttributes(QPushButton *btn);
176 void unapplyCustomAttributes(QPushButton *btn);
177 QPixmap* getPixmap(BitmapData item); 174 QPixmap* getPixmap(BitmapData item);
@@ -179,16 +176,8 @@ protected:
179private: 176private:
177 bool oldqte;
180 bool flatTBButtons; 178 bool flatTBButtons;
181 bool highcolor;
182 QColorGroup radioOnGrp;
183 QWidget *highlightWidget; 179 QWidget *highlightWidget;
184 QBrush wallpaper;
185 QBitmap lightBmp;
186 QBitmap grayBmp;
187 QBitmap dgrayBmp;
188 QBitmap maskBmp;
189 QBitmap xBmp;
190 QBitmap btnMaskBmp, htmlBtnMaskBmp; 180 QBitmap btnMaskBmp, htmlBtnMaskBmp;
191 QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix; 181 QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix;
192 QBitmap paper1, paper2, paper3; 182 QBrush bgBrush, menuBrush;
193 QBrush baseBrush, menuBrush, pagerBrush, pagerHoverBrush, bgBrush;
194 bool menuAni, menuFade; 183 bool menuAni, menuFade;
@@ -200,5 +189,2 @@ private:
200 189
201 QList<QColor>customBtnColorList;
202 QList<QPixmap>customBtnIconList;
203 QStrList customBtnLabelList;
204 QPixmap *vsbSliderFillPix; 190 QPixmap *vsbSliderFillPix;