_ZN7QLayout11widgetEventEP6QEvent

Name

QLayout::widgetEvent -- perform child widget layout when the parent widget is resized

Synopsis

#include <QtGui/qlayout.h>

void QLayout::widgetEvent (QEvent *e);

Description

The QLayout::widgetEvent() function shall perform child widget layout when the parent widget is resized. It should also handle removal of widgets.

The event e should have one of the following values:

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.