Documentation/Source/index-eric4.MultiProject.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.MultiProject</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.MultiProject</h1>
24 <p>
25 Package implementing the multi project management module of eric4.
26 </p><p>
27 The multi project management module consists of the main part, which is
28 used for reading and writing of eric4 multi project files (*.e4m *.e4mz) and
29 for performing all operations on the multi project. It is accompanied by
30 various UI related modules implementing different dialogs and a browser
31 for the display of projects belonging to the current multi project.
32 </p>
33
34
35 <h3>Modules</h3>
36 <table>
37 <tr>
38 <td><a href="eric4.MultiProject.AddProjectDialog.html">AddProjectDialog</a></td>
39 <td>Module implementing the add project dialog.</td>
40 </tr><tr>
41 <td><a href="eric4.MultiProject.MultiProject.html">MultiProject</a></td>
42 <td>Module implementing the multi project management functionality.</td>
43 </tr><tr>
44 <td><a href="eric4.MultiProject.MultiProjectBrowser.html">MultiProjectBrowser</a></td>
45 <td>Module implementing the multi project browser.</td>
46 </tr><tr>
47 <td><a href="eric4.MultiProject.PropertiesDialog.html">PropertiesDialog</a></td>
48 <td>Module implementing the multi project properties dialog.</td>
49 </tr>
50 </table>
51 </body></html>

eric ide

mercurial