Home QGLWidget in Symbian Belle(leaked version)
Post
Cancel

QGLWidget in Symbian Belle(leaked version)

Warning: This post is made only with leaked Symbian Belle. The official Nokia release might not have the problem described in this post.
Here’s the problem: I implemented the blit in QGLWidget’s paintEvent(QPaintEvent *) method. The idea was that the Qt would be using OpenGL ES for the blit, when I’m using the QGLWidget.
Currently I’m only using the QPainter for the actual blit. Like this:

1
2
3
4
QPainter painter;
painter.begin(this);
//.... do the painting
painter.end();

However the method above seems to be failing in the Symbian Belle (only a black screen is shown), so the QGLWidget is clearly not working as well as it was in the Symbian Anna.
Solution: I just converted the QGLWidget into a normal QWidget, and everything seems to be working. At least with the leaked Symbian Belle I can not see any significant difference in the fps compared to what it was with Symbian Anna and QGLWidget, so I’ll just leave it like this.
I don’t know if the official Belle release will contain this bug or not. If the bug still exists, then I can make an error report to the Qt’s JIRA.

This post is licensed under CC BY 4.0 by the author.

Pokemon Platinum On gpSP

AntSnes 0.8.7 for Symbian Belle

Comments powered by Disqus.