<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Natham,<br>
<br>
Thanks for the tip.<br>
It is obviously more pythonic! Although, I liked the fact that the
signal was a string, so it was easily found in lines of code...<br>
<br>
I'll ask Tim for the blog.<br>
<br>
Cheers,<br>
<br>
Denis<br>
<br>
<div class="moz-cite-prefix">On 02/14/2013 12:16 PM, Nathan Woodrow
wrote:<br>
</div>
<blockquote
cite="mid:CAAi8Yg9WS0+uG8on+u=0STW8NusOvsCU7vQC8F-m807KzYFmTg@mail.gmail.com"
type="cite">
<p dir="ltr">Looks good. Just ask Tim he will add it for you.</p>
<p dir="ltr">A tip for your plugin code you can use the new PyQt
signal slot style</p>
<p dir="ltr">Canvas.mapToolSet.connect(your method)</p>
<p dir="ltr">And </p>
<p dir="ltr">yoursignal = pyqtSignal(str)</p>
<p dir="ltr">self,yoursignal.emit("hello world")</p>
<p dir="ltr">- sent from a tablet device that isn't an iPad </p>
<div class="gmail_quote">On 14 Feb 2013 21:53, "Denis Rouzaud"
<<a moz-do-not-send="true"
href="mailto:denis.rouzaud@gmail.com">denis.rouzaud@gmail.com</a>>
wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Hi all,<br>
<br>
I wanted to start a blog on wordpress for giving a few
plugin development tips.<br>
<br>
What is the policy about publishing them into the qgis
planet?<br>
<br>
I wrote a first draft here<br>
<a moz-do-not-send="true"
href="http://3nids.wordpress.com/2013/02/14/identify-feature-on-map/"
target="_blank">http://3nids.wordpress.com/2013/02/14/identify-feature-on-map/</a><br>
<br>
Please let me know what you think.<br>
<br>
Greetings,<br>
<br>
Denis<br>
<br>
<br>
<br>
</div>
<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a moz-do-not-send="true"
href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-developer"
target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
<br>
</blockquote>
</div>
</blockquote>
<br>
</body>
</html>