Hi Anita,

On Tue, 11 Dec 2012 08:38:40 +0100
Anita Graser <[email protected]> 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
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to