Hi Anita,

On Tue, 11 Dec 2012 08:38:40 +0100
Anita Graser <anitagra...@gmx.at> wrote:

> What do I have to do to make it show up in the toolbox?

You need to expose your algorithm is provider. Open file 
FToolsAlgorithmProvider.py, add import statement with your new alg
(use existing statements as example) and then in __init__ method
add your algorithm to algorithms list — variable self.alglist.

Hope this helps

-- 
Alexander Bruy
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to