Hi,
I wonder how to write modal Dialogs executed with QDialog::exec(), that provide a result other than integer values ( which can be easily achieved with QDialog::accept(), QDialog::reject() and QDialog::setResult() ). Since there are Dialogs that return objects like QFonts, QColors etc. all over Qt4, I guess there must be a (simple) mechanism to do that. Any Ideas?

thanx in advance
momesana