As far as I know currently you shouldn't add GL widgets to graphicsview. You can instead add a custom widget with a GL context where you will render its content to a pixel buffer and then render the resulting pixmap as the item in graphics view.
As far as I know currently you shouldn't add GL widgets to graphicsview. You can instead add a custom widget with a GL context where you will render its content to a pixel buffer and then render the resulting pixmap as the item in graphics view.
yagabey (21st November 2008)
Bookmarks