ContRap
The symbolic tool for control-flow based rapid prototyping.

Function set from qttools
Brief description

set(rect:QRectF,x:double,y:double,width:double,height:double):void

Modifies a QRect instance from floats More ...

Function information
Name: set
Base: QRect
Group: Qt plugins:Base plugins
Icon: qt.png
Color: darkGreen
Authors:
Copyright:

Detailed description

Modifies a QRect instance from floats

Input parameters
rect: QRectF
Rectangle to modify
x: double
X-Coordinate of the rectangle
y: double
Y-Coordinate of the rectangle
width: double
Width of the rectangle
height: double
Height of the rectangle

Return values
Default return value: void
New rectangle