374 elif name == "others": |
374 elif name == "others": |
375 return self.poBrowser |
375 return self.poBrowser |
376 else: |
376 else: |
377 return None |
377 return None |
378 |
378 |
|
379 def getProjectBrowserNames(self): |
|
380 """ |
|
381 Public method to get the names of the various project browsers. |
|
382 |
|
383 @return list of project browser names (list of string) |
|
384 """ |
|
385 return ["sources", "forms", "resources", |
|
386 "translations", "interfaces", "others"] |
|
387 |
379 def handlePreferencesChanged(self): |
388 def handlePreferencesChanged(self): |
380 """ |
389 """ |
381 Public slot used to handle the preferencesChanged signal. |
390 Public slot used to handle the preferencesChanged signal. |
382 """ |
391 """ |
383 self.__projectPropertiesChanged() |
392 self.__projectPropertiesChanged() |