예제 #1
0
파일: vcsTag.py 프로젝트: ubuntu-ir/starcal
	def updateWidget(self):
		BaseWidgetClass.updateWidget(self)
		self.statCheck.set_active(self.group.showStat)
예제 #2
0
파일: vcsTag.py 프로젝트: ilius/starcal
 def updateWidget(self):
     BaseWidgetClass.updateWidget(self)
     self.statCheck.set_active(self.group.showStat)
예제 #3
0
파일: vcs.py 프로젝트: ubuntu-ir/starcal
 def updateWidget(self):
     BaseWidgetClass.updateWidget(self)
     self.authorCheck.set_active(self.group.showAuthor)
     self.shortHashCheck.set_active(self.group.showShortHash)
     self.statCheck.set_active(self.group.showStat)
예제 #4
0
파일: vcs.py 프로젝트: ubuntu-ir/starcal
	def updateWidget(self):
		BaseWidgetClass.updateWidget(self)
		self.authorCheck.set_active(self.group.showAuthor)
		self.shortHashCheck.set_active(self.group.showShortHash)
		self.statCheck.set_active(self.group.showStat)