Nyall,
That worked.
Thanks
On Mon, Feb 14, 2022 at 8:59 PM Nyall Dawson wrote:
> On Tue, 15 Feb 2022 at 01:34, C Hamilton wrote:
>
> > Is there a QgsProcessingAlgorithm method that is called after the output
> layer has been added to the QGIS layers panel? If there is then at that
> point I s
On Tue, 15 Feb 2022 at 01:34, C Hamilton wrote:
> Is there a QgsProcessingAlgorithm method that is called after the output
> layer has been added to the QGIS layers panel? If there is then at that point
> I should be able to add it to my dialog box.
You have to use QgsProcessingLayerPostProces
I have been trying to run a processing algorithm that generates a table
from the stats calculated from an input point layer. After the processing
algorithm is run I display an external dialog window and populate that
window with the output results of the processing algorithm. I like using
the proce