PySide6.QtGui.QShowEvent¶
- class QShowEvent¶
- The - QShowEventclass provides an event that is sent when a widget is shown.- Details- 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 - Synopsis¶- Methods¶- def - __init__()
 - 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 - __init__()¶
 - Constructs a - QShowEvent.- __init__(arg__1)
- Parameters:
- arg__1 – - QShowEvent