eric6/UI/FindFileDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
142 @param line line number (integer) 142 @param line line number (integer)
143 @param text text found (string) 143 @param text text found (string)
144 @param start start position of match (integer) 144 @param start start position of match (integer)
145 @param end end position of match (integer) 145 @param end end position of match (integer)
146 @param replTxt text with replacements applied (string) 146 @param replTxt text with replacements applied (string)
147 @keyparam md5 MD5 hash of the file (string) 147 @param md5 MD5 hash of the file (string)
148 """ 148 """
149 if self.__lastFileItem is None: 149 if self.__lastFileItem is None:
150 # It's a new file 150 # It's a new file
151 self.__lastFileItem = QTreeWidgetItem(self.findList, [file]) 151 self.__lastFileItem = QTreeWidgetItem(self.findList, [file])
152 self.__lastFileItem.setFirstColumnSpanned(True) 152 self.__lastFileItem.setFirstColumnSpanned(True)

eric ide

mercurial