On 25 September 2014 00:32, Luca Manganelli <[email protected]> wrote: > Hi, (i'm using qgis 2.4) > > how can view the object properties of a composer item I added with my plugin? > I tried with showItemOptions(...) but it doesn't work > > in this example, I add a composerMap, but I cannot find a way on how > to automatically view the properties in the Composer Window: > > # open the composer that I created > composition = composerView.composition()
What about composition.setSelectedItem( composerMap ) ? That should work... Nyall _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
