[Qgis-developer] Re: python plugin and layer properties window
Marco Hugentobler
marco.hugentobler at sourcepole.ch
Mon Jul 25 10:25:27 EDT 2011
Hi Michael
Thanks for the notification, the signals are changed now.
Regards,
Marco
Am Montag, 25. Juli 2011, 15.29:33 schrieb Michael Pfeiffer:
> 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
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
--
Dr. Marco Hugentobler
Sourcepole - Linux & Open Source Solutions
Churerstrasse 22, CH-8808 Pfäffikon SZ, Switzerland
marco.hugentobler at sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee
More information about the Qgis-developer
mailing list