Exemplo n.º 1
0
 def updateWidget(self):
     NormalGroupWidget.updateWidget(self)
     self.vcsTypeCombo.set_active(vcsModuleNames.index(self.group.vcsType))
     self.dirEntry.set_text(self.group.vcsDir)
Exemplo n.º 2
0
 def updateWidget(self):## FIXME
     NormalGroupWidget.updateWidget(self)
     self.defaultDurationBox.setDuration(*self.group.defaultDuration)
Exemplo n.º 3
0
 def updateWidget(self):## FIXME
     NormalGroupWidget.updateWidget(self)
     self.courseListEditor.setData(self.group.courses)
     self.classTimeBoundsEditor.setData(self.group.classTimeBounds)
Exemplo n.º 4
0
 def updateWidget(self):
     NormalGroupWidget.updateWidget(self)
     self.showSeperatedYmdInputsCheck.set_active(self.group.showSeperatedYmdInputs)
Exemplo n.º 5
0
 def updateWidget(self):## FIXME
     NormalGroupWidget.updateWidget(self)
     self.showDateCheck.set_active(self.group.showDate)