Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
Insanity: doing the same thing over and over again and expecting different results.
Albert Einstein
Thanks for the answer but this ones disables the Resizing..
We want to be able to resize columns but if u resize the one before the last one don't continue resizing as much as u want ( see previous screenshot )..
What do you expect to happen when the user resizes the whole window?
What should i expect? Tablewidget becomes bigger, and collumns become bigger..
Why question this.. this has nothing to do with my question ( i think )
Do you understand what i ask?
OK Think for now, let's says i have maximum and minimum to window and i can't resize it..
How to do what i say in 1st post?
Then you need to control resizing of the header manually either by reimplementing some virtual methods in QHeaderView subclass or by connecting to QHeaderView::sectionResized() signal (or both).
Bookmarks