Is there any proper way to save string without using file ?
-
Hi all,
I want to save line edit value when it changes, and i want load from last value again when application start. I can achieve that creating a file. Is there another way to do this properly ?Thanks for any idea.
-
Hi all,
I want to save line edit value when it changes, and i want load from last value again when application start. I can achieve that creating a file. Is there another way to do this properly ?Thanks for any idea.
@ozie said in Is there any proper way to save string without using file ?:
. Is there another way to do this properly ?
If you want to save it in a file, no.
Maybe QSettings - but even then it's saved in a file on the disk (how should something made persistent otherwise?) -
Hi all,
I want to save line edit value when it changes, and i want load from last value again when application start. I can achieve that creating a file. Is there another way to do this properly ?Thanks for any idea.
-
I faced another problem , if i run application on qt there is no problem but if i create an exe using windeployqt it is not work, Should i add extra things ?