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:
@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user