127 """ |
127 """ |
128 Protected method called upon closing the dialog. |
128 Protected method called upon closing the dialog. |
129 |
129 |
130 @param evt reference to the close event object (QCloseEvent) |
130 @param evt reference to the close event object (QCloseEvent) |
131 """ |
131 """ |
132 self.deleteLater() |
|
133 self.__class__._monitor = None |
132 self.__class__._monitor = None |
134 QDialog.closeEvent(self, evt) |
133 QDialog.closeEvent(self, evt) |
135 |
134 |
136 def reject(self): |
135 def reject(self): |
137 """ |
136 """ |