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