Is it better to do an import as from PyQt4 import QtGui
and then in the code use QtGui.QDialog or is it better to use from PyQt4.QtGui import QDialog Sorry if this is an obvious question. I have been a C/C++/perl programmer for many years, but just started python about a year and a half ago. Thanks On Wed, May 10, 2017 at 11:40 AM, Tom Chadwin <[email protected]> wrote: > Remove the line completely, run the plugin, and then individually add the > modules as they show up as errors. It doesn't take too long. > > > > ----- > Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon > -- > View this message in context: http://osgeo-org.1560.x6. > nabble.com/QGIS-Developer-Converting-plugins-to-QGIS-3- > tp5320059p5320063.html > Sent from the QGIS - Developer mailing list archive at Nabble.com. > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
