src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html

branch
eric7
changeset 11034
7b8a21fd2d58
parent 10479
856476537696
diff -r 6b197c3389f7 -r 7b8a21fd2d58 src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html	Sun Nov 03 12:34:02 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html	Sun Nov 03 17:50:34 2024 +0100
@@ -60,6 +60,10 @@
 <td>Private method to set the palette from a style sheet.</td>
 </tr>
 <tr>
+<td><a href="#EricApplication.getMainWindow">getMainWindow</a></td>
+<td>Public method to get a reference to the application main window.</td>
+</tr>
+<tr>
 <td><a href="#EricApplication.getObject">getObject</a></td>
 <td>Public method to get a reference to a registered object.</td>
 </tr>
@@ -88,6 +92,10 @@
 <td>Public method to register a plugin object in the object registry.</td>
 </tr>
 <tr>
+<td><a href="#EricApplication.setMainWindow">setMainWindow</a></td>
+<td>Public method to set the reference to the application main window.</td>
+</tr>
+<tr>
 <td><a href="#EricApplication.setStyleSheetFile">setStyleSheetFile</a></td>
 <td>Public method to read a QSS style sheet file and set the application style sheet based on its contents.</td>
 </tr>
@@ -139,6 +147,25 @@
 style sheet
 </dd>
 </dl>
+<a NAME="EricApplication.getMainWindow" ID="EricApplication.getMainWindow"></a>
+<h4>EricApplication.getMainWindow</h4>
+<b>getMainWindow</b>(<i></i>)
+<p>
+        Public method to get a reference to the application main window.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the application main window
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QWidget
+</dd>
+</dl>
 <a NAME="EricApplication.getObject" ID="EricApplication.getObject"></a>
 <h4>EricApplication.getObject</h4>
 <b>getObject</b>(<i>name</i>)
@@ -339,6 +366,20 @@
 raised when the given name is already in use
 </dd>
 </dl>
+<a NAME="EricApplication.setMainWindow" ID="EricApplication.setMainWindow"></a>
+<h4>EricApplication.setMainWindow</h4>
+<b>setMainWindow</b>(<i>mainWindow</i>)
+<p>
+        Public method to set the reference to the application main window.
+</p>
+
+<dl>
+
+<dt><i>mainWindow</i> (QWidget)</dt>
+<dd>
+reference to the application main window
+</dd>
+</dl>
 <a NAME="EricApplication.setStyleSheetFile" ID="EricApplication.setStyleSheetFile"></a>
 <h4>EricApplication.setStyleSheetFile</h4>
 <b>setStyleSheetFile</b>(<i>filename</i>)

eric ide

mercurial