mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
astyle
This commit is contained in:
parent
b6d66becab
commit
3f735368f6
@ -57,6 +57,7 @@ from processing.algs.otb import OtbUtils
|
||||
|
||||
|
||||
class OtbAlgorithm(QgsProcessingAlgorithm):
|
||||
|
||||
def __init__(self, group, name, descriptionfile, display_name='', groupId=''):
|
||||
super().__init__()
|
||||
self._name = name
|
||||
|
@ -48,6 +48,7 @@ def otb_exe_file(f):
|
||||
|
||||
|
||||
class OtbAlgorithmProvider(QgsProcessingProvider):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.algs = []
|
||||
|
@ -35,6 +35,7 @@ from processing.gui.wrappers import (WidgetWrapper,
|
||||
|
||||
|
||||
class OtbChoiceWidgetWrapper(WidgetWrapper):
|
||||
|
||||
def createWidget(self):
|
||||
widget = QComboBox()
|
||||
widget.addItems(self.param.options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user