src/eric7/UI/EmailDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 10050
3750abc45d5e
child 10331
c1a2ff7e3575
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
490 itm = self.attachments.takeTopLevelItem( 490 itm = self.attachments.takeTopLevelItem(
491 self.attachments.indexOfTopLevelItem(itm) 491 self.attachments.indexOfTopLevelItem(itm)
492 ) 492 )
493 del itm 493 del itm
494 494
495 @pyqtSlot(str)
495 def on_subject_textChanged(self, txt): 496 def on_subject_textChanged(self, txt):
496 """ 497 """
497 Private slot to handle the textChanged signal of the subject edit. 498 Private slot to handle the textChanged signal of the subject edit.
498 499
499 @param txt changed text (string) 500 @param txt changed text (string)

eric ide

mercurial