File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
python/plugins/processing/algs/qgis/ui Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 30
30
from qgis .PyQt import uic
31
31
from qgis .PyQt .QtCore import pyqtSignal
32
32
from qgis .PyQt .QtWidgets import (QTreeWidgetItem ,
33
- QComboBox
34
- )
33
+ QComboBox )
35
34
from qgis .core import (QgsApplication ,
36
- QgsMapLayer ,
37
35
QgsMapLayerProxyModel ,
38
36
QgsWkbTypes ,
39
37
QgsRectangle ,
40
38
QgsReferencedRectangle ,
41
39
QgsCoordinateReferenceSystem ,
42
40
QgsProcessingUtils ,
43
41
QgsProcessingParameterNumber ,
44
- QgsProcessingParameterDefinition
45
- )
46
- from qgis .core import QgsFieldProxyModel
42
+ QgsProcessingParameterDefinition ,
43
+ QgsFieldProxyModel )
44
+ from qgis .gui import QgsDoubleSpinBox
47
45
from qgis .analysis import QgsInterpolator
48
46
49
47
from processing .gui .wrappers import WidgetWrapper , DIALOG_STANDARD
You can’t perform that action at this time.
0 commit comments