示例#1
0
文件: vcs.py 项目: Noori/starcal
 def updateWidget(self):
     BaseGroupWidget.updateWidget(self)
     self.authorCheck.set_active(self.group.showAuthor)
     self.shortHashCheck.set_active(self.group.showShortHash)
     self.statCheck.set_active(self.group.showStat)
示例#2
0
文件: vcsTag.py 项目: Noori/starcal
 def updateWidget(self):
     BaseGroupWidget.updateWidget(self)
     self.statCheck.set_active(self.group.showStat)