def __init__(self):
super().__init__()
self.setupUi(self)
flags = Qt.Window | Qt.WindowSystemMenuHint | Qt.WindowMinMaxButtonsHint | Qt.WindowCloseButtonHint;
self.setWindowFlags(flags)
fig = Figure()
self.addmpl(fig)
评论列表
文章目录