I've searched the classes documentation, but couldn't find anything about this;

I've got my main window which can be resized, and I'm trying to work out how to get the columns in my table to maintain the width proportion while resizing, i.e. column 1 will have 20% of the total table width, column 2 50 % etc. Is there a way to do this?

Also, I'm trying to get the last column to maintain its width no matter the size of the main window. is there way to restrict the column width to the last column, while giving the other columns the ability to stretch?

setResizeMode appears to set resizing mode to the whole table, not individual columns.

cheers