##// END OF EJS Templates
Small description update
Marek Rosa -
r328:8194a15014e5
parent child
Show More
@@ -221,7 +221,7 QChartView::RubberBandPolicy QChartView::rubberBandPolicy() const
221 221
222 222 /*!
223 223 If Left mouse button is pressed and the RubberBandPolicy is enabled the \a event is accepted and the rubber band is displayed on the screen allowing the user to select the zoom area.
224 If different mouse button is pressed and/or the RubberBandPolicy is disabled then the \a event is passed to QGraphicsView::mousePressEvent() implementation is called.
224 If different mouse button is pressed and/or the RubberBandPolicy is disabled then the \a event is passed to QGraphicsView::mousePressEvent() implementation.
225 225 */
226 226 void QChartView::mousePressEvent(QMouseEvent *event)
227 227 {
General Comments 0
You need to be logged in to leave comments. Login now