Hi
There is a QLineEdit object in my project. I want after running .exe file of my project and writing some text in LineEdit, this text be saved. So after closing .exe file and opening again that, the text be showed.
Thanks for any help.
Printable View
Hi
There is a QLineEdit object in my project. I want after running .exe file of my project and writing some text in LineEdit, this text be saved. So after closing .exe file and opening again that, the text be showed.
Thanks for any help.
Hi,
You can use QSettings with INI format.
Hi,
First take a look at documentation and then try it. If you have problems then you can provide your sample code to let us help you.