diff -r bcc10ef7015d -r e4794166ad70 Project/ProjectBrowserModel.py --- a/Project/ProjectBrowserModel.py Sat Jun 29 18:40:45 2013 +0200 +++ b/Project/ProjectBrowserModel.py Sun Jun 30 19:55:48 2013 +0200 @@ -435,7 +435,7 @@ def findParentItemByName(self, type_, name, dontSplit=False): """ - Public method to find an item given it's name. + Public method to find an item given its name. <b>Note</b>: This method creates all necessary parent items, if they don't exist. @@ -554,7 +554,7 @@ def findItem(self, name): """ - Public method to find an item given it's name. + Public method to find an item given its name. @param name name of the item (string) @return reference to the item found @@ -575,7 +575,7 @@ def itemIndexByName(self, name): """ - Public method to find an item's index given it's name. + Public method to find an item's index given its name. @param name name of the item (string) @return index of the item found (QModelIndex)