|
Is it possible to create a group within a group
in python? li = qgis.utils.iface.legendInterface() g1 = li.addGroup("g1") g2 = li.addGroup("g2", g2) The above seems like it should work but it doesn't. Thanks. |
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
