PDA

View Full Version : Vista-styled warning message dialogs?



__m128i
31st May 2010, 21:37
How can I get a Vista-styled message dialog with a title text like here http://i.msdn.microsoft.com/dynimg/IC78577.png

Using QMessageBox::warning (..., "<h3>Title</h3>Text") looks reasonably similar, however the title is written in bold black text then instead of the standard blue one.

Lykurg
31st May 2010, 23:15
then just use css color "tag". Or subclass QDialog and do it yourself in the paint event using QPainter.