Function QRectF from qttools
Brief description
QRectF(x:double,y:double,width:double,height:double):QRectF
Creates a QRectF instance from a list of four doubles More ...
Function information
Name: | QRectF |
Base: | QRectF |
Group: | Qt plugins:Base plugins |
Icon: | qt.png |
Color: | darkGreen |
Authors: | |
Copyright: |
Detailed description
Creates a QRectF instance from a list of four doubles.
Input parameters
-
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:
QRectF
- New rectangle