E5Gui/E5ToolBarManager.py

changeset 3035
36e9f388958b
parent 2990
583beaf0b4b8
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3034:7ce719013078 3035:36e9f388958b
300 300
301 @param toolBar reference to the toolbar to be checked (QToolBar) 301 @param toolBar reference to the toolbar to be checked (QToolBar)
302 @return flag indicating an added toolbar (boolean) 302 @return flag indicating an added toolbar (boolean)
303 """ 303 """
304 return toolBar is not None and \ 304 return toolBar is not None and \
305 id(toolBar) in self.__defaultToolBars 305 id(toolBar) in self.__defaultToolBars
306 306
307 def createToolBar(self, title, name=""): 307 def createToolBar(self, title, name=""):
308 """ 308 """
309 Public method to create a custom toolbar. 309 Public method to create a custom toolbar.
310 310

eric ide

mercurial