PDA

View Full Version : How can I write vertically in a QPushbutton ?



castorvert
2nd April 2006, 19:41
Hi ! In my app I use a vertical QSplitter which contains a QPushButton. I would like to write vertically in this QPushButton without using "\n"... :confused: What do you recommend me ?

wysota
2nd April 2006, 21:27
Subclass and reimplement paint event.