Python Forum

Full Version: I am unable to connect Qtable widget in another tab?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

I want to connect a signal to QTablewidget from main thread to worker thread ?

But this QTablewidget is in another tab

The worker thread should be able to send the row,column and text?

can anyone post a simple example??

thanks,
Please show the code, nobody can guess what you did.