Hi all:

Thanks for the answers guys. So this means I can only pass to the thread a QWidget class but not some other classes? I am asking this because I want to QThread to access to the camera object of parent class to do capturing and display it on QLabel. Another way I think of is to use QTimer. Whats your ideas guys? Thanks!

schan117