On 12/19/2012 02:31 AM, chenyw3892 wrote: > I compiled Qt4.8.4 in Redhat6(i386), but when I run my application, X > Error: BadDrawable(invalid Pixmap or Window parameter) 9 ocurrerd
Try to run your application with "-graphicssystem native" or do QApplication::setGraphicsSystem("native"); before initializing the QApplication object. -- Samuel _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development