Python Forum
[PyQt] I am unable to connect Qtable widget in another tab? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] I am unable to connect Qtable widget in another tab? (/thread-12799.html)



I am unable to connect Qtable widget in another tab? - aditech - Sep-13-2018

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,


RE: I am unable to connect Qtable widget in another tab? - Axel_Erfurt - Sep-13-2018

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