pyqt  

[PyQt] CellWidget Source

Zabin Farishta
Mon, 25 Jan 2010 13:15:40 -0800

Hey Experts!
I am trying to create a table with some fields containing comboboxes. These
are put into the table using the setCellWidget command. I have attached
signals to these for example when they are activated. However I am unable to
figure out as to how to retrieve the source that the signals have come from-
ie from which comboBox. I have tried self.sender().objectname() which comes
up with blank or 'none' .
Any help will be much appreciated.

Cheers
Zabin
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
  • [PyQt] CellWidget Source Zabin Farishta