PDA

View Full Version : Text under the Icon



QiT
1st April 2007, 17:14
How can I make Text under the Icon on a botton.


:D

fullmetalcoder
1st April 2007, 17:29
I Love Qt
:D

So do we all! Or at least so do I... :)

However You'd better post such polemic messages in the General Discussion or Feedback sections... Bad!!!:rolleyes:

QiT
1st April 2007, 17:33
I have just tried o remove a mesage that I Posted Two Times.

Thanks :mad:

jpn
1st April 2007, 17:42
How can I make Text under the Icon on a botton.
Use a QToolButton and setToolButtonStyle(Qt::ToolButtonTextUnderIcon) (http://doc.trolltech.com/4.2/qtoolbutton.html#toolButtonStyle-prop).