Hi,
I'm working on a Python plugin for QGIS and need your help to do something.
I'm a beginner in Python and C++ and just used plugin-builder for the
architecture.

My main dialog is a non modal one and does list print composers in the
project. It means that while it's opened, user can delete or create
composer. What I'd like is, when user calls back the dialog to foreground,
it automatically updates the list of composers. I already have the function
to update but don't find which signal to use. I can add a button to do this
but better if it can be done transparently...

I've read about defining a custom showEvent function but can't understand
where to put it and what inside.
If somebody can give some tips...

Thanks in advance,

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

Reply via email to