The QResizeEvent class contains event parameters for resize events. (details) (complete member list)
#include <qevent.h>
Inherits QEvent.
Resize events are sent to widgets that have been resized.
The virtual function QWidget::resizeEvent() receives resize events.
See also: QWidget::resize() and QWidget::setGeometry().
Constructs a resize event with the new widget size.
Returns the new size of the widget, which is the same as QWidget::size().
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: