PDA

View Full Version : Apply previous settings in QML file



amitpatel22
9th August 2011, 09:36
Hi...

I want to apply previous edited value to controls on QML file start up.

Suppose I have one QML file which has one button and one slider and i have set the slider value to 40 and close the application.

Now when i start the application,i want to get the slider value 40.

So my question is how can i get previous value of control on QML file.

Waiting for quick reply..

Thanks..