I am having some problems using setCurrentCell. I have a QTableWidget with some rows and colums.
At some point I call QTableWidget.setCurrentCell(0,0) The result is that the active cell is not the cell at row 0 col 0, but the cell at row 0 col 1 This happen also calling setCurrentCell with row <> 0 Any hints ? bye Gianluca
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
