from PyQt4 import QtGui class TabWidget(QtGui.QTabWidget): def __init__(self, ... QApplication(sys.argv) tab = TabWidget() button = QtGui.
確定! 回上一頁