Closed Gustry closed 7 years ago
In order to move quicker to QGIS3 in a few weeks, please use from qgis.PyQt.QtCore/QtGui instead of using from PyQt4.QtCore/QtGui.
from qgis.PyQt.QtCore/QtGui
from PyQt4.QtCore/QtGui
fixed #10
In order to move quicker to QGIS3 in a few weeks, please use
from qgis.PyQt.QtCore/QtGui
instead of usingfrom PyQt4.QtCore/QtGui
.