Project/CreateDialogCodeDialog.py

changeset 6
52e8c820d0dd
parent 0
de9c2efb9d02
child 7
c679fb30c8f3
equal deleted inserted replaced
5:fa319c01b604 6:52e8c820d0dd
381 .format(self.filenameEdit.text(), unicode(why)), 381 .format(self.filenameEdit.text(), unicode(why)),
382 QMessageBox.StandardButtons(\ 382 QMessageBox.StandardButtons(\
383 QMessageBox.Ok)) 383 QMessageBox.Ok))
384 return 384 return
385 385
386 self.project.appendFile(unicode(self.filenameEdit.text())) 386 self.project.appendFile(self.filenameEdit.text())
387 387
388 @pyqtSlot(int) 388 @pyqtSlot(int)
389 def on_classNameCombo_activated(self, index): 389 def on_classNameCombo_activated(self, index):
390 """ 390 """
391 Private slot to handle the activated signal of the classname combo. 391 Private slot to handle the activated signal of the classname combo.

eric ide

mercurial