Uranium
Application Framework
|
Public Member Functions | |
def | __init__ (self, application, args, kwargs) |
def | addFaultyContainers |
def | getInstance (cls, args, kwargs) |
![]() | |
def | __init__ |
def | show (self) |
def | visible (self) |
def | isDismissable (self) |
def | setLifetimeTimer |
def | setInactivityTimer |
def | addAction |
def | getActions (self) |
def | getOptionText (self) |
def | getOptionState (self) |
def | getImageSource (self) |
def | getImageCaption (self) |
def | getMessageType (self) |
def | setText |
def | getText (self) |
def | setMaxProgress |
def | getMaxProgress (self) |
def | setProgress |
def | getProgress (self) |
def | setTitle |
def | getTitle (self) |
def | hide (self, send_signal=True) |
Additional Inherited Members | |
![]() | |
inactivityTimerStop = pyqtSignal() | |
inactivityTimerStart = pyqtSignal() | |
pyQtActionTriggered = pyqtSignal(QObject, str) | |
actionTriggered = Signal() | |
optionToggled = Signal() | |
titleChanged = Signal() | |
textChanged = Signal() | |
progressChanged = Signal() | |
This is a specialised message that shows errors in the configuration. This class coalesces all errors in the configuration. Whenever there are new errors the message gets updated (and shown if it was hidden).