I'd like to determine the left and right most columns of a QTableView that are visible (that is in view). I thought about getting them from the coordinates of viewport()->region(), but this always reported the same region no matter which columns were visible. Any suggestions appreciated David