Hi developers!
Any idea on how to use multiprocessing in Qgis Plugin?
I had asked this question a month ago, but no one had an answer to me.
I had trai everything but was unsuccessful ;/. In the company we work with
a lot of data in Qgis and the plugin works fine, but on some occasions
takes a lot
Hi Qgis Developers !
In a plugin I tried to use a if statement that while ask something to the
user.
My ideia is to us tkinter but the library did not exist.
Do any one know who to use Tkinter in Qgis plugin ?
Best Regards,
João Folgado
--
JOÃO FOLGADO
__
case like
> > this. From the top of my head, having read the relevant portion of its
> > source code, I'd expect at least a second application window likely
> > followed by non-deterministic behavior (again, depending on the
> > use-case, likely resulting in a cras
Hi everyone,
I had created a plugin for Qgis and I trying to optimize it. So i use in
my code the library python that have Queue whit multiprocessing however
when i run the plugin a new instance of application is open and give me an
error.
I had early use this type of multiprocessing before in si