| GraphicsItem |
| BoundingRect | The outer bounds of the item as a rectangle; all painting must be restricted to inside an item's bounding rect. |
| Center | |
| Children | |
| Clip | |
| ClipChildren | |
| Cursor | |
| Focusable | Gets keyboard input |
| GraphicsView | |
| HandlePosition | 0,0 means top left, 1,1 means bottom right |
| Height | |
| Hovered | |
| HoverEvents | |
| IsValid | |
| LocalRect | |
| Movable | |
| Parent | |
| Position | |
| Rotation | |
| Scale | |
| SceneRect | |
| Selectable | |
| Selected | |
| Size | |
| Tooltipobsolete | |
| ToolTip | |
| ViewPosition | |
| Width | |
| ZIndex |
| Bind | |
| Contains | |
| Destroy | |
| FromItem | |
| FromParent | |
| FromScene | |
| OnDestroy | |
| OnHoverEnter | |
| OnHoverLeave | |
| OnHoverMove | |
| OnKeyPress | A key has been pressed. |
| OnKeyRelease | A key has been released. |
| OnMouseMove | |
| OnMousePressed | |
| OnMouseReleased | |
| OnMoved | Item has been moved by the user dragging it |
| OnPaint | |
| OnPositionChanged | |
| OnSelectionChanged | |
| PrepareGeometryChange | Usually called before resizing items so they paint properly. |
| ToItem | |
| ToParent | |
| ToScene | |
| Update |