class Window(QMainWindow):. def __init__( self ):. super ().__init__(). # set the title. self .setWindowTitle( "Python" ). width = 500.
確定! 回上一頁