setting size for the table size
-
Hi, is it possible to make this the default size for each column in the table?:

instead of this:

-
Hi,
Take a look at QHeaderView::setSectionResizeMode.
-
@SGaist Thank you, I want to resize just the Description column. That wasn't clear in my initial post.
-
You can set the resize mode for that column.