Hello,

How is the text parameter interpreted in the QMessageBox::about() method? I know it can be used to specify text/font formatting. But, can it also be used to reference/encode an image?
Qt Code:
  1. QMessageBox::about(QWidget *parent, const QString &caption, const QString &text);
To copy to clipboard, switch view to plain text mode 
Thanks,
Ben