1QShowEvent(3qt)                                                QShowEvent(3qt)
2
3
4

NAME

6       QShowEvent - Event which is sent when a widget is shown
7

SYNOPSIS

9       #include <qevent.h>
10
11       Inherits QEvent.
12
13   Public Members
14       QShowEvent ()
15

DESCRIPTION

17       The QShowEvent class provides an event which is sent when a widget is
18       shown.
19
20       There are two kinds of show events: show events caused by the window
21       system (spontaneous) and internal show events. Spontaneous show events
22       are sent just after the window system shows the window, including after
23       a top-level window has been shown (un-iconified) by the user. Internal
24       show events are delivered just before the widget becomes visible.
25
26       See also QHideEvent and Event Classes.
27

MEMBER FUNCTION DOCUMENTATION

QShowEvent::QShowEvent ()

30       Constructs a QShowEvent.
31
32

SEE ALSO

34       http://doc.trolltech.com/qshowevent.html
35       http://www.trolltech.com/faq/tech.html
36
38       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
39       license file included in the distribution for a complete license
40       statement.
41

AUTHOR

43       Generated automatically from the source code.
44

BUGS

46       If you find a bug in Qt, please report it as described in
47       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
48       help you. Thank you.
49
50       The definitive Qt documentation is provided in HTML format; it is
51       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
52       web browser. This man page is provided as a convenience for those users
53       who prefer man pages, although this format is not officially supported
54       by Trolltech.
55
56       If you find errors in this manual page, please report them to qt-
57       bugs@trolltech.com.  Please include the name of the manual page
58       (qshowevent.3qt) and the Qt version (3.3.8).
59
60
61
62Trolltech AS                    2 February 2007                QShowEvent(3qt)
Impressum