E5Gui/E5ErrorMessage.py

changeset 2953
703452a2876f
parent 2770
fd5ee85f0450
child 2990
583beaf0b4b8
equal deleted inserted replaced
2952:94fc661a54a2 2953:703452a2876f
140 140
141 def qtHandler(): 141 def qtHandler():
142 """ 142 """
143 Module function to install an E5ErrorMessage dialog as the global 143 Module function to install an E5ErrorMessage dialog as the global
144 message handler. 144 message handler.
145
146 @return reference to the message handler dialog (E5ErrorMessage)
145 """ 147 """
146 global __msgHandlerDialog, __origMsgHandler 148 global __msgHandlerDialog, __origMsgHandler
147 149
148 if __msgHandlerDialog is None: 150 if __msgHandlerDialog is None:
149 # Install an E5ErrorMessage dialog as the global message handler. 151 # Install an E5ErrorMessage dialog as the global message handler.

eric ide

mercurial