8.5.2.12. pymodaq_gui.examples.shared_ui module

class pymodaq_gui.examples.shared_ui.MyApp(parent)[source]

Bases: CustomApp

Methods

connect_things()

setup_actions()

setup_docks_and_widgets()

setup_menus_and_toolbars([menubar])

connect_things()[source]
setup_actions()[source]
setup_docks_and_widgets()[source]
setup_menus_and_toolbars(menubar=None)[source]
params = [{'children': [{'name': 'wait_time', 'tip': 'Wait time in ms after each step of acquisition (move and grab)', 'title': 'Wait time step (ms)', 'type': 'int', 'value': 0}, {'name': 'wait_time_between', 'tip': 'Wait time in ms between move and grab processes', 'title': 'Wait time between (ms)', 'type': 'int', 'value': 0}], 'expanded': False, 'name': 'time_flow', 'title': 'Time Flow:', 'type': 'group'}]
pymodaq_gui.examples.shared_ui.main()[source]