[Development] X Error: BadDrawable with Qt4.8.4

Samuel Rødal samuel.rodal at digia.com
Wed Jan 2 09:18:12 CET 2013


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



More information about the Development mailing list