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) |