The QHideEvent class provides an event which is sent after a widget is hidden.
.PP
This event is sent just before QWidget::hide() returns, and also when a top-level window has been hidden (iconified) by the user.
.PP
If spontaneous() is TRUE the event originated outside the application, i.e. the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, QWidget::isMinimized() returns TRUE.
.PP
See also QShowEvent and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QHideEvent::QHideEvent ()"
Constructs a QHideEvent.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qhideevent.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
license file included in the distribution for a complete license
statement.
.SH AUTHOR
Generated automatically from the source code.
.SH BUGS
If you find a bug in Qt, please report it as described in