src/eric7/EricWidgets/EricMessageBox.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11110
e61d3653924f
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
19 # QMessageBox.Icon 19 # QMessageBox.Icon
20 NoIcon = QMessageBox.Icon.NoIcon 20 NoIcon = QMessageBox.Icon.NoIcon
21 Critical = QMessageBox.Icon.Critical 21 Critical = QMessageBox.Icon.Critical
22 Information = QMessageBox.Icon.Information 22 Information = QMessageBox.Icon.Information
23 Question = QMessageBox.Icon.Question 23 Question = QMessageBox.Icon.Question
24 Warning = QMessageBox.Icon.Warning # __IGNORE_WARNING_M131__ 24 Warning = QMessageBox.Icon.Warning # __IGNORE_WARNING_M-131__
25 25
26 # QMessageBox.StandardButton 26 # QMessageBox.StandardButton
27 Abort = QMessageBox.StandardButton.Abort 27 Abort = QMessageBox.StandardButton.Abort
28 Apply = QMessageBox.StandardButton.Apply 28 Apply = QMessageBox.StandardButton.Apply
29 Cancel = QMessageBox.StandardButton.Cancel 29 Cancel = QMessageBox.StandardButton.Cancel
433 return saveFunc() 433 return saveFunc()
434 return True 434 return True
435 435
436 436
437 # 437 #
438 # eflag: noqa = U200 438 # eflag: noqa = U-200

eric ide

mercurial