mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
WIP WidgetIO cleanup minor
This commit is contained in:
@ -433,19 +433,6 @@ class WidgetHierarchy:
|
||||
parent = parent.parent()
|
||||
return None
|
||||
|
||||
# @staticmethod
|
||||
# def _get_becwidget_ancestor(widget):
|
||||
# """
|
||||
# Traverse up the parent chain to find the nearest BECConnector.
|
||||
# Returns None if none is found.
|
||||
# """
|
||||
# parent = widget.parent()
|
||||
# while parent is not None:
|
||||
# if isinstance(parent, BECConnector):
|
||||
# return parent
|
||||
# parent = parent.parent()
|
||||
# return None
|
||||
|
||||
@staticmethod
|
||||
def export_config_to_dict(
|
||||
widget: QWidget,
|
||||
|
Reference in New Issue
Block a user