Hello again everybody.
Suppose i have a mainwindow with some widgets on it .
Now i want to create a separate thead and, in it's run() , to access the widgets from the mainwindow .

How can this be done ?