from PyQt4.QtGui import QWidget, QApplication, QLabel, QScrollArea, QVBoxLayout class Window(QScrollArea): def __init__(self): super(QWidget ...
確定! 回上一頁