<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="+1"><tt>Is it possible to create a group within a group
        in python?<br>
        <br>
        <font size="+1">li = qgis.utils.iface.legendInterface()<br>
          <font size="+1">g1 = li.addGroup("g1")</font><br>
          <font size="+1">g2 = li.addGroup("g2",<font size="+1"> g2)<br>
              <br>
              <br>
              <font size="+1">The above seems like it should work but it
                doesn't.<br>
                <br>
                <font size="+1">Thanks.</font><br>
              </font></font></font></font></tt></font>
  </body>
</html>