diff -r 82de5109035a -r 95a15b70f7bb src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBarManager.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBarManager.html Fri Sep 27 11:00:27 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBarManager.html Fri Sep 27 17:27:11 2024 +0200 @@ -123,10 +123,6 @@ <td>Public method to get the reference to the main window.</td> </tr> <tr> -<td><a href="#EricToolBarManager.preferencesChanged">preferencesChanged</a></td> -<td>Public slot to handle a change of preferences.</td> -</tr> -<tr> <td><a href="#EricToolBarManager.removeAction">removeAction</a></td> <td>Public method to remove an action from the manager.</td> </tr> @@ -163,6 +159,10 @@ <td>Public method to save the state of the toolbar manager.</td> </tr> <tr> +<td><a href="#EricToolBarManager.setIconSize">setIconSize</a></td> +<td>Public method to set the icon size.</td> +</tr> +<tr> <td><a href="#EricToolBarManager.setMainWindow">setMainWindow</a></td> <td>Public method to set the reference to the main window.</td> </tr> @@ -204,20 +204,25 @@ <a NAME="EricToolBarManager.__init__" ID="EricToolBarManager.__init__"></a> <h4>EricToolBarManager (Constructor)</h4> -<b>EricToolBarManager</b>(<i>ui=None, parent=None</i>) +<b>EricToolBarManager</b>(<i>ui=None, iconSize="", parent=None</i>) <p> Constructor </p> <dl> -<dt><i>ui</i> (UI.UserInterface)</dt> +<dt><i>ui</i> (UI.UserInterface (optional))</dt> <dd> -reference to the user interface object +reference to the user interface object (defaults to None) </dd> -<dt><i>parent</i> (QObject)</dt> +<dt><i>iconSize</i> (str (optional))</dt> <dd> -reference to the parent object +string giving the icon size (one of the sizes defined by the + IconSizes dictionary) (defaults to "") +</dd> +<dt><i>parent</i> (QObject (optional))</dt> +<dd> +reference to the parent object (defaults to None) </dd> </dl> <a NAME="EricToolBarManager.__findAction" ID="EricToolBarManager.__findAction"></a> @@ -583,13 +588,6 @@ QMainWindow </dd> </dl> -<a NAME="EricToolBarManager.preferencesChanged" ID="EricToolBarManager.preferencesChanged"></a> -<h4>EricToolBarManager.preferencesChanged</h4> -<b>preferencesChanged</b>(<i></i>) -<p> - Public slot to handle a change of preferences. -</p> - <a NAME="EricToolBarManager.removeAction" ID="EricToolBarManager.removeAction"></a> <h4>EricToolBarManager.removeAction</h4> <b>removeAction</b>(<i>action</i>) @@ -742,6 +740,21 @@ QByteArray </dd> </dl> +<a NAME="EricToolBarManager.setIconSize" ID="EricToolBarManager.setIconSize"></a> +<h4>EricToolBarManager.setIconSize</h4> +<b>setIconSize</b>(<i>iconSize</i>) +<p> + Public method to set the icon size. +</p> + +<dl> + +<dt><i>iconSize</i> (str)</dt> +<dd> +string giving the icon size (one of the sizes defined by the + IconSizes dictionary) +</dd> +</dl> <a NAME="EricToolBarManager.setMainWindow" ID="EricToolBarManager.setMainWindow"></a> <h4>EricToolBarManager.setMainWindow</h4> <b>setMainWindow</b>(<i>mainWindow</i>)