QShowEvent#

The QShowEvent class provides an event that is sent when a widget is shown. More

Inheritance diagram of PySide6.QtGui.QShowEvent

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

There are two kinds of show events: show events caused by the window system (spontaneous), and internal show events. Spontaneous (QEvent::spontaneous()) show events are sent just after the window system shows the window; they are also sent when a top-level window is redisplayed after being iconified. Internal show events are delivered just before the widget becomes visible.

See also

QHideEvent

class PySide6.QtGui.QShowEvent#

PySide6.QtGui.QShowEvent(arg__1)

Parameters:

arg__1PySide6.QtGui.QShowEvent

Constructs a QShowEvent .