Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 564
b3d966393ba9
parent 562
8bf0dbc1ca6a
child 945
8cd4d08fa9f6
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
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.

eric ide

mercurial