Project/Project.py

changeset 118
8be7b777742c
parent 97
c4086afea02b
child 122
34a81cd4420b
equal deleted inserted replaced
117:d63640116aec 118:8be7b777742c
1905 """ 1905 """
1906 self.addFiles('resource') 1906 self.addFiles('resource')
1907 1907
1908 def addOthersFiles(self): 1908 def addOthersFiles(self):
1909 """ 1909 """
1910 Private slot to add files to the OTHERS project data. 1910 Public slot to add files to the OTHERS project data.
1911 """ 1911 """
1912 self.addFiles('others') 1912 self.addFiles('others')
1913 1913
1914 def addSourceDir(self): 1914 def addSourceDir(self):
1915 """ 1915 """
1935 """ 1935 """
1936 self.addDirectory('resource') 1936 self.addDirectory('resource')
1937 1937
1938 def addOthersDir(self): 1938 def addOthersDir(self):
1939 """ 1939 """
1940 Private slot to add a directory to the OTHERS project data. 1940 Public slot to add a directory to the OTHERS project data.
1941 """ 1941 """
1942 self.addDirectory('others') 1942 self.addDirectory('others')
1943 1943
1944 def renameMainScript(self, oldfn, newfn): 1944 def renameMainScript(self, oldfn, newfn):
1945 """ 1945 """

eric ide

mercurial