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.
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.
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.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks