[Qgis-developer] SIP API Update
Sandro Santilli
strk at keybit.net
Thu May 30 02:04:18 PDT 2013
On Thu, May 30, 2013 at 04:12:15PM +1000, Nathan Woodrow wrote:
> If you are not aware of what benefits the SIP API update will bring here is
> a quick example:
>
> Before:
>
> >>> str(yourlineedit.text().toString())
> 'Hello World'
> >>> feature["column"].toInt()[0]
> 100
>
> After
>
> >>> yourlineedit.text()
> 'Hello World'
> >>> feature["column"]
> 1000
>
> It will make life for us and plugin authors a hell of a lot easier.
Plugin authors want to maintain support for multiple qgis versions,
so changing an API is really only _more_ work, not _less_.
Is there any facility to deal with that ?
--strk;
More information about the Qgis-developer
mailing list