prac9.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:py301 作者: PFLC 项目源码 文件源码
def initUI(self):               

        exitAction = QAction(QIcon('exit.png'), '&Exit', self)        
        exitAction.setShortcut('Ctrl+Q')
        exitAction.setStatusTip('Exit application')
        exitAction.triggered.connect(qApp.quit)

        self.statusBar()

        menubar = self.menuBar()
        fileMenu = menubar.addMenu('&File')
        fileMenu.addAction(exitAction)

        self.setGeometry(300, 300, 300, 200)
        self.setWindowTitle('Menubar')    
        self.show()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号