PDA

View Full Version : change icon QMessageBox



smemamian
29th June 2013, 11:17
hi

how can i do change icon's QMessageBox ?

Lesiok
29th June 2013, 12:11
Very simple. Use the appropriate version of the constructor (http://qt-project.org/doc/qt-4.8/qmessagebox.html#QMessageBox-2)

anda_skoa
29th June 2013, 16:24
Also see QMessageBox::setIconPixmap()

Cheers,
_

Gokulnathvc
23rd July 2013, 13:37
You can just use QMessageBox::warning, information etc.. simple..