Best Practices to expose a WebKit module in Qt?
-
We are developing a WebKit module and have successfully exposed methods to JavaScript via IDL. Now we need to expose those same methods to the native Qt application. I'm guessing there are lots of wrong ways to do this and maybe one or two correct ways. Can anyone explain this or point me to an example or article on how this is best done?