Can you suggest a tool which we can use to track down memory leaks in Qt?
Answer:
Qt doesn't limit your use of memory tools, so the best thing to
do is to try out the different tools available to see what works best
for you.
Internally, we use Purify on Windows and on Linux we use Valgrind.