How to show QGLWidget inside QML file?
-
Hi guys, I'm trying to show my glwidget inside a qml file...
I have read this thread http://developer.qt.nokia.com/forums/viewthread/4109
but I don't understand how to turn my glwidget into a qdeclarative item...do I have to call initializeGL() and resizeGL() myself? or are they automatically called in some way?
Thanks in advance...