I have tried use Qt's graphics framework to write a small game engine.
Qt's graphics drawing commands are damn slow.
It takes several milliseconds to finish one drawing.
How slow it will be if there are thousands of drawings per frame?
Finally I switch to use SFML, it is much much faster.
Good luck.