CollectWidget
CollectWidget
flowchart LR
publisher.ui.collect_page.CollectWidget[CollectWidget]
publisher.ui.qt_widgets.ProcessWidget[ProcessWidget]
publisher.ui.qt_widgets.ProcessWidget --> publisher.ui.collect_page.CollectWidget
click publisher.ui.collect_page.CollectWidget href "" "publisher.ui.collect_page.CollectWidget"
click publisher.ui.qt_widgets.ProcessWidget href "" "publisher.ui.qt_widgets.ProcessWidget"
Methods:
-
create_collector_input–Add an input field based on the collect_type of each instance.
create_collector_input
create_collector_input(collect) -> None
Add an input field based on the collect_type of each instance.
Parameters:
-
(collectCollect) –The collect instance.