E5Gui/E5MessageBox.py

changeset 5587
ea526b78ee6c
parent 5389
9b1c800daff3
child 5653
c023821bb25f
equal deleted inserted replaced
5586:0e5421d679e7 5587:ea526b78ee6c
19 # QMessageBox.Icon 19 # QMessageBox.Icon
20 NoIcon = QMessageBox.NoIcon 20 NoIcon = QMessageBox.NoIcon
21 Critical = QMessageBox.Critical 21 Critical = QMessageBox.Critical
22 Information = QMessageBox.Information 22 Information = QMessageBox.Information
23 Question = QMessageBox.Question 23 Question = QMessageBox.Question
24 Warning = QMessageBox.Warning 24 Warning = QMessageBox.Warning # __IGNORE_WARNING_M131__
25 25
26 StandardButtons = QMessageBox.StandardButtons 26 StandardButtons = QMessageBox.StandardButtons
27 27
28 # QMessageBox.StandardButton 28 # QMessageBox.StandardButton
29 Abort = QMessageBox.Abort 29 Abort = QMessageBox.Abort

eric ide

mercurial