MimeType Class Reference (QWebPluginFactory::MimeType) [QtWebKit module]
The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin. Далее...
#include <QWebPluginFactory> Этот класс был введён в Qt 4.4.
Public Variables
Подробное описание
The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin.
Описание типов
QString MimeType::description
The description of the mime type.
QStringList MimeType::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 MimeType::name
The full name of the MIME type; e.g., text/plain or image/png.
|