PDA

View Full Version : QLabel orientation



smacchia
18th November 2010, 15:41
I need to show text/labels vertically (like the text in right/left tabs in QPlastique style). Does anyone know if QLabel supports this? Or does anyone have any pointers how this might be accomplished?

Using Qt 4.6.x on Ubuntu 9.04

Thanks in advance.

high_flyer
18th November 2010, 15:56
You can implement this rather easily with QPainter transformation.
But I think qxt lib http://www.libqxt.org/ has such a label already implement ready to be used.