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 ?
Printable View
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 ?
Subclass and reimplement paint event.