예제 #1
0
 def updateVars(self):
     VcsBaseGroupWidget.updateVars(self)
     self.group.showSeconds = self.showSecondsCheck.get_active()
예제 #2
0
파일: vcs.py 프로젝트: ErfanBagheri/starcal
 def updateVars(self):
     VcsBaseGroupWidget.updateVars(self)
     self.group.showAuthor = self.authorCheck.get_active()
     self.group.showShortHash = self.shortHashCheck.get_active()
     self.group.showStat = self.statCheck.get_active()
예제 #3
0
 def updateVars(self):
     VcsBaseGroupWidget.updateVars(self)
     self.group.showStat = self.statCheck.get_active()