_ZN7QWidget19overrideWindowStateE6QFlagsIN2Qt11WindowStateEE

Name

QWidget::overrideWindowState -- set the window state on child widgets

Synopsis


#include <QtGui/qwidget.h>

void QWidget::overrideWindowState(Qt::WindowStates state);

Description

The QWidget::overrideWindowState() function shall set the window state on child widgets similar to the setWindowState().

The difference is that the window state changed event has the isOverride() flag set.

This function is provided mainly to keep old applications that use Q3Workspace working.

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