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. |