PDA

View Full Version : Change icons on static QMessageBox



manucorrales
22nd July 2006, 18:53
How can i change the default icos for the static QMessageBox?
I want to set my icon set to information, question, etc... But without the need of create an instance of a message box each time i want to show one.

Is this possible?

wysota
22nd July 2006, 19:00
No. Static message boxes are there for convenience. If you want to alter their behaviour, use regular class instance.