Skip to content
Snippets Groups Projects
  • Sol Simpson's avatar
    24cf9ada
    BF: unicode fix for TableWidget · 24cf9ada
    Sol Simpson authored
    Setting a table item value to a unicode value with non ascii chars would
    cause the tablewidget contents to not be displayed (no exception thrown
    either).
    
    Changed all instances of str(..) or map(str,...) to use asUnicode and
    issue seems to be fixed
    24cf9ada
    History
    BF: unicode fix for TableWidget
    Sol Simpson authored
    Setting a table item value to a unicode value with non ascii chars would
    cause the tablewidget contents to not be displayed (no exception thrown
    either).
    
    Changed all instances of str(..) or map(str,...) to use asUnicode and
    issue seems to be fixed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TableWidget.py 9.78 KiB