<div dir="ltr">Hey Jeff,<div><br></div><div>What signal are you trying to connect to?</div><div><br></div><div>- Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 8:26 AM, Jeff Cavner <span dir="ltr"><<a href="mailto:jcavner@ku.edu" target="_blank">jcavner@ku.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>For Python plugin development how do you connect a custom
 signal using the new style of signals and slots to a PyQgis object, 
specifically to QgsProject.instance()?  Having a hard time with this 
given the pyqtSignal is defined as a python Class static variable, and 
then bound using self.###.connect etc.  Is there a way to create custom 
signals in the new style for objects that you don't necessarily have 
access to their constructor, like for existing Qgis objects? <br>

<br></div>Additionally I noticed that from the python console in Qgis 
2.0, the old style of signals still work (connected to QgsProject) I 
compiled 2.0 from source for Ubuntu, and am running both 1.8 and 2.0.  
But 2.0 doesn't seem to complain about old style signals at the python 
console, was wondering if it is sharing the 1.8 version of PyQt with v.1
 sip, and that is what is causing it not to complain.  <br>
<br></div>Any help would be greatly appreciated.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">Jeff<br></font></span></div>
<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div>