PDA

View Full Version : QErrorMessage Questions



splinterz
3rd June 2012, 13:24
I'm trying to implement a QErrorMessage and I'm having some problems:

1. How do I show a QErrorMessage as a modal dialog? showMessage with isModal(true) doesn't seem to work. Using exec or show I can't set the message.

2. How do I retrieve the value of the 'Show this message again' checkbox as I'd like to save the result with QSettings.