|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.MultiProject</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric6.MultiProject</h1> |
|
23 <p> |
|
24 Package implementing the multi project management module of eric6. |
|
25 </p><p> |
|
26 The multi project management module consists of the main part, which is |
|
27 used for reading and writing of eric6 multi project files (*.e4m) and |
|
28 for performing all operations on the multi project. It is accompanied by |
|
29 various UI related modules implementing different dialogs and a browser |
|
30 for the display of projects belonging to the current multi project. |
|
31 </p> |
|
32 |
|
33 |
|
34 <h3>Modules</h3> |
|
35 <table> |
|
36 <tr> |
|
37 <td><a href="eric6.MultiProject.AddProjectDialog.html">AddProjectDialog</a></td> |
|
38 <td>Module implementing the add project dialog.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric6.MultiProject.MultiProject.html">MultiProject</a></td> |
|
41 <td>Module implementing the multi project management functionality.</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric6.MultiProject.MultiProjectBrowser.html">MultiProjectBrowser</a></td> |
|
44 <td>Module implementing the multi project browser.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric6.MultiProject.PropertiesDialog.html">PropertiesDialog</a></td> |
|
47 <td>Module implementing the multi project properties dialog.</td> |
|
48 </tr> |
|
49 </table> |
|
50 </body></html> |