QHeaderView::ResizeToContents fails on kubuntu 25.04 using flatpak kde runtime 6.9
i mean it could be a flatpak issue.
going from 6.7 to either 6.8 or 6.9 my qtablewidgets no longer "do" what QHeaderView::ResizeToContents says to do.
instead, all columns are the same size, can't be manually adjusted (looks like the docs have been updated to say that the user can't size the columns in this mode??)
I'd prefer to have the columns sized per the data like i thiiiink this flag is supposed to do.
Anybody else run into this?
Re: QHeaderView::ResizeToContents fails on kubuntu 25.04 using flatpak kde runtime 6.
nope - that was just me bein' dumb.
somehow it used to work before withouuut calling resizeColumnsToContent ()
but it'll work just fine if you call that sigh.