Hi,

Since the Quicktime plugin is so unstable in QtWebKit on Mac OSX, I've been trying to see how to disable it, but so far all I've seen in the API is the possibility to disable ALL the plugins, not specific ones.

Anyone had any success (or insight) into doing this?

If I somehow create a PluginFactory for the mime type Quicktime, will Qt use mine automatically or still use the real one, (if I can override the plugin by an empty one that does nothing, then that could be a solution)