Hi On Thu, Apr 19, 2012 at 11:21 AM, Nathan Woodrow <[email protected]> wrote: > I prefer: > > QgsMapLayerRegistry.instance().layersWillBeRemoved.connect(self.getLayers) > >
Ok trying that thanks Tim - Nathan > > On Thu, Apr 19, 2012 at 7:14 PM, Denis Rouzaud <[email protected]> > wrote: >> >> I would try >> SIGNAL("layersWillBeRemoved(QStringList)") >> >> >> On 04/19/2012 11:09 AM, Tim Sutton wrote: >> >> Hi All >> >> Does anyone know the appropriate way to connect to the new >> QgsMapLayerRegistry signal I added in python: >> >> void layersAdded( QList<QgsMapLayer *> theMapLayers ); >> >> I tried: >> >> QtCore.QObject.connect(QgsMapLayerRegistry.instance(), >> >> QtCore.SIGNAL('layersWillBeRemoved(QList<QgsMapLayer*>)'), >> self.getLayers) >> >> But that doesnt seem to be hitting my slot. >> >> Thanks >> >> tim >> >> >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer >> > -- Tim Sutton - QGIS Project Steering Committee Member (Release Manager) ============================================== Please do not email me off-list with technical support questions. Using the lists will gain more exposure for your issues and the knowledge surrounding your issue will be shared with all. Visit http://linfiniti.com to find out about: * QGIS programming and support services * Mapserver and PostGIS based hosting plans * FOSS Consulting Services Skype: timlinux Irc: timlinux on #qgis at freenode.net ============================================== _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
