1 #ifndef QC_PROXY_STYLE_H
2 #define QC_PROXY_STYLE_H
8 class ProxyStyle
: public QProxyStyle
11 ProxyStyle ( QStyle
*style
= 0 ) : QProxyStyle(style
) { }
14 virtual void drawComplexControl ( ComplexControl
, const QStyleOptionComplex
*,
15 QPainter
*, const QWidget
* w
= 0 ) const;
18 virtual int styleHint ( StyleHint
, const QStyleOption
* = 0,
19 const QWidget
* = 0, QStyleHintReturn
* = 0 ) const;
22 } // namespace QtCollider
24 #endif // QC_PROXY_STYLE_H