QResizeEvent Class Reference


The QResizeEvent class contains event parameters for resize events. (details) (complete member list)

#include <qevent.h>

Inherits QEvent.

Public Members


Detailed Description

The QResizeEvent class contains event parameters for resize events.

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().


Member Function Documentation

QResizeEvent::QResizeEvent (const QSize &size)

Constructs a resize event with the new widget size.

QSize & QResizeEvent::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:


Generated at 04:27, 1995/05/20 by the webmaster at Troll Tech