Plugin Class

(QWebPluginFactory::Plugin)

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

Header: #include <Plugin>
Since: Qt 4.4

Public Variables

QString description
QList<MimeType> mimeTypes
QString name

Detailed Description

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

Member Variable Documentation

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.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.