190 Private slot to handle changes of the test file name. |
190 Private slot to handle changes of the test file name. |
191 |
191 |
192 @param txt name of the test file (string) |
192 @param txt name of the test file (string) |
193 """ |
193 """ |
194 if self.dbs: |
194 if self.dbs: |
195 exts = self.dbs.getExtensions("Python3") |
195 exts = self.dbs.getExtensions("Python2") |
196 if txt.endswith(exts): |
196 if txt.endswith(exts): |
197 self.coverageCheckBox.setChecked(False) |
197 self.coverageCheckBox.setChecked(False) |
198 self.coverageCheckBox.setEnabled(False) |
198 self.coverageCheckBox.setEnabled(False) |
199 self.localCheckBox.setChecked(False) |
199 self.localCheckBox.setChecked(False) |
200 self.localCheckBox.setEnabled(False) |
200 self.localCheckBox.setEnabled(False) |