Пример #1
0
 def icon(self):
     """We return the default icon.
     """
     return QgsProcessingProvider.icon(self)
Пример #2
0
 def icon(self):
     """
     Should return a QIcon which is used for your provider inside
     the Processing toolbox.
     """
     return QgsProcessingProvider.icon(self)
Пример #3
0
 def icon(self):
     """We return the default icon.
     """
     return QgsProcessingProvider.icon(self)
Пример #4
0
 def icon(self):
     return QgsProcessingProvider.icon(self)