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: QWidget | None = None, **kwargs: Any)[source]
Bases:
QWidget
A 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.