Hi all,

I have QTableWidget class, it can be hold 10 rows and 3 columns before scrollbar appear,
for example it has 2 rows and 3 columns ,
is there a way to removing cell focus when clicked on the empty space below the two rows,
because focus will be move to the last row (mark by rectangle), but normal when clicked existing cell.

thanks in advance.