Hi,

using QNetworkAccessManager i have downloaded a ini file and hold it in memory as QString.

It it possible to use QSettings on a QString or is it necessary to save the QString first to a temp File
that i open with QSettings.

Greetings