PDA

View Full Version : How to implement Resume of the app?



Mathan
31st October 2016, 07:29
Hi All,

I want to implement the resume point, like when user closes the application in one list view and when he opens the application again, the use r has to view the same listview. Where to store the last cloing point?

Thanks In advance.

anda_skoa
31st October 2016, 09:11
For example in a slot connected to the application's aboutToQuit() signal, or in the window's closeEvent() handler or at the end of main().

Cheers,
_