I want to use a QLabel to display along a vertical axis in a 2-D plot I am drawing. Since this is for a y-axis label, I want the text to be written vertically, one letter on top of another.Is there a simple way to do this but setting the orientation of the label or something or is the only way to add a new line after each character? I didn't know if there might be some HTML code or something I could do this with either? Thanks for your help!


Is there a simple way to do this but setting the orientation of the label or something or is the only way to add a new line after each character? I didn't know if there might be some HTML code or something I could do this with either? Thanks for your help!
Reply With Quote

Thanks for your help and please confirm that QPainter is the easier way of doing my example in the code box. Thanks!

Bookmarks