![]() |
Setuav Studio Developer Documentation 1.0
SDK and plugin development reference for Setuav Studio
|
Dockable panel supplied by a plugin. More...
Public Member Functions | |
| bool | is_in_workspace (self, str|None current_workspace_id) |
| Return whether this panel belongs to the selected workspace. | |
Dockable panel supplied by a plugin.
The factory is called lazily on the Qt UI thread. An omitted workspace_id makes the panel available in every workspace.
| id | Globally unique, stable panel identifier. |
| title | User-visible panel title. |
| factory | Zero-argument widget factory. |
| area | Initial Qt dock area. |
| workspace_id | One workspace, multiple workspaces, or all workspaces. |
| icon | Optional icon name, file path, or QIcon. |