Application

class Application
property shaper

The shaper stage.

Type

ApplicationStage, read-only

property matter

The matter stage.

Type

ApplicationStage, read-only

property language

The language of the application.

Type

str, read-only

property edition

The edition of the application.

Type

str, read-only

property version

The version of the application.

Type

str, read-only

clean_workspace(force=False)

Empty app workspace by removing spacer and hiding Toolbars

Note

By default, the workspace wait for update method call to be executed, use force to force the update of the app's workspace.

Parameters

force (bool) -- Force the update of the app workspace.

update()

Update the application user interface.