131 self.__process = None |
134 self.__process = None |
132 |
135 |
133 @pyqtSlot(QAbstractButton) |
136 @pyqtSlot(QAbstractButton) |
134 def on_buttonBox_clicked(self, button): |
137 def on_buttonBox_clicked(self, button): |
135 """ |
138 """ |
136 Slot handling presses of the button box buttons. |
139 Private slot handling presses of the button box buttons. |
137 |
140 |
138 @param button reference to the button been clicked |
141 @param button reference to the button been clicked |
139 @type QAbstractButton |
142 @type QAbstractButton |
140 """ |
143 """ |
141 if button is self.buttonBox.button(QDialogButtonBox.Close): |
144 if button is self.buttonBox.button(QDialogButtonBox.Close): |