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.
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.
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,
_
Bookmarks