10-17-2012 06:29 AM
I need to respond to a page being destroyed so I can save it's ui settings. In Qt creator I used to use;
Component.onDestruction
I did find onCreationCompleted: in order to load my ui settings but can't seem to find it's opposite anywhere.
10-17-2012 07:54 AM