コード例 #1
0
	def nextClicked(self, button):
		ui.yearPlus(1)
		self.label.onDateChange()
コード例 #2
0
ファイル: labelBox.py プロジェクト: amirkarimi/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 プロジェクト: amirkarimi/starcal
 def prevClicked(self, button):
     ui.yearPlus(-1)
     self.label.onDateChange()