Fix TaurusImageDialog.setModel Qt slot in py2
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)