Yes: it puts a space instead of a tab \o/ (that happens both when using the model's headerData() reimplementation as well as when reimplementing QHeaderView's paintSection().
Yeah, I did think about a similar solution, but it was quite inefficient... The only difference is that the header should not be size fixed (the result from using a size-fixed font plus a fixed number of letters on each string), so the calculation was based on largest of strings using a QLabel::width() comparison after calling adjustSize(). So as you can see, quite inefficient and it was abandoned =T
No way: its part of the software specification that the header should be so, and it's for a touchscreen embedded Linux device so tool tips are not welcome![]()
Bookmarks