class library: Spawner - don't access PriorityQueue-array
[supercollider.git] / QtCollider / style / ProxyStyle.hpp
blob6c95cefaf2f16e5af7f41e593704a39cef740a0f
1 #ifndef QC_PROXY_STYLE_H
2 #define QC_PROXY_STYLE_H
4 #include <QProxyStyle>
6 namespace QtCollider {
8 class ProxyStyle : public QProxyStyle
10 public:
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