Uranium
Application Framework
|
Stages handle combined views in an Uranium application. More...
Public Member Functions | |
def | __init__ |
def | onStageSelected (self) |
Something to do when this Stage is selected. | |
def | onStageDeselected (self) |
Something to do when this Stage is deselected. | |
def | addDisplayComponent |
Add a QML component to the stage. | |
def | getDisplayComponent |
Get a QUrl by name. More... | |
def | iconSource (self) |
def | setIconSource |
![]() | |
def | __init__ (self, args, kwags) |
def | getId (self) |
def | setPluginId |
def | setMetaData |
def | getMetaData (self) |
def | getPluginId (self) |
def | setVersion |
def | getVersion (self) |
Static Public Attributes | |
tuple | iconSourceChanged = pyqtSignal() |
Stages handle combined views in an Uranium application.
The active stage decides which QML component to show where. Uranium has no notion of specific view locations as that's application specific.
def UM.Stage.Stage.getDisplayComponent | ( | self, | |
name | |||
) |
Get a QUrl by name.