<div class="gmail_quote">2013/5/30 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, May 30, 2013 at 04:12:15PM +1000, Nathan Woodrow wrote:<br>
<br>
> If you are not aware of what benefits the SIP API update will bring here is<br>
> a quick example:<br>
><br>
> Before:<br>
><br>
> >>> str(yourlineedit.text().toString())<br>
> 'Hello World'<br>
> >>> feature["column"].toInt()[0]<br>
> 100<br>
><br>
> After<br>
><br>
> >>> yourlineedit.text()<br>
> 'Hello World'<br>
> >>> feature["column"]<br>
> 1000<br>
><br>
> It will make life for us and plugin authors a hell of a lot easier.<br>
<br>
</div>Plugin authors want to maintain support for multiple qgis versions,<br>
so changing an API is really only _more_ work, not _less_.<br>
<br>
Is there any facility to deal with that ?<br></blockquote><div><br>Does the old way of doing it stop working? What I'm a bit  worried about is that the result is 100 before and 1000 after, but I guess that's a typo?<br>
<br>It seems the code will be cleaner and more concise, that's certainly a good thing.<br><br>Jo<br></div></div>