Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0
-
None
Description
All this function does is change where the rectangle is rendered, not its position within the scene. This makes for very confusing first experiences for new users of Qt API.
To change the position of a rect item, setPos() should almost always be used instead.