src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
70 @pyqtSlot(str) 70 @pyqtSlot(str)
71 def on_directoryPicker_textChanged(self, txt): 71 def on_directoryPicker_textChanged(self, txt):
72 """ 72 """
73 Private slot to react on changes of the export directory edit. 73 Private slot to react on changes of the export directory edit.
74 74
75 @param txt contents of the line edit (string) 75 @param txt contents of the line edit
76 @type str
76 """ 77 """
77 self.__updateOK() 78 self.__updateOK()
78 79
79 @pyqtSlot(str) 80 @pyqtSlot(str)
80 def on_patternEdit_textChanged(self, txt): 81 def on_patternEdit_textChanged(self, txt):
81 """ 82 """
82 Private slot to react on changes of the export file name pattern edit. 83 Private slot to react on changes of the export file name pattern edit.
83 84
84 @param txt contents of the line edit (string) 85 @param txt contents of the line edit
86 @type str
85 """ 87 """
86 self.__updateOK() 88 self.__updateOK()
87 89
88 @pyqtSlot() 90 @pyqtSlot()
89 def on_changesetsEdit_textChanged(self): 91 def on_changesetsEdit_textChanged(self):

eric ide

mercurial