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 |