106 <td>Public method to get the reference to the main window.</td> |
106 <td>Public method to get the reference to the main window.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#E5ToolBarManager.removeAction">removeAction</a></td> |
108 <td><a href="#E5ToolBarManager.removeAction">removeAction</a></td> |
109 <td>Public method to remove an action from the manager.</td> |
109 <td>Public method to remove an action from the manager.</td> |
110 </tr><tr> |
110 </tr><tr> |
|
111 <td><a href="#E5ToolBarManager.removeCategoryActions">removeCategoryActions</a></td> |
|
112 <td>Public method to remove the actions belonging to a category.</td> |
|
113 </tr><tr> |
111 <td><a href="#E5ToolBarManager.removeToolBar">removeToolBar</a></td> |
114 <td><a href="#E5ToolBarManager.removeToolBar">removeToolBar</a></td> |
112 <td>Public method to remove a toolbar added with addToolBar().</td> |
115 <td>Public method to remove a toolbar added with addToolBar().</td> |
113 </tr><tr> |
116 </tr><tr> |
114 <td><a href="#E5ToolBarManager.removeWidgetActions">removeWidgetActions</a></td> |
117 <td><a href="#E5ToolBarManager.removeWidgetActions">removeWidgetActions</a></td> |
115 <td>Public method to remove widget actions.</td> |
118 <td>Public method to remove widget actions.</td> |
382 Public method to remove an action from the manager. |
385 Public method to remove an action from the manager. |
383 </p><dl> |
386 </p><dl> |
384 <dt><i>action</i></dt> |
387 <dt><i>action</i></dt> |
385 <dd> |
388 <dd> |
386 reference to the action to be removed (QAction) |
389 reference to the action to be removed (QAction) |
|
390 </dd> |
|
391 </dl><a NAME="E5ToolBarManager.removeCategoryActions" ID="E5ToolBarManager.removeCategoryActions"></a> |
|
392 <h4>E5ToolBarManager.removeCategoryActions</h4> |
|
393 <b>removeCategoryActions</b>(<i>category</i>) |
|
394 <p> |
|
395 Public method to remove the actions belonging to a category. |
|
396 </p><dl> |
|
397 <dt><i>category</i></dt> |
|
398 <dd> |
|
399 category for the actions (string) |
387 </dd> |
400 </dd> |
388 </dl><a NAME="E5ToolBarManager.removeToolBar" ID="E5ToolBarManager.removeToolBar"></a> |
401 </dl><a NAME="E5ToolBarManager.removeToolBar" ID="E5ToolBarManager.removeToolBar"></a> |
389 <h4>E5ToolBarManager.removeToolBar</h4> |
402 <h4>E5ToolBarManager.removeToolBar</h4> |
390 <b>removeToolBar</b>(<i>toolBar</i>) |
403 <b>removeToolBar</b>(<i>toolBar</i>) |
391 <p> |
404 <p> |