I'm porting a current HTML5 Canvas application to a QT wrapper. however its performance is quite low. This HTML5 canvas app runs at 60fps in Chrome and IE11, however it still at 10fps on QTWebView.
How can I increase the render speed of this existent HTML5 canvas application inside a QT project? the question is about if there is any parameter to use some more fast renderer (like GPU)
Note. this project was created using the default qt creator wizard for HTML5 applications.