Ok, Did some more investigation on the problem. It has nothing to do with signals and slots! Setting a breakpoint on a line that contains a QMessageBox::warning(...) statement does not work. Setting a breakpoint at such a line, I would expect the debugger to stop the program immediately before it executes the message box. However, the message box statement just gets processed... Did I configure something wrong here?
Markus _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
