QResizeEvent

PyQt5.QtGui.QResizeEvent

Inherits from QEvent.

Description

The QResizeEvent class contains event parameters for resize events.

Resize events are sent to widgets that have been resized.

The event handler resizeEvent() receives resize events.

See also

resize(), setGeometry().

Methods

__init__(QResizeEvent)

TODO


__init__(QSize, QSize)

Constructs a resize event with the new and old widget sizes, size and oldSize respectively.


oldSize() → QSize

TODO


size() → QSize

TODO