<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#006600" bgcolor="#FFFFFF">
<p>Hi list,</p>
what is the proper way to stop a very long processing alghorithm
running in QGIS 3 in a python plugin?<br>
In my plugin under QGIS 2, I assigned to the GeoAlgorithm a custom
AlgorithmDialog that stops the running thread when the "closing
event" happens (i.e. when the user clicks on the close button in the
dialog).<br>
The long running function is in fact a new object of class QThread
(not sure that is the best solution but it works perfectly under
QGIS 2).<br>
Is there a similar way also in QGIS 3? Are there the equivalents to
AlgorithmDialog class and the getCustomParametersDialog function of
GeoAlgorithm?
<p>Thanks,</p>
<p>enrico<br>
</p>
</body>
</html>