PDA

View Full Version : how to change the height of QHeaderView?



TorAn
13th March 2015, 02:17
I have treeview with custom model. Headers in this model are multi-lined and do not fit in the standard height. I can't figure out the way to change the header height. Any advise will be appreciated, thanks.

west
13th March 2015, 08:43
http://qt-project.org/doc/qt-4.8/qwidget.html#minimumHeight-prop

Does it work?