I have a table (QTableWidget) which has 3 columns where the width of all colunms in total is wider that the width of the Table. Now I want to modify the width of each column, such that they are not wider in total than the table widget. How would I do that? Matthias