PaintEvent in QQuickView
QML and Qt Quick
3
Posts
2
Posters
1.3k
Views
1
Watching
-
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