示例#1
0
 def updateWidget(self):
     VcsBaseGroupWidget.updateWidget(self)
     self.showSecondsCheck.set_active(self.group.showSeconds)
示例#2
0
 def updateWidget(self):
     VcsBaseGroupWidget.updateWidget(self)
     self.authorCheck.set_active(self.group.showAuthor)
     self.shortHashCheck.set_active(self.group.showShortHash)
     self.statCheck.set_active(self.group.showStat)
示例#3
0
 def updateWidget(self):
     VcsBaseGroupWidget.updateWidget(self)
     self.statCheck.set_active(self.group.showStat)