mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-06-07 05:48:40 +02:00
refactor(main_app): adapted for DockAreaWidget changes
This commit is contained in:
@@ -47,7 +47,10 @@ class BECMainApp(BECMainWindow):
|
|||||||
|
|
||||||
def _add_views(self):
|
def _add_views(self):
|
||||||
self.add_section("BEC Applications", "bec_apps")
|
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.device_manager = DeviceManagerWidget(self)
|
||||||
self.developer_view = DeveloperView(self)
|
self.developer_view = DeveloperView(self)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user