Quote Originally Posted by proj_symbian View Post
apologies but its still not clear , i have a pointer of QApplicationViewer in main.cpp only, how can i get that on my NM class, are you telling i need to emit a signal from my main.cpp but i guess thats not possible.
So create another class to encapsulate what you already have or subclass QApplicationViewer and add appropriate slot to it.