Toggle line numbers 1 import sys 2 from PyQt4.QtGui import * 3 4 app = QApplication(sys.argv) 5 6 label = QLabel() 7 pixmap ...
確定! 回上一頁