ApplicationStage
- class ApplicationStage
-
- show()
Show the stage in the application.
- list_toolbars()
List Toolbars of the stage.
- find_toolbar(name)
Find a Toolbar by name.
- find_action(name)
Find an button by name.
- Parameters
name (str) -- Button name to find.
- Returns
The button found or
None
if not found.- Return type
- Raises
NotFoundError -- If
name
is not matching with any button of the stage.
- clean_toolbar(location, force=False)
Empty stage toolbar by removing spacer and hiding toolbars
Note
By default, the workspace wait for
update
method call to be executed, useforce
to force the update of the app's toolbar.