Hi:
I've got a very simple problem: I have a table (QTableWidget) with the number of columns that changes. I would like to make it so that the columns allways fill the entire QTableWidget area. I can do this by taking the width of the QTableWidget object and dividing it by the number of columns and setting each of the columns to that width and do this with every resize. But it's results aren't really perfect because of the rounding involved. I thought may there was anoter way to do this?
Thanks.