#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
#ifndef QT_NO_RUBBERBAND
class QStyleOptionRubberBand: public QStyleOption{
public: enum StyleOptionType{
Type = 15,
};
public: enum StyleOptionVersion{
Version = 1,
};
public: enum QRubberBand::Shape shape;
public: bool opaque;
public: QStyleOptionRubberBand();
public: inline QStyleOptionRubberBand(class QStyleOptionRubberBand const & other);
protected: QStyleOptionRubberBand(int version);
};
#endif // QT_NO_RUBBERBAND
#endif // QSTYLEOPTION_H