[Qgis-developer] Retrieving a print composer knowing its name, in Python

2015-07-05 Thread DelazJ
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-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] GSoC Week 5 - report on Multithread Support on QGIS Toolbox

2015-07-05 Thread Marcus Santos
Hi all,

Here is my sixth report [1].

Have a nice week,
Marcus Santos

[1] - https://qgisgsoc2015.wordpress.com/2015/07/06/sixth-report/ 
https://qgisgsoc2015.wordpress.com/2015/07/06/sixth-report/

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer