openep / openep-py

Electrophysiology data analysis with Python.
GNU General Public License v3.0
11 stars 7 forks source link

GUI preferences broken on Windows #147

Closed p-j-smith closed 2 years ago

p-j-smith commented 2 years ago

On Windows, the type of the values in QSettings isalways str. Use of the preferences assumes that QSettings values have the correct types. May need to get the settings from the preferences widget rather than the preferences store (QSettings). And use QSettings only for saving the preferences to disk.

Note, this issue does not exist on Mac OS or linux.