linux - How do I Convert a QSetting::NativeFormat to QSetting::IniFormat? -


hello have mac os x plist file(qsetting::nativeformat) generated application want take plist file on linux based os not support it. decided take file in ini format. easy read qsetting::iniformat . confuse how convert qsetting::nativeformat qsetting::iniformat . kindly me.

the conversion must done on os x, because plist native format supported there. you'll need write code read settings in 1 format , dump them in another. can use qsettings::childgroups , childkeys enumerate settings. can have application it, can put helper application you'll manually invoke once.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -