tags:

views:

56

answers:

1

How Qt's Opengl widget works? Is it a software-only implementation or it relies on the configuration of the platform

+5  A: 

It's a Qt widget that embeds an OpenGL context of the native platform - i.e. You're using the OpenGL libraries/setup on your platform - which doesn't have a lot to do with Qt

nos