39 |
39 |
40 @pyqtSlot(str) |
40 @pyqtSlot(str) |
41 def on_fixturesEdit_textChanged(self, txt): |
41 def on_fixturesEdit_textChanged(self, txt): |
42 """ |
42 """ |
43 Private slot to handle a change of the fixtures text. |
43 Private slot to handle a change of the fixtures text. |
|
44 |
|
45 @param txt text of the line edit (string) |
44 """ |
46 """ |
45 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(bool(txt)) |
47 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(bool(txt)) |
46 |
48 |
47 @pyqtSlot() |
49 @pyqtSlot() |
48 def on_fixtureFileButton_clicked(self): |
50 def on_fixtureFileButton_clicked(self): |