ProjectDjango/DjangoLoaddataDataDialog.py

changeset 29
76d04dd67367
parent 26
2dd206cd1aa2
child 31
a632d10fdb7c
equal deleted inserted replaced
28:df55ca77e25f 29:76d04dd67367
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):

eric ide

mercurial