mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
store tools under 'tools' variable
This commit is contained in:
parent
6a68cfd4c9
commit
90de4cddb5
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ class LocalExperimentalToolsWidgets(QtWidgets.QWidget):
|
|||
|
||||
experimental_defs = ExperimentalTools()
|
||||
checkboxes_by_identifier = {}
|
||||
for tool in experimental_defs.experimental_tools:
|
||||
for tool in experimental_defs.tools:
|
||||
checkbox = QtWidgets.QCheckBox(self)
|
||||
label_widget = QtWidgets.QLabel(tool.label, self)
|
||||
checkbox.setToolTip(tool.tooltip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue