I have made a Dialog in PyQt for use it like a plugin under QGIS 2.10
The Dialog works fine like a standalone application, but if I try to call it like a QGIS plugin, I get this error:
AttributeError: 'module' object has no attribute 'QStringList'
There are a similar question here, but it...