165 """ |
165 """ |
166 self.annotateList.header().resizeSections(QHeaderView.ResizeToContents) |
166 self.annotateList.header().resizeSections(QHeaderView.ResizeToContents) |
167 |
167 |
168 def __generateItem(self, revision, changeset, author, date, text): |
168 def __generateItem(self, revision, changeset, author, date, text): |
169 """ |
169 """ |
170 Private method to generate a tag item in the taglist. |
170 Private method to generate an annotate item in the annotation list. |
171 |
171 |
172 @param revision revision string (string) |
172 @param revision revision string (string) |
173 @param changeset changeset string (string) |
173 @param changeset changeset string (string) |
174 @param author author of the change (string) |
174 @param author author of the change (string) |
175 @param date date of the tag (string) |
175 @param date date of the tag (string) |