1. 首页
  2. 数据库
  3. 其它
  4. pyqt4教程之messagebox使用示例分享

pyqt4教程之messagebox使用示例分享

上传者: 2021-02-01 17:00:38上传 PDF文件 23.34KB 热度 13次
复制代码 代码如下:#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
用户评论