1 #ifndef QC_PROXY_STYLE_H
2 #define QC_PROXY_STYLE_H
8 class ProxyStyle
: public QProxyStyle
11 ProxyStyle ( QStyle
*style
= 0 ) : QProxyStyle(style
) { }
13 void drawComplexControl ( ComplexControl
, const QStyleOptionComplex
*,
14 QPainter
*, const QWidget
* w
= 0 ) const;
17 } // namespace QtCollider
19 #endif // QC_PROXY_STYLE_H