• PySide 模块
  • PySide.QtWebKit
  • 内容表

    上一话题

    QWebPluginFactory

    下一话题

    QWebPluginFactory.Plugin

    QWebPluginFactory.MimeType

    概要

    函数

    详细描述

    QWebPluginFactory.MimeType structure describes a mime type supported by a plugin.
    class PySide.QtWebKit.QWebPluginFactory. MimeType
    class PySide.QtWebKit.QWebPluginFactory. MimeType ( MimeType )
    参数: MimeType PySide.QtWebKit.QWebPluginFactory::MimeType
    PySide.QtWebKit.QWebPluginFactory.MimeType. description
    PySide.QtWebKit.QWebPluginFactory.MimeType. name
    PySide.QtWebKit.QWebPluginFactory.MimeType. fileExtensions
    PySide.QtWebKit.QWebPluginFactory.MimeType. __ne__ ( other )
    参数: other PySide.QtWebKit.QWebPluginFactory::MimeType
    返回类型: PySide.QtCore.bool

    Returns true if this mimetype is different from the other mime type.

    PySide.QtWebKit.QWebPluginFactory.MimeType. __eq__ ( other )
    参数: other PySide.QtWebKit.QWebPluginFactory::MimeType
    返回类型: PySide.QtCore.bool

    Returns true if this mimetype is the same as the other mime type.