pswamp.gui.components.run_app_dialogue

Attributes

config

Classes

RunApp

Dialogue for running application.

Module Contents

class pswamp.gui.components.run_app_dialogue.RunApp(config, run_app_func, params={})

Bases: PySide6.QtWidgets.QWidget

Dialogue for running application.

Parameters:
  • config (dict) – pswamp configuration.

  • run_app_func (function) – Function to run.

  • params (dict) – Parameters which will be arguments to the function to run.

layout
config
run_app_func
selector
inputs
launch_app()

Run the application with channel selection indices and parameters.

pswamp.gui.components.run_app_dialogue.config