Re: [QGIS-Developer] Running vs triggering/opening a custom process via Python

2019-09-20 Thread Paul Wittle
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

Re: [QGIS-Developer] Running vs triggering/opening a custom process via Python

2019-09-19 Thread Luigi Pirelli
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':'',

[QGIS-Developer] Running vs triggering/opening a custom process via Python

2019-09-19 Thread Paul Wittle
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