Here's a PyQt port of this Qt FAQ example: from PyQt4 import QtGui, QtCore class MainWindow(QtGui.QMainWindow): def __init__(self): QtGui.QMainWindow.
確定! 回上一頁