Popup showing components' alerts.
More...
|
| | __init__ (self, parent=None) |
| |
| | populate (self, components) |
| | Clears current content and dynamically adds new component alerts to the popup.
|
| |
| | clear (self) |
| | Removes all items from the layout.
|
| |
| | is_empty (self) |
| | Returns 'False' if the popup contains any element.
|
| |
| | focusOutEvent (self, event) |
| | Hides the popup when it loses focus.
|
| |
Popup showing components' alerts.
◆ __init__()
| gui.detailedledalert.PopupWidget.__init__ |
( |
| self, |
|
|
| parent = None ) |
◆ clear()
| gui.detailedledalert.PopupWidget.clear |
( |
| self | ) |
|
Removes all items from the layout.
◆ focusOutEvent()
| gui.detailedledalert.PopupWidget.focusOutEvent |
( |
| self, |
|
|
| event ) |
Hides the popup when it loses focus.
◆ is_empty()
| gui.detailedledalert.PopupWidget.is_empty |
( |
| self | ) |
|
Returns 'False' if the popup contains any element.
◆ populate()
| gui.detailedledalert.PopupWidget.populate |
( |
| self, |
|
|
| components ) |
Clears current content and dynamically adds new component alerts to the popup.
◆ _component_paths
| gui.detailedledalert.PopupWidget._component_paths = [] |
|
protected |
◆ _layout
| gui.detailedledalert.PopupWidget._layout = QVBoxLayout() |
|
protected |
The documentation for this class was generated from the following file: