Searched refs:CommonMsgBox (Results 1 – 1 of 1) sorted by relevance
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/ |
H A D | qtlib.py | 817 def CommonMsgBox(icon, title, main, text='', buttons=QMessageBox.Ok, function 837 return CommonMsgBox(QMessageBox.Information, *args, **kargs) 840 return CommonMsgBox(QMessageBox.Warning, *args, **kargs) 843 return CommonMsgBox(QMessageBox.Critical, *args, **kargs) 847 res = CommonMsgBox(QMessageBox.Question, buttons=btn, *args, **kargs)
|