devctrl.gui.task.base#
GUI widgets for tasks. Base classes for GUI task handling: - TaskSettingsWidget allows changing task settings (SettingsClass) - TaskRunWidget is created when a task is being started, it shows current information and can handle user input.
Functions
Decorator to register a widget class for one or more Task subclasses. |
Classes
Widget that shows the automatic SettingsWidget associated with the task |
|
Fallback widget for tasks with no settings. |
|
TaskRunWidget is shown when a task is run. |
|
Base class for showing task settings. |