mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
create ui for entity will raise an error now
This commit is contained in:
parent
2a51533219
commit
6f7a47143b
1 changed files with 1 additions and 3 deletions
|
|
@ -129,9 +129,7 @@ class SettingsCategoryWidget(QtWidgets.QWidget):
|
|||
label = "<{}>: {} ({})".format(
|
||||
entity.__class__.__name__, entity.path, entity.value
|
||||
)
|
||||
widget = QtWidgets.QLabel(label, entity_widget)
|
||||
entity_widget.add_widget_to_layout(widget)
|
||||
return widget
|
||||
raise TypeError("Unknown type: ".format(label))
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue