Instead of making the plugin itself a QWidget, make it allocate and return a QWidget when requested, more or less like this:
Qt Code:
class MyPluginInterface { ... ... };To copy to clipboard, switch view to plain text mode
Instead of making the plugin itself a QWidget, make it allocate and return a QWidget when requested, more or less like this:
Qt Code:
class MyPluginInterface { ... ... };To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks