Hi, everyone,

I'm now implementing QWebPluginFactory to load custom plugins. When
implementing
List<QWebPluginFactory_Plugin> plugins() {},
I have to construct then return a list of Plugins to indicate the supported
plugin types.
And as the Qt API Doc shows,

plugin.mimeTypes.append(pdfMime);

the class Plugin  have class variable called  mimeTypes, which indicates the
type of the plugin.

However in QTJambi, I can not find the similiar variable or "setMimeType"Method
from QWebPluginFactory_Plugin. So why mimeTypes disappears and what should I
do?
Thanks very much!

-- 
Best regards
Li Zhongmiao
Digital Media, College of Computer Science, Zhejiang University
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to