Hi all:

Just got a basic question concerning QThread. Say if my QThread Object is inside another inherited QMainwindow which also contains other non-Qt classes. If i start a the thread, what should i do to make the run() function of QThread to have access to the members in the calling inherited QMainwindow class? Thanks in advance!

schan117