Function QImage from qttools
Brief description
QImage(width:int,height:int):QImage
Creates a new QImage class instance More ...
Function information
| Name: | QImage |
| Base: | QImage |
| Group: | Qt plugins:Image plugins |
| Icon: | qtimage.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a new QImage class instance
Input parameters
-
width:
int
- Width of the image
-
height:
int
- Height of the image
Return values
-
Default return value:
QImage
