[PyQt] currentRow and currentColumn is not updated when I click a combobox inside a cell of a QTableWidget

2011-01-21 Thread Rodrigo
Hi, I've just QComboBox cells in a column of my QTableWidget. I need to know the row and column where they are when the user changes the index of a ComboBox. I do this with currentRow() and currentColumn() with the SIGNAL (currentIndexChanged (int)) of QComboBox, but it only works the first

Re: [PyQt] currentRow and currentColumn is not updated when I click a combobox inside a cell of a QTableWidget

2011-01-21 Thread Hans-Peter Jansen
On Friday 21 January 2011, 15:23:21 Rodrigo wrote: Hi, I've just QComboBox cells in a column of my QTableWidget. I need to know the row and column where they are when the user changes the index of a ComboBox. I do this with currentRow() and currentColumn() with the SIGNAL