bec_widgets.applications.bw_launch ================================== .. py:module:: bec_widgets.applications.bw_launch Functions --------- .. autoapisummary:: bec_widgets.applications.bw_launch.auto_update_dock_area bec_widgets.applications.bw_launch.dock_area Module Contents --------------- .. py:function:: auto_update_dock_area(object_name: str | None = None) -> bec_widgets.widgets.containers.auto_update.auto_updates.AutoUpdates Create a dock area with auto update enabled. :param object_name: The name of the dock area. :type object_name: str :returns: The created dock area. :rtype: BECDockArea .. py:function:: dock_area(object_name: str | None = None, startup_profile: str | Literal['restore', 'skip'] | None = None) -> bec_widgets.widgets.containers.dock_area.dock_area.BECDockArea Create an advanced dock area using Qt Advanced Docking System. :param object_name: The name of the advanced dock area. :type object_name: str :param startup_profile: Startup mode for the workspace: - None: start empty - "restore": restore last used profile - "skip": do not initialize profile state - "": load specific profile :type startup_profile: str | Literal["restore", "skip"] | None :returns: The created advanced dock area. :rtype: BECDockArea