That's a good summary of QT. I personally use SDL + OpenGL on my projects but it has lots of problems, not least that all of your GUI code has to be custom.
My problem at the moment is that I'm using far too many libraries on my projects (SDL, boost, GLEW, Guichan) which I'd ideally like to...