Skip to content

Fix TaurusImageDialog.setModel Qt slot in py2

Carlos Pascual requested to merge github/fork/cpascual/fix-1023 into develop

The setModel slot of TaurusImageDialog is not exposed in py2 due to a wrong py2-py3 compatibility definition. Use "QString" instead of str for defining the slot in a py2+3 compatible way.

Fixes #1023 (closed)

Merge request reports

Loading