|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.IconEditor</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.IconEditor</h1> |
|
23 <p> |
|
24 Package implementing the icon editor tool. |
|
25 </p> |
|
26 |
|
27 <h3>Packages</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="index-eric6.IconEditor.cursors.html">cursors</a></td> |
|
31 <td>Package defining some cursors.</td> |
|
32 </tr> |
|
33 </table> |
|
34 |
|
35 <h3>Modules</h3> |
|
36 <table> |
|
37 <tr> |
|
38 <td><a href="eric6.IconEditor.IconEditorGrid.html">IconEditorGrid</a></td> |
|
39 <td>Module implementing the icon editor grid.</td> |
|
40 </tr><tr> |
|
41 <td><a href="eric6.IconEditor.IconEditorPalette.html">IconEditorPalette</a></td> |
|
42 <td>Module implementing a palette widget for the icon editor.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric6.IconEditor.IconEditorWindow.html">IconEditorWindow</a></td> |
|
45 <td>Module implementing the icon editor main window.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric6.IconEditor.IconSizeDialog.html">IconSizeDialog</a></td> |
|
48 <td>Module implementing a dialog to enter the icon size.</td> |
|
49 </tr> |
|
50 </table> |
|
51 </body></html> |