Hi,
I have many print composers in a project and would like to select one of
them, knowing its name. The only way I found yet is to iterate over all
composer views :
for cView in iface.activeComposers():
if cView.composerWindow().windowTitle() == 'myTitle':
# do what I want
Is this the only way to do it? Isn't there a more direct way to access
print composer?
Thanks,
DelazJ
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user