コード例 #1
0
ファイル: vcs.py プロジェクト: Noori/starcal
 def updateVars(self):
     BaseGroupWidget.updateVars(self)
     self.group.showAuthor = self.authorCheck.get_active()
     self.group.showShortHash = self.shortHashCheck.get_active()
     self.group.showStat = self.statCheck.get_active()
コード例 #2
0
ファイル: vcsTag.py プロジェクト: Noori/starcal
 def updateVars(self):
     BaseGroupWidget.updateVars(self)
     self.group.showStat = self.statCheck.get_active()