def load_PyQt4_QtGui(finder, module):
"""There is a chance that GUI will use some image formats
add the image format plugins
"""
name, QtCore = _qt_implementation(module)
_QtGui(finder, module, QtCore.QT_VERSION_STR)
评论列表
文章目录