> I found another one with popups, this can be reproduced
> with the following test program:
> 
> #include <QtGui>
> #include <QtDebug>
> 
> int main(int argc, char *argv[])
> {
>    QApplication app(argc, argv);
>    QMessageBox::critical(NULL, "error", "error message");
>    return app.exec();
> }
> 
> 
> running the program result in:

I've created a task for the text guys for this. Thanks for reporting!

-
Gunnar
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to