Rectangle QML Type

Displays a rectangle in data coordinates. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

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 [required]

The rectangle in data coordinates.


dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this rectangle is paired to.

See also GraphArea::dataTransform.