Re: Qsettings does not differentiate between string and int values
Originally Posted by yaronkle
What is a backend?
Are you referring to QSettings::SetIniCodec?
No, QSettings would be one possible backend for storing values.
Other alternatives would be JSON, XML or some custom storage format, e.g. using QDataStream.
Even with QSettings as the backend, you could store the type as a subkey of the value.
Bookmarks