Plugin Class

( QWebPluginFactory::Plugin )

The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create. 更多...

头: #include <Plugin>
Since: Qt 4.4

公共变量

QString description
QList<MimeType> mimeTypes
QString name

详细描述

The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.

成员变量文档编制

QString Plugin:: description

The description of the plugin.

QList < MimeType > Plugin:: mimeTypes

The list of mime types supported by the plugin.

QString Plugin:: name

The name of the plugin.