@@ -221,7 +221,7 QChartView::RubberBandPolicy QChartView::rubberBandPolicy() const | |||||
221 |
|
221 | |||
222 | /*! |
|
222 | /*! | |
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. |
|
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 |
|
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 | void QChartView::mousePressEvent(QMouseEvent *event) |
|
226 | void QChartView::mousePressEvent(QMouseEvent *event) | |
227 | { |
|
227 | { |
General Comments 0
You need to be logged in to leave comments.
Login now