<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br></div>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 :<br></div></div>for cView in iface.activeComposers():<br></div>  if cView.composerWindow().windowTitle() == 'myTitle':<br></div>     # do what I want<br><br>Is this the only way to do it? Isn't there a more direct way to access print composer?<br><br></div>Thanks,<br></div>DelazJ<br></div>