QObject::connect: Cannot connect (null)
问题 I try to load to plugins. If they are loaded with success , then i must connect returned widgets. With one plugin i create an action and add it to a menu , with another plugin i create a label and add it to window. Even if i get this error during runtime (when app loads plugins) , these two widgets are created and are visible. But there is no connection between them. This is how i try to connect widgets QObject *plugin = pluginLoader.instance(); if (plugin) { myAction = qobject_cast