E5Gui/E5MessageBox.py

changeset 2012
2127fe41de52
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
2010:07ae45dc6986 2012:2127fe41de52
13 ################################################################################ 13 ################################################################################
14 ## Mappings to standard QMessageBox ## 14 ## Mappings to standard QMessageBox ##
15 ################################################################################ 15 ################################################################################
16 16
17 # QMessageBox.Icon 17 # QMessageBox.Icon
18 NoIcon = QMessageBox.NoIcon
18 Critical = QMessageBox.Critical 19 Critical = QMessageBox.Critical
19 Information = QMessageBox.Information 20 Information = QMessageBox.Information
20 Question = QMessageBox.Question 21 Question = QMessageBox.Question
21 Warning = QMessageBox.Warning 22 Warning = QMessageBox.Warning
22 23

eric ide

mercurial