PDA

View Full Version : OpenGL accelerated Widgets



rubikon
18th June 2012, 14:09
I have read this

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/48257-coming-from-XAML?highlight=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.

wysota
18th June 2012, 14:35
You probably can't. I doubt Windows CE6 supports OpenGL rendering system. You could only use OpenGL for Graphics View (if your device indeed supports OpenGLES).