For the delayed call, you can use QTimer.singleShot : class MyWindow(QtGui.QMainWindow): def __init__(self, parent=None): QtGui.QWidget.__init ...
確定! 回上一頁