PyQt5 筆記5 -- 消息框(QMessageBox)

PyQt5 筆記5 – 消息框(QMessageBox) 一、經常使用函數 函數原型:web # 信息框 QMessageBox.information(self, '框名', '內容', 按鈕s, 默認按鈕) # 問答框 QMessageBox.question(self, '框名', '內容', 按鈕s, 默認按鈕) # 警告框 QMessageBox.warning(self, '框名',
相關文章
相關標籤/搜索