mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
load GdalAlgorithmDialog containing console call widget instead of basic AlgorithmDialog
This commit is contained in:
parent
1241f0e040
commit
b24a8cbcdf
@ -57,9 +57,9 @@ class BatchAlgorithmDialog(QgsProcessingBatchAlgorithmDialogBase):
|
|||||||
def runAsSingle(self):
|
def runAsSingle(self):
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
from processing.gui.AlgorithmDialog import AlgorithmDialog
|
from processing.algs.gdal.GdalAlgorithmDialog import GdalAlgorithmDialog
|
||||||
|
|
||||||
dlg = AlgorithmDialog(self.algorithm().create(), parent=iface.mainWindow())
|
dlg = GdalAlgorithmDialog(self.algorithm().create(), parent=iface.mainWindow())
|
||||||
dlg.show()
|
dlg.show()
|
||||||
dlg.exec()
|
dlg.exec()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user