I have read this
Quote Originally Posted by wysota View Post
When speaking about graphics, everything (well... almost) in Qt can be accelerated by using OpenGL. You don't even need to know OpenGL itself, Qt will translate calls for you.
in this thread
http://www.qtcentre.org/threads/4825...ht=databinding

I have an application running on a device with Windows CE 6 which should support OpenGL. What do I have to do that Qt accelerates the Widgets by using OpenGL?

Thank you.