00001 #ifndef ACCOUNTSTYLE_H 00002 #define ACCOUNTSTYLE_H 00003 00004 #include <QCommonStyle> 00005 00006 class AccountStyle : public QCommonStyle 00007 { 00008 Q_OBJECT 00009 00010 public: 00011 AccountStyle(); 00012 00013 void drawComplexControl(ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget = 0) const; 00014 }; 00015 00016 #endif // ACCOUNTSTYLE_H