0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

WIP launch window minor cleanup

This commit is contained in:
2025-04-06 11:44:24 +02:00
parent 88fa6220ff
commit 82c8c6cd58

View File

@ -62,11 +62,12 @@ class LaunchWindow(BECWidget, QMainWindow):
"Application is not a BECApplication instance. Status bar will not show App ID. Please initialize the application with BECApplication."
)
def list_app_hierarchy(self):
"""
List the hierarchy of the application.
"""
self.app.list_hierarchy()
# Set the window icon
# def list_app_hierarchy(self):
# """
# List the hierarchy of the application.
# """
# self.app.list_hierarchy()
def _setup_menu_bar(self):
"""