PaintEvent in QQuickView
-
Hi!
I'm trying to limit the maximum fps in my QQuickView application to test touchscreen performance. I noticed several suggestions of overriding the paintEvent and sleeping in that function for desired fps. But there is no paintEvent in the QQuickView class in qt5.1. How can I get that functionality in QQuickView?
Cheers