Re: [PyQt] QMessageBox.about() with html text

2007-11-12 Thread Hans-Peter Jansen
Am Montag, 12. November 2007 schrieb Dirk Wagener: > Hi > > I have: > > QMessageBox.about(None, "Title Text", text ) > > > with > > text = " > > Test image: > > > > " > > > How do I get the QMessageBox() to use the bgcolor (red) and also to > display the image? > Currently it uses the default grey

[PyQt] QMessageBox.about() with html text

2007-11-12 Thread Dirk Wagener
Hi I have: QMessageBox.about(None, "Title Text", text ) with text = " Test image: " How do I get the QMessageBox() to use the bgcolor (red) and also to display the image? Currently it uses the default grey background color and shows a placeholder for the image. Kind regards Dirk -