Hi guys,

Here is a tricky one.

I'm developing a Qt plugin.
All it does is creating a widget.

I'm running my app, loading the plugin, I have my widget shown.

From that state, is it possible / proper to:

- Change the widget in the plugin's code.
- Recompile my plugin.
- Unload my old plugin while the app is still running.
- Reload my plugin.
- Get my new widget shown.

Thanks.