Thanks.
Can you post a simple example code, which describe how to make a plugin interface, which return an object that provides signals and slots.
Thanks.
Can you post a simple example code, which describe how to make a plugin interface, which return an object that provides signals and slots.
Qt Code:
class PluginInterface { public: virtual ~PluginInterface() {} ... }; Q_DECLARE_INTERFACE(...)To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks