pyqt4教程之messagebox使用示例分享

上传:FireZhuo 浏览: 11 推荐: 0 文件:PDF 大小:23.34KB 上传时间:2021-02-01 17:00:38 版权申诉
复制代码 代码如下:#coding=utf-8#对话框import sysfrom PyQt4 import QtGui, QtCoreclass Window( QtGui.QWidget ): def __init__( self ): super( Window, self ).__init__() self.setWindowTitle( “hello” ) self.resize( 500, 500 ) gridlayout = QtGui.QGridLayout() self.AboutButton = Q
上传资源
用户评论