예제 #1
0
 def nextClicked(self, button):
     ui.monthPlus(1)
     self.label.onDateChange()
예제 #2
0
 def prevClicked(self, button):
     ui.monthPlus(-1)
     self.label.onDateChange()
예제 #3
0
파일: labelBox.py 프로젝트: ilius/starcal
 def nextClicked(self, button):
     ui.monthPlus(1)
     self.label.onDateChange()
예제 #4
0
파일: labelBox.py 프로젝트: ilius/starcal
 def prevClicked(self, button):
     ui.monthPlus(-1)
     self.label.onDateChange()
예제 #5
0
 def monthPlus(self, p):
     ui.monthPlus(p)
     self.onDateChange()
예제 #6
0
 def monthPlus(self, p):
     ui.monthPlus(p)
     self.onDateChange()