<div dir="ltr">Hi Jakob,<div><br></div><div>A workaround would be to have a plugin that creates a new composer view object: </div><div><br></div><div><i>custom_composer = self.iface.createNewComposer("My Composer")</i><br></div><div><br></div><div>Then get a reference to the main window in the composer view:</div><div><br></div><div><i>main_window = custom_composer.composerWindow()</i><br></div><div><br></div><div>Then you can either add a new toolbar (and required actions) or append an action to the main toolbar. Have a look at the ComposerWrapper class for something similar we implemented for designing charts in the composer: <a href="https://gist.github.com/gkahiu/06a43a589f9441736397">https://gist.github.com/gkahiu/06a43a589f9441736397</a></div><div><br></div><div>Hope this is helpful.</div><div><br></div><div>Cheers,</div><div><br></div><div>John</div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 22, 2015 at 2:07 PM, G. Allegri <span dir="ltr"><<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p dir="ltr">You can act on it but you can't custom gui widgets to the Composer interface.<br>
I cannot check the code right know. I listen to a specific (existing) composition opening but if I remember correctly you can watch the Composer opening too. </p><div><div>
<div class="gmail_quote">Il 22/giu/2015 17:19, "Jakob Lanstorp" <<a href="mailto:jlanstorp@gmail.com" target="_blank">jlanstorp@gmail.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Giovanni, thanks for the update. Another solution would be to catch the<br>
event when a user starts an existing print composer. Cannot in doc for the<br>
pyqgis API find anything for this. Anyone who know is one can listens for a<br>
print composer to startup by the user and act on it.<br>
<br>
<br>
<br>
-----<br>
Jakob Lanstorp<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Building-plugin-for-Print-Composer-tp5212187p5212221.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/Building-plugin-for-Print-Composer-tp5212187p5212221.html</a><br>
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div></div>