Raja Sekharan wrote: > Hi, > > Is it possible to create buttons like those in Gedit - The New, Open, > Save ... and so on. The Icons appear on top of the text. How do I do > that in Qt? > > Raj > Create a new QToolButton instance and call setToolButtonStyle(Qt::ToolButtonTextUnderIcon)