Re: [PyQt] GraphicsView and Opengl

2012-01-22 Thread Tayfun Kayhan
: [PyQt] GraphicsView and Opengl Hi, I'm having trouble using QGraphicsView on a QGLWidget. I'm getting a white window and errors like this these: QGLShader: could not create shader Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compi

[PyQt] GraphicsView and Opengl

2012-01-22 Thread Peter Würtz
Hi, I'm having trouble using QGraphicsView on a QGLWidget. I'm getting a white window and errors like this these: QGLShader: could not create shader Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile This is an example application triggering the pro