Re: [PyQt] Rotated text in QTableWidget cell

2012-04-12 Thread Bart Kroon
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

[PyQt] Rotated text in QTableWidget cell

2012-04-10 Thread Vadym
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,