E5Gui/E5ToolBarManager.py

changeset 2763
e4794166ad70
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 2953
703452a2876f
child 3163
9f50365a0870
--- a/E5Gui/E5ToolBarManager.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/E5Gui/E5ToolBarManager.py	Sun Jun 30 19:55:48 2013 +0200
@@ -53,7 +53,7 @@
     
     def __toolBarByName(self, name):
         """
-        Private slot to get a toolbar by it's object name.
+        Private slot to get a toolbar by its object name.
         
         @param name object name of the toolbar (string)
         @return reference to the toolbar (QToolBar)
@@ -259,7 +259,7 @@
     
     def resetToolBar(self, toolBar):
         """
-        Public method to reset a toolbar to it's default state.
+        Public method to reset a toolbar to its default state.
         
         @param toolBar reference to the toolbar to configure (QToolBar)
         """
@@ -634,7 +634,7 @@
     
     def actionById(self, aID):
         """
-        Public method to get an action given it's id.
+        Public method to get an action given its id.
         
         @param aID id of the action object (integer)
         @return reference to the action (QAction)
@@ -645,7 +645,7 @@
     
     def toolBarById(self, tbID):
         """
-        Public method to get a toolbar given it's id.
+        Public method to get a toolbar given its id.
         
         @param tbID id of the toolbar object (integer)
         @return reference to the toolbar (QToolBar)
@@ -656,7 +656,7 @@
     
     def toolBarActions(self, tbID):
         """
-        Public method to get a toolbar's actions given it's id.
+        Public method to get a toolbar's actions given its id.
         
         @param tbID id of the toolbar object (integer)
         @return list of actions (list of QAction)
@@ -676,7 +676,7 @@
     
     def defaultToolBarActions(self, tbID):
         """
-        Public method to get a default toolbar's actions given it's id.
+        Public method to get a default toolbar's actions given its id.
         
         @param tbID id of the default toolbar object (integer)
         @return list of actions (list of QAction)

eric ide

mercurial