Without seeing any implementation details or any code it is very difficult to answer.
If you want other tools, you first need to define which ones you already tried.I am using many pointers and Objects and also I am deleting the pointer objects after its usage. Is there any other debugging methods for memory leak in Qt4.7 Please help me. I am trying it for 2 Weeks
As far as for memory leak detection in Qt4.7, I think there isn't any.
You can use the standard tools like a debugger or tracer. Valgrind is popular.
Bookmarks