Qt Centre is a community site devoted to programming in C++ using the Qt framework developed by Qt Development Frameworks at Nokia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
GL transformations to renderText() output
I am taking tranformations on openGL models at runtime and I want to apply it on text printed by renderText(),
qtUse 3rd September 2010 14:55e.g. paintGL() looks like this:
void paintGL() {
glTranslate3f ( .........