1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-27 09:31:18 +01:00

refactor(main_app): adapted for DockAreaWidget changes

This commit is contained in:
2025-11-09 14:52:42 +01:00
committed by Klaus Wakonig
parent 00e4786651
commit bd2d47f18f

View File

@@ -47,7 +47,10 @@ class BECMainApp(BECMainWindow):
def _add_views(self):
self.add_section("BEC Applications", "bec_apps")
self.ads = AdvancedDockArea(self)
self.ads = AdvancedDockArea(
self, profile_namespace="main_workspace", auto_profile_namespace=False
)
self.ads.setObjectName("MainWorkspace")
self.device_manager = DeviceManagerWidget(self)
self.developer_view = DeveloperView(self)