I have a QThreadPool and I limit the max amount of thread with setMaxThreadCount.

Everything works fine but the problem is that I'm not able to delete all the threads in the pool.
THe Threads are just downloading HTML files, but I really don't know how to obtain the list of threads and what to do with them (terminate?).

Python code is perfect... C++ is... ok... I can read it 8-)

THank you