Hey,

I was working off code which was given as an example by JohannesMunk on the following thread
http://www.qtcentre.org/threads/2923...-QGraphicsView

I attempted using OpenGL to draw the pixel images with the following code

Qt Code:
  1. QGraphicsView.setViewPort(new QGLWidget())
To copy to clipboard, switch view to plain text mode 

However I was given the following error when I attempted to run the program:

WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
failed to create drawable

Can anyone help me with this problem?

Thanks,
Strateng