E5Gui/E5MessageBox.py

branch
5_2_x
changeset 2013
c5febb5a2059
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
2011:2f37498455c9 2013:c5febb5a2059
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