Hey there,

I'd like to:
- Load dynamically a low level Qt Plugin.
- That plugin contains some unique widgets.
- Then from my main application, I want to create and interact with that custom widget.

Is it possible or do I have to create an abstract interface for all my custom widgets?

Thanks.