1QHideEvent(3qt) QHideEvent(3qt)
2
3
4
6 QHideEvent - Event which is sent after a widget is hidden
7
9 #include <qevent.h>
10
11 Inherits QEvent.
12
13 Public Members
14 QHideEvent ()
15
17 The QHideEvent class provides an event which is sent after a widget is
18 hidden.
19
20 This event is sent just before QWidget::hide() returns, and also when a
21 top-level window has been hidden (iconified) by the user.
22
23 If spontaneous() is TRUE the event originated outside the application,
24 i.e. the user hid the window using the window manager controls, either
25 by iconifying the window or by switching to another virtual desktop
26 where the window isn't visible. The window will become hidden but not
27 withdrawn. If the window was iconified, QWidget::isMinimized() returns
28 TRUE.
29
30 See also QShowEvent and Event Classes.
31
34 Constructs a QHideEvent.
35
36
38 http://doc.trolltech.com/qhideevent.html
39 http://www.trolltech.com/faq/tech.html
40
42 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
43 license file included in the distribution for a complete license
44 statement.
45
47 Generated automatically from the source code.
48
50 If you find a bug in Qt, please report it as described in
51 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
52 help you. Thank you.
53
54 The definitive Qt documentation is provided in HTML format; it is
55 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
56 web browser. This man page is provided as a convenience for those users
57 who prefer man pages, although this format is not officially supported
58 by Trolltech.
59
60 If you find errors in this manual page, please report them to qt-
61 bugs@trolltech.com. Please include the name of the manual page
62 (qhideevent.3qt) and the Qt version (3.3.8).
63
64
65
66Trolltech AS 2 February 2007 QHideEvent(3qt)