pyqtconfig icon indicating copy to clipboard operation
pyqtconfig copied to clipboard

QComboBox should always use str when setting.

Open mfitzp opened this issue 4 years ago • 0 comments

If you use a mapper dictionary and a value is missing, then if the actual values are non-string it will try and set this non-string on the QComboBox and error.

Missing values in the mapper should be handled transparently, and simply display the str equivalent of the value.

mfitzp avatar Jun 12 '20 09:06 mfitzp