The PySide.QtGui.QResizeEvent class contains event parameters for resize events.
Resize events are sent to widgets that have been resized.
The event handler QWidget.resizeEvent() receives resize events.
See also
Parameters: |
|
---|
Constructs a resize event with the new and old widget sizes, size and oldSize respectively.
Return type: | PySide.QtCore.QSize |
---|
Returns the old size of the widget.
Return type: | PySide.QtCore.QSize |
---|
Returns the new size of the widget. This is the same as QWidget.size() .