Function resize from qttools
Brief description
resize(widget:QWidget,width:int,height:int):void
Changes the size of a widget More ...
Function information
Name: | resize |
Base: | QWidget |
Group: | Qt plugins:Base plugins |
Icon: | qt.png |
Color: | darkGreen |
Authors: | |
Copyright: |
Detailed description
Changes the size of a widget
Input parameters
-
widget:
QWidget
- Widget to show
-
width:
int
- New width of the widget
-
height:
int
- New height of the widget
Return values
-
Default return value:
void