I've an architecture where I've the plugins has to have arguments passed to its constructors,
sth like this AuthorPlugin::AuthorPlugin(QWidget* parent) : SetupAssistantWidget(parent) and the SetupAssistantWidget is the interface, is there a way to do that with pluginlib?