PDA

View Full Version : Reading .plist files on Windows



alexivanov91
23rd September 2010, 09:36
Is it possible to read .plist files on Windows. I saw it was possible using with QSettings but on Mac OS only. Is there any way to unlock this?

wladek
24th September 2010, 10:07
Hi alexivanov91,

I don't believe that you could read properties from .plist files on Windows, by using QSettings.
Or maybe you can play around with the QSettings::registerFormat function.

One other solution could be, since .plist are XML files, parsing it as a normal XML file.

Hope my suggestions help.

Regards,
Wladek