Re: QHeaderView not resizing
I'm not sure stretching the vertical header is supported... It wouldn't make much sense in most cases, I guess...
Re: QHeaderView not resizing
Well, that may be right but then an assert (for vertical headers) should not be the result. One which you can't just ignore - at least I can't seem to get past it by pressing the ignore button. The assert (or others) keeps popping up. Could one, at least, crop the header to the rows?
Re: QHeaderView not resizing
Quote:
Originally Posted by
ericwny
Well, that may be right but then an assert (for vertical headers) should not be the result.
Yes, that obviously true.
Re: QHeaderView not resizing
Quote:
Originally Posted by
ericwny
Note: I am developing under Qt 4.0.1 I hope this doesn't require an upgrade.
Wow, that's pretty old... 3 years? Just be aware that the model view framework (and almost everything else in Qt for that matter) has been improved a lot since then. Not only new functionality was added but also lots of bug fixes were applied. Just curious, why do you resist updating? Are you one of those commercial customers whose license period ended? :)