eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html

changeset 7756
c23a94f7e2e5
parent 7273
391d6b7b1eff
child 7900
72b88fb20261
diff -r 1f0a5024360c -r c23a94f7e2e5 eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html	Sun Oct 04 18:03:33 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html	Sun Oct 04 18:53:35 2020 +0200
@@ -393,6 +393,10 @@
 <td>Private method to initialize a configuration page.</td>
 </tr>
 <tr>
+<td><a href="#ConfigurationWidget.__resizeConfigStack">__resizeConfigStack</a></td>
+<td>Private method to resize the stack of configuration pages.</td>
+</tr>
+<tr>
 <td><a href="#ConfigurationWidget.__searchChildItems">__searchChildItems</a></td>
 <td>Private method to enable child items based on a search string.</td>
 </tr>
@@ -457,6 +461,10 @@
 <td>Private slot called to reset the settings of the current page.</td>
 </tr>
 <tr>
+<td><a href="#ConfigurationWidget.resizeEvent">resizeEvent</a></td>
+<td>Protected method to handle the resizing of the widget.</td>
+</tr>
+<tr>
 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td>
 <td>Public method called to store the selected values into the preferences storage.</td>
 </tr>
@@ -555,6 +563,13 @@
 reference to the initialized page
 </dd>
 </dl>
+<a NAME="ConfigurationWidget.__resizeConfigStack" ID="ConfigurationWidget.__resizeConfigStack"></a>
+<h4>ConfigurationWidget.__resizeConfigStack</h4>
+<b>__resizeConfigStack</b>(<i></i>)
+
+<p>
+        Private method to resize the stack of configuration pages.
+</p>
 <a NAME="ConfigurationWidget.__searchChildItems" ID="ConfigurationWidget.__searchChildItems"></a>
 <h4>ConfigurationWidget.__searchChildItems</h4>
 <b>__searchChildItems</b>(<i>parent, text</i>)
@@ -774,6 +789,20 @@
 <p>
         Private slot called to reset the settings of the current page.
 </p>
+<a NAME="ConfigurationWidget.resizeEvent" ID="ConfigurationWidget.resizeEvent"></a>
+<h4>ConfigurationWidget.resizeEvent</h4>
+<b>resizeEvent</b>(<i>evt</i>)
+
+<p>
+        Protected method to handle the resizing of the widget.
+</p>
+<dl>
+
+<dt><i>evt</i> (QResizeEvent)</dt>
+<dd>
+reference to the event object
+</dd>
+</dl>
 <a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a>
 <h4>ConfigurationWidget.setPreferences</h4>
 <b>setPreferences</b>(<i></i>)

eric ide

mercurial