예제 #1
0
	def atomSelector(self):
		##generate list of open files
		atomnames=airsIO.getPDBNames()
		atomnames.append("None")
		self.atomButton.setitems(atomnames)
예제 #2
0
파일: p2c.py 프로젝트: triciatricia/SIMPLE
	def fileselector(self):
		##generate list of open files
		names=airsIO.getPDBNames()
		self.fileButton.setitems(names)
예제 #3
0
파일: c2p.py 프로젝트: triciatricia/SIMPLE
	def fileselector(self):
		names=airsIO.getPDBNames()
		self.fileButton.setitems(names)