Rectangle QML Type
Displays a rectangle in data coordinates. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- dataRect : rect
- dataTransform : matrix4x4
Detailed Description
Draws a rectangle from a Qt rect in data coordinates. The style can be adjusted using the fillColor, strokeColor and strokeWidth properties.
Property Documentation
dataRect : rect |
The rectangle in data coordinates.
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this rectangle is paired to.
See also GraphArea::dataTransform.