Re: subclassing QHeaderView
Re: subclassing QHeaderView
thx
is it posible to subclass it and if yes then how?
Re: subclassing QHeaderView
Maybe it would be enough to provide an own item delegate for the header view?
Re: subclassing QHeaderView
Quote:
Originally Posted by wysota
Maybe it would be enough to provide an own item delegate for the header view?
This was kind of a surprise to me, but I just yesterday noticed that QHeaderView doesn't use delegates for anything at all.
Overriding just
might be enough and is most probably the best way to go..
Re: subclassing QHeaderView
thanks.
i#m now able to rotate the header items. but the size of the gray colored background (behind the header) is still the same. where is this painted?
Re: subclassing QHeaderView
sizzHint method to re-implement ?
Re: subclassing QHeaderView