📜  pyqt 你确定对话框 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:13.493000             🧑  作者: Mango

代码示例1
ret = qm.question(self,'', "Are you sure to reset all the values?", qm.Yes | qm.No)

if ret == qm.Yes: