[Qt-interest] Adding icon to the "About Dialog" of my application.

Andre Somers andre at familiesomers.nl
Mon Mar 29 09:17:32 CEST 2010


Santhosh Y wrote:
> Hi,
>
> Would like to add icon to the "Help->About" dialog of my application.
>
> Currently I am using, QMessageBox::about ( QWidget 
> <qwidget.html> * /parent/, const QString <qstring.html> & /title/, 
> const QString <qstring.html> & /text/).
> for displaying my application specific information.
>
> I would like to add the logo of my organization to the above dialog.
> Can I do this using QMessageBox.
>
> Please guide me in resolving this issue.
>
> Thanks in advance
>
> Regards,
> Santhosh
An easy way is to just design a dialog in Qt designer with only an OK 
button to close it. You can put any text or image you want on there.

André



More information about the Qt-interest-old mailing list