197 Private slot to handle changes of the test file name. |
197 Private slot to handle changes of the test file name. |
198 |
198 |
199 @param txt name of the test file (string) |
199 @param txt name of the test file (string) |
200 """ |
200 """ |
201 if self.dbs: |
201 if self.dbs: |
202 exts = self.dbs.getExtensions("Python3") |
202 exts = self.dbs.getExtensions("Python2") |
203 if txt.endswith(exts): |
203 if txt.endswith(exts): |
204 self.coverageCheckBox.setChecked(False) |
204 self.coverageCheckBox.setChecked(False) |
205 self.coverageCheckBox.setEnabled(False) |
205 self.coverageCheckBox.setEnabled(False) |
206 self.localCheckBox.setChecked(False) |
206 self.localCheckBox.setChecked(False) |
207 self.localCheckBox.setEnabled(False) |
207 self.localCheckBox.setEnabled(False) |