src/eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html

branch
eric7
changeset 9530
c30f02ea1b27
parent 9454
f3cf935c0c66
child 10256
1b728f26d1ae
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html	Thu Nov 24 16:10:58 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html	Thu Nov 24 16:11:55 2022 +0100
@@ -207,6 +207,10 @@
 <td><a href="#ProjectSourcesBrowser._projectClosed">_projectClosed</a></td>
 <td>Protected slot to handle the projectClosed signal.</td>
 </tr>
+<tr>
+<td><a href="#ProjectSourcesBrowser.getIcon">getIcon</a></td>
+<td>Public method to get an icon for the project browser.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -216,20 +220,24 @@
 
 <a NAME="ProjectSourcesBrowser.__init__" ID="ProjectSourcesBrowser.__init__"></a>
 <h4>ProjectSourcesBrowser (Constructor)</h4>
-<b>ProjectSourcesBrowser</b>(<i>project, parent=None</i>)
+<b>ProjectSourcesBrowser</b>(<i>project, projectBrowser, parent=None</i>)
 
 <p>
         Constructor
 </p>
 <dl>
 
-<dt><i>project</i></dt>
+<dt><i>project</i> (Project)</dt>
 <dd>
 reference to the project object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>projectBrowser</i> (ProjectBrowser)</dt>
 <dd>
-parent widget of this browser (QWidget)
+reference to the project browser object
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+parent widget of this browser
 </dd>
 </dl>
 <a NAME="ProjectSourcesBrowser.__addNewPackage" ID="ProjectSourcesBrowser.__addNewPackage"></a>
@@ -519,6 +527,25 @@
 <p>
         Protected slot to handle the projectClosed signal.
 </p>
+<a NAME="ProjectSourcesBrowser.getIcon" ID="ProjectSourcesBrowser.getIcon"></a>
+<h4>ProjectSourcesBrowser.getIcon</h4>
+<b>getIcon</b>(<i></i>)
+
+<p>
+        Public method to get an icon for the project browser.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+icon for the browser
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QIcon
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial