コード例 #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)