Doc: fix typo in QGraphicsView::rubberBandRect() method documentation
outise -> outside Change-Id: I143430b3c6661cf5259a09ffa64b74a220e2b979 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 47c5f6b4c2a66db7d169fed451f08af6fbe21c39) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
9622c7797a
commit
54e2ec9b8a
@ -1559,7 +1559,7 @@ void QGraphicsView::setRubberBandSelectionMode(Qt::ItemSelectionMode mode)
|
|||||||
is currently doing an itemselection with rubber band. When the user is not using the
|
is currently doing an itemselection with rubber band. When the user is not using the
|
||||||
rubber band this functions returns (a null) QRectF().
|
rubber band this functions returns (a null) QRectF().
|
||||||
|
|
||||||
Notice that part of this QRect can be outise the visual viewport. It can e.g
|
Notice that part of this QRect can be outside the visual viewport. It can e.g
|
||||||
contain negative values.
|
contain negative values.
|
||||||
|
|
||||||
\sa rubberBandSelectionMode, rubberBandChanged()
|
\sa rubberBandSelectionMode, rubberBandChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user