Is it possible to determine wether or not a specific widget is showing in the viewport?
I want to start loading more data once the last widget in my listwidget is displayed to the user. I figured I could handle scroll events and for every event check if the last widget is displayed and the fire of an rpc to get more data.
BR