181 self.yesno[locked], |
181 self.yesno[locked], |
182 self.yesno[history], |
182 self.yesno[history], |
183 self.yesno[switched], |
183 self.yesno[switched], |
184 self.lockinfo[lockinfo], |
184 self.lockinfo[lockinfo], |
185 self.yesno[uptodate], |
185 self.yesno[uptodate], |
186 "%7s" % str(revision), |
186 "{0:7}".format(str(revision)), |
187 "%7s" % str(change), |
187 "{0:7}".format(str(change)), |
188 author, |
188 author, |
189 path, |
189 path, |
190 ]) |
190 ]) |
191 |
191 |
192 itm.setTextAlignment(0, Qt.AlignLeft) |
192 itm.setTextAlignment(0, Qt.AlignLeft) |