4 #include <QGraphicsProxyWidget>
6 class ScrollBar
: public QGraphicsProxyWidget
11 ScrollBar( QGraphicsItem
*parent
);
14 void setMaximum( int max
);
15 void setValue( int value
);
17 void valueChanged( int value
);
20 void setValueChanged( int value
);