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