pySimBlocks.gui.widgets.block_list¶
- class pySimBlocks.gui.widgets.block_list.BlockList(get_categories: Callable[[], list[str]], get_blocks: Callable[[str], list[str]], resolve_block_meta: Callable[[str, str], BlockMeta])[source]¶
Bases:
QWidgetSidebar widget listing blocks and filtering them by search text.
- search¶
Search field used to filter categories and block names.
- tree¶
Tree widget showing available blocks grouped by category.
- staticMetaObject = PySide6.QtCore.QMetaObject("BlockList" inherits "QWidget": )¶