I have a QTableWidget, and want the last row to be resized just if i manually do, but the first column to be the one stretching to get the full width. To have the last column stretching you can use a QTableHeaderView, but don't know how to do it for another column

Any ideas?

Best Regards