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

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -