Function QRect from qttools
Brief description
QRect(x:int,y:int,width:int,height:int):QRect
Creates a QRect instance from integers More ...
Function information
Name: | QRect |
Base: | QRect |
Group: | Qt plugins:Base plugins |
Icon: | qt.png |
Color: | darkGreen |
Authors: | |
Copyright: |
Detailed description
Creates a QRect instance from integers
Input parameters
-
x:
int
- X-Coordinate of the rectangle
-
y:
int
- Y-Coordinate of the rectangle
-
width:
int
- Width of the rectangle
-
height:
int
- Height of the rectangle
Return values
-
Default return value:
QRect
- New rectangle