You'll probably have to resort to implementng a delegate with a custom paint
method. maybe this link can help you with the actual painting of the text:
http://qt-project.org/faq/answer/how_can_i_draw_vertical_text
___
PyQt mailing listPyQt@riverbank
Hello,
there is enought big QTableWidget table with lot of columns. Therefore
some columns which contain long text in header has inappropriate view.
I didn't use QTableWidgetHeader as header because hierarchical header
is not simple task so I just glue two QTableWidget tables (one as
header). So,