Tool Tree Widget (tooltree)
Tool Tree
A ToolTree widget presenting the user with a set of actions organized in a tree structure.
- class orangecanvas.gui.tooltree.ToolTree(parent: Optional[PyQt5.QtWidgets.QWidget] = None, **kwargs: Any)[source]
Bases:
PyQt5.QtWidgets.QWidgetA ListView like presentation of a list of actions.
- triggered(QAction)
Signal emitted when an action in the widget is triggered.
- hovered(QAction)
Signal emitted when an action in the widget is hovered.