mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
9 lines
359 B
Python
9 lines
359 B
Python
# The following has been generated automatically from src/gui/processing/qgsprocessinggui.h
|
|
QgsProcessingGui.Standard = QgsProcessingGui.WidgetType.Standard
|
|
QgsProcessingGui.Batch = QgsProcessingGui.WidgetType.Batch
|
|
QgsProcessingGui.Modeler = QgsProcessingGui.WidgetType.Modeler
|
|
try:
|
|
QgsProcessingGui.__group__ = ['processing']
|
|
except NameError:
|
|
pass
|