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

WIP ui loader removed comment, no objectName set in UILoader

This commit is contained in:
2025-04-08 15:12:40 +02:00
parent 571382ca97
commit 98215f1266

View File

@ -31,7 +31,6 @@ if PYSIDE6:
f"Custom widget {class_name} does not have a parent_id argument. "
)
widget = self.custom_widgets[class_name](self.baseinstance)
# widget.setObjectName(name) #TODO careful...
return widget
return super().createWidget(class_name, self.baseinstance, name)