Store QColor as String in preferences file

• Oct 3, 2016 - 13:15
Reported version
2.1
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Currently the QColor are stored as QVariant with a weird syntax. It just bites us on Mac OSX Sierra.. see #126041: Black score view with MacOS Sierra.
It would be better to store them as string, they would be more easily editable with text editor and we would avoid any problem with QVariant reading...


Comments