QWebPluginFactory.MimeType Class Reference

[ QtWebKit module]

The QWebPluginFactory.MimeType structure describes a mime type supported by a plugin. 更多...

方法

Special Methods

Members


详细描述

The QWebPluginFactory.MimeType structure describes a mime type supported by a plugin.


方法文档编制

MimeType.__init__ ( self )

MimeType.__init__ ( self , MimeType )

bool MimeType.__eq__ ( self , MimeType   other )

bool MimeType.__ne__ ( self , MimeType   other )


Member Documentation

QString description

The description of the mime type.

QStringList fileExtensions

The list of file extensions that are used by this mime type.

For example, a mime type for PDF documents would return "pdf" as its file extension.

QString name

The full name of the MIME type; e.g., text/plain or image/png .