PDA

View Full Version : QSettings and INI formated String in memory



HappyCoder
7th September 2015, 10:05
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