Save / load the state of lineEdit widget
General and Desktop
2
Posts
2
Posters
1.7k
Views
1
Watching
-
wrote on 13 Aug 2011, 05:34 last edited by
how do i save and load the state of the lineEdit widget? can i have an example please. thank you in advanced.
-
wrote on 13 Aug 2011, 07:04 last edited by
In the same way as the "store the state of a variable":http://developer.qt.nokia.com/forums/viewthread/8520/ or "save the result of a check box":http://developer.qt.nokia.com/forums/viewthread/8485/ . Use QSettings and store each property you need to store.
1/2