Hi On Sun, Feb 13, 2011 at 11:07 PM, [email protected] <[email protected]> wrote: > > based on Paolo Cavallini's idea I'm trying to build a plugin for interface > SAGA modules in Qgis. In saga we can obtain a xml file from each graphical > input interface (like "--interface-description" in grass). Can I use that xml > file for generate graphical interface in qgis plugin ? In other words, I'm > trying to avoid to build by hand single form for each saga module in qgis's > plugin.
Yes, GUI can be created on-the-fly easily. QGIS does this already in GRASS plugin (generation of GUI for grass tools) and in dialog for editing feature attributes. Regards Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
