Fix typo in QGraphicsView documentation.
Change-Id: Ib750a78e86b8af87d091705a1107ca1eccf32389 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
a6ec09d7ed
commit
a2948e1387
@ -301,7 +301,7 @@
|
||||
pass a QPainterPath to mapToScene(), and then pass the mapped path
|
||||
to QGraphicsScene::items().
|
||||
|
||||
You can map coordinates and shapes to and from and item's scene by
|
||||
You can map coordinates and shapes to and from an item's scene by
|
||||
calling QGraphicsItem::mapToScene() and
|
||||
QGraphicsItem::mapFromScene(). You can also map to an item's parent
|
||||
item by calling QGraphicsItem::mapToParent() and
|
||||
|
Loading…
Reference in New Issue
Block a user