125 self.rRetryAbort.isChecked() or \ |
125 self.rRetryAbort.isChecked() or \ |
126 self.rStandard.isChecked() |
126 self.rStandard.isChecked() |
127 ) |
127 ) |
128 |
128 |
129 self.bTest.setEnabled(not self.rStandard.isChecked()) |
129 self.bTest.setEnabled(not self.rStandard.isChecked()) |
|
130 |
|
131 self.eMessage.setEnabled(not self.rAboutQt.isChecked()) |
130 |
132 |
131 @pyqtSlot(bool) |
133 @pyqtSlot(bool) |
132 def on_rInformation_toggled(self, checked): |
134 def on_rInformation_toggled(self, checked): |
133 """ |
135 """ |
134 Private slot to handle the toggled signal of the rInformation radio button. |
136 Private slot to handle the toggled signal of the rInformation radio button. |