Ejemplo n.º 1
0
	def updateWidget(self):
		BaseWidgetClass.updateWidget(self)
		self.statCheck.set_active(self.group.showStat)
Ejemplo n.º 2
0
 def updateWidget(self):
     BaseWidgetClass.updateWidget(self)
     self.statCheck.set_active(self.group.showStat)
Ejemplo n.º 3
0
 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)
Ejemplo n.º 4
0
	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)