from PyQt4 import QtGui import sys imagePath = "enter the path to your image here" class ImgWidget1(QtGui.QLabel): def __init__(self, parent=None): ...
確定! 回上一頁