示例#1
0
 def _readFileLines(self):
     content = File.readContentFromFilePath(self.file_path)
     self.file_lines = content.split("\n")
示例#2
0
	def initController(self):
		self.view.setImage(":/icon_about.png")
		self.view.setInfoHTML(File.readContentFromFilePath(":/about.html"))
示例#3
0
	def initController(self):
		self.view.setImage(":/icon_about.png")
		self.view.setInfoHTML(File.readContentFromFilePath(":/about.html"))
示例#4
0
	def _readFileLines(self):
		content = File.readContentFromFilePath(self.file_path)
		self.file_lines = content.split("\n")