eric6/Documentation/Source/index-eric6.Project.html

changeset 8049
af58c1d47e5e
parent 7960
e8fc383322f7
equal deleted inserted replaced
8048:aa1a01274673 8049:af58c1d47e5e
25 Package implementing the project management module of eric. 25 Package implementing the project management module of eric.
26 </p> 26 </p>
27 <p> 27 <p>
28 The project management module consists of the main part, which is 28 The project management module consists of the main part, which is
29 used for reading and writing of eric4, eric5 and eric6 project files 29 used for reading and writing of eric4, eric5 and eric6 project files
30 (*.e4p) and for performing all operations on the project. It is 30 (*.e4p, *.epj) and for performing all operations on the project. It
31 accompanied by various UI related modules implementing different dialogs 31 is accompanied by various UI related modules implementing different
32 and a tabbed tree browser for the display of files belonging to the 32 dialogs and a tabbed tree browser for the display of files belonging
33 current project as well as the project model related modules. 33 to the current project as well as the project model related modules.
34 </p> 34 </p>
35 35
36 36
37 <h3>Modules</h3> 37 <h3>Modules</h3>
38 <table> 38 <table>
58 <td>Module implementing a dialog to generate code for a Qt5 dialog.</td> 58 <td>Module implementing a dialog to generate code for a Qt5 dialog.</td>
59 </tr> 59 </tr>
60 <tr> 60 <tr>
61 <td><a href="eric6.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> 61 <td><a href="eric6.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td>
62 <td>Module implementing a dialog for entering project specific debugger settings.</td> 62 <td>Module implementing a dialog for entering project specific debugger settings.</td>
63 </tr>
64 <tr>
65 <td><a href="eric6.Project.DebuggerPropertiesFile.html">DebuggerPropertiesFile</a></td>
66 <td>Module implementing a class representing the project debugger properties JSON file.</td>
63 </tr> 67 </tr>
64 <tr> 68 <tr>
65 <td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> 69 <td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td>
66 <td>Module implementing a dialog to enter filetype associations for the project.</td> 70 <td>Module implementing a dialog to enter filetype associations for the project.</td>
67 </tr> 71 </tr>
110 <td>Module implementing the browser model.</td> 114 <td>Module implementing the browser model.</td>
111 </tr> 115 </tr>
112 <tr> 116 <tr>
113 <td><a href="eric6.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> 117 <td><a href="eric6.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td>
114 <td>Module implementing the browser sort filter proxy model.</td> 118 <td>Module implementing the browser sort filter proxy model.</td>
119 </tr>
120 <tr>
121 <td><a href="eric6.Project.ProjectFile.html">ProjectFile</a></td>
122 <td>Module implementing a class representing the project JSON file.</td>
115 </tr> 123 </tr>
116 <tr> 124 <tr>
117 <td><a href="eric6.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> 125 <td><a href="eric6.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td>
118 <td>Module implementing a class used to display the forms part of the project.</td> 126 <td>Module implementing a class used to display the forms part of the project.</td>
119 </tr> 127 </tr>
172 <tr> 180 <tr>
173 <td><a href="eric6.Project.UicLoadUi6.html">UicLoadUi6</a></td> 181 <td><a href="eric6.Project.UicLoadUi6.html">UicLoadUi6</a></td>
174 <td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td> 182 <td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td>
175 </tr> 183 </tr>
176 <tr> 184 <tr>
185 <td><a href="eric6.Project.UserProjectFile.html">UserProjectFile</a></td>
186 <td>Module implementing a class representing the user project JSON file.</td>
187 </tr>
188 <tr>
177 <td><a href="eric6.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> 189 <td><a href="eric6.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td>
178 <td>Module implementing the user specific project properties dialog.</td> 190 <td>Module implementing the user specific project properties dialog.</td>
179 </tr> 191 </tr>
180 </table> 192 </table>
181 </body></html> 193 </body></html>

eric ide

mercurial