void currentCellChanged ( int currentRow, int currentColumn, int previousRow, int previousColumn )
void currentItemChanged ( QTableWidgetItem * current, QTableWidgetItem * previous )
如果实在不行, 就使用 tableview的selectionmodel的
void currentRowChanged ( const QModelIndex & current, const QModelIndex & previous )