Esempio n. 1
0
 def updateWidget(self):
     NormalWidgetClass.updateWidget(self)
     self.showSeperatedYmdInputsCheck.set_active(self.group.showSeperatedYmdInputs)
Esempio n. 2
0
 def updateWidget(self):  ## FIXME
     NormalWidgetClass.updateWidget(self)
     self.showDateCheck.set_active(self.group.showDate)
Esempio n. 3
0
 def updateWidget(self):
     NormalWidgetClass.updateWidget(self)
     self.showSeperatedYmdInputsCheck.set_active(
         self.group.showSeperatedYmdInputs)
Esempio n. 4
0
 def updateWidget(self):
     NormalWidgetClass.updateWidget(self)
     self.vcsTypeCombo.set_active(vcsModuleNames.index(self.group.vcsType))
     self.dirEntry.set_text(self.group.vcsDir)
Esempio n. 5
0
 def updateWidget(self):  ## FIXME
     NormalWidgetClass.updateWidget(self)
     self.courseListEditor.setData(self.group.courses)
     self.classTimeBoundsEditor.setData(self.group.classTimeBounds)
Esempio n. 6
0
 def updateWidget(self):  ## FIXME
     NormalWidgetClass.updateWidget(self)
     self.defaultDurationBox.setDuration(*self.group.defaultDuration)
Esempio n. 7
0
 def updateWidget(self):
     NormalWidgetClass.updateWidget(self)
     self.vcsTypeCombo.set_active(vcsModuleNames.index(self.group.vcsType))
     self.dirEntry.set_text(self.group.vcsDir)
Esempio n. 8
0
 def updateWidget(self):## FIXME
     NormalWidgetClass.updateWidget(self)
     self.courseListEditor.setData(self.group.courses)
     self.classTimeBoundsEditor.setData(self.group.classTimeBounds)
Esempio n. 9
0
 def updateWidget(self):## FIXME
     NormalWidgetClass.updateWidget(self)
     self.showDateCheck.set_active(self.group.showDate)
Esempio n. 10
0
 def updateWidget(self):## FIXME
     NormalWidgetClass.updateWidget(self)
     self.defaultDurationBox.setDuration(*self.group.defaultDuration)