07:31
To: Paul Wittle
Cc: qgis-developer@lists.osgeo.org
Subject: Re: [QGIS-Developer] Running vs triggering/opening a custom process
via Python
you can get the dialog of the processing algorithm you want and use that...
hereafter a snippet
dialog = processing.createAlgorithmDialog
you can get the dialog of the processing algorithm you want and use that...
hereafter a snippet
dialog = processing.createAlgorithmDialog("model:AjustarRasterGCP",
{'puntosgcp':zeroDeltaHeighPoints,
'rastermdsuav':'', 'rastermdtlidar':'',
Hi,
Sorry if this is a bit of a simple question.
I have created a script in the processing toolbox and it opens a dialogue box
when you double click on it (as you would expect). Given that many users may
not understand or even open the processing toolbox I want to trigger the script
using a bu