I am having some problems using setCurrentCell.<br><br>I have a QTableWidget with some rows and colums. <br><br>At some point I call QTableWidget.setCurrentCell(0,0)<br><br>The result is that the active cell is not the cell at row 0 col 0, but the cell at row 0 col 1
<br><br>This happen also calling setCurrentCell with row &lt;&gt; 0<br><br>Any hints ?<br><br>bye<br>Gianluca<br><br>