Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 3.3.0-rc1
Description
QSettings should only be used for settings. Themes are more like static data, similar to our other coding style and editor color schemes. These currently use XML as data format, but the new and fancy thing is JSON nowadays (and the custom wizards use JSON in 3.3 as well), so any new format should also be JSON.