Vertical text in QActions on a QToolbar
-
You may use the next code
@QAction* action = toolBar->insertWidget( beforeAction, widget )@where widget is QWidget with "rotated text":http://developer.qt.nokia.com/faq/answer/how_can_i_draw_vertical_text.