QgsProcessingGui class
Contains general functions and values related to Processing GUI components.
Contents
- Reference
Public types
- enum WidgetType { Standard, Batch, Modeler }
- Types of dialogs which Processing widgets can be created for.
Enum documentation
enum QgsProcessingGui:: WidgetType
Types of dialogs which Processing widgets can be created for.
| Enumerators | |
|---|---|
| Standard |
Standard algorithm dialog. |
| Batch |
Batch processing dialog. |
| Modeler |
Modeler dialog. |