[Qgis-developer] Re: python plugin and layer properties window
Michael Pfeiffer
Michael.Pfeiffer at bd.so.ch
Mon Jul 25 09:29:33 EDT 2011
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.
More information about the Qgis-developer
mailing list