Hey Marco,

is it possible that the signals are inverted?

/void QgsComposerView::hideEvent( QHideEvent* e )
{
  emit( composerViewShow( this ) );
  e->ignore();
}
void QgsComposerView::showEvent( QShowEvent* e )
{
  emit( composerViewHide( this ) );
  e->ignore();
}/

The composerViewShow signal is sent with the hideEvent and vice versa.

I think this should be inverse or am I wrong?

regards 

Michael


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/python-plugin-and-layer-properties-window-tp6383931p6618303.html
Sent from the qgis-developer mailing list archive at Nabble.com.
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to