0
0
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:
2025-04-06 11:43:46 +02:00
parent b726df9d57
commit d890809123

View File

@ -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,